Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted

Data from NDA Commodities

Hi,

I am looking to have the following timeseries in python from the following ric <"MAL-KRKAN-TOT>.

(They are available in eikon excel) but I get an error.


Are these fields are mapped in the APi?

STKIN.Timestamp;STKIN.Value

STKOUT.Timestamp;STKOUT.Value

ON WARNT.Timestamp;ON WARNT.Value

CNCL WARNT.Timestamp;CNCL WARNT.Value


Kind regards,


Daniel



eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apicommodities
1582817426772.png (61.7 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

Hi @daniel.fernandez

The get_timeseries method of Eikon Data APIs(Python) can only retrieve historical data from the default view which does not include NDA fields.

To get historical data from other views, you can try other APIs, such as .NET APIs for use in custom applications or Refinitiv Data Platform APIs: Historical Pricing.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.