df = ek.get_data("QA182443131=", ['CF_CLOSE'], {'SDate': "2019-10-18", 'EDate': '2019-10-22'})[0]
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
df = ek.get_data("QA182443131=", ['CF_CLOSE'], {'SDate': "2019-10-18", 'EDate': '2019-10-22'})[0]
You can also use the get_timeseries method to retrieve the historical data, as shown below.