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
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.