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?