...osing price by the following method.
df = ek.get_data("QA182443131=", ['CF_CLOSE'], {'SDate': "2019-10-18", 'EDate': '2019-10-22'})[0]
@yuyang.1958
You can also use the get_timeseries method to retrieve the historical data, as shown below.
Hi Yuyang
CF_CLOSE field is from realtime database so it does not support historical data.
You can use TR.PriceClose or TR.ClosePrice fields instead.
These two fields have been tried, but the data cannot be fetched