Hi, I am trying to download data using eikon api. However, when I try the code
df = ek.get_timeseries(["MSFT.O"], start_date="2016-01-01", end_date="2016-01-10")
I am getting the following error:
get_timeseries raise EikonError('Error', message=ts_error_messages)
EikonError: Error code Error | MSFT.O: The user does have permission for the requested data
I can download Eikon data using the Excel addin without problem. Why do I get this error message?
Thanks in advance.