For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 2

Using Eikon Data API (python) for the first time, able to setup eikon object with app_key but cannot get any data (Im getting '...Internal Server Error...'). Any recommendation?

This is the url it is trying to use is: http://localhost:8043/api/v1/data

Main part of the error message is:

Error code 500 | Server Error: Internal Server Error - <html> ...

File Not Found<br>Press "F5" to try to solve this issue, if the problem persists please contact your IT.

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

I'm following an example from the https://developers.refinitiv.com/en/api-catalog/eikon/eikon-data-api/quick-start section, using the following code:

import eikon as ek
ek.set_app_key("XXX")
result = ek.get_timeseries(["MSFT.O"],  start_date="2019-01-01", end_date="2019-01-31")

1 Answer

Upvotes
Accepted
4.6k 26 7 22

@mhyll just checking, is your Eikon running?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea