Limited historical data

Options
eric.downing
edited 3:22AM in Eikon Data APIs

Client query from *** REMOVED ***

The below example is only giving me data from 22/07/2024, where XXXXXXXXXX is an appkey set up from APPKEY in eikon.

import eikon as ekif __name__ == "__main__":ek.set_app_key(XXXXXXXXXXXXXXXXXXXXX)data = ek.get_timeseries('NOKOIS1YZ=R', start_date='2020-12-31', end_date='2025-04-01', interval='daily')

    print(data.head())

I get data back to Jul 2022 when looking in chart too. This looks like an issue with get_timeseries() if you could confirm that is the case that would be good.

Answers