Pulling revised data for < C-STK-T-API > using Eikon phyton API

I
am currently pulling data for < C-STK-T-API > using the Eikon python API using the following query:

df = ek.get_timeseries([‘C-STK-T-API’],['CLOSE'],
start_date=’1900-02-03’, end_date=’2019-03-20’)

the API announced on September 23, 2016
that it will adjust its historical and future data for crude stocks excluding
SPR, in order to fall in line with the EIA new count methodology for the crude
stocks that does not include lease stocks.

However, the data i pull from the query does not include this revised data.

Which
query should I use in order to pull the revised values?

Best Answer

  • Zhenya Kovalyov
    Answer ✓

    @Adi.Alterman I am not sure you can do it at the moment, as get_timeseries currently supports only default time series fields.

    There is a simple way to check this. I suggest you contact your local Refinitiv support desk, and ask them to help you get revised data in Excel. If the RHistory fields include Stks, Stkout or Nda_raw, you will not be able to get it through the time series.

    Hope this helps.

Answers