Upgrade from Eikon -> Workspace. Learn about programming differences.

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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 1 1

get_data() Internal Server Error

We are using eikon v1.0.1 package for python to use the Eikon API functionality.
Requesting data using the get_data() function of that package.
Normally it returns a pandas dataframe but from time to time it returns "Internal Server Error" message instead of any data.
Mostly it is happening during the evening or night.
Yesterday we got if at (GMT+1 ): 17:40, 18:34, 20:19, 20:22, 23:00

Why is it happening and how to avoid it?

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apierror
icon clock
10 |1500

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

1 Answer

· Write an Answer
Upvotes
Accepted
32.2k 40 11 19

Hello @emil.rozgonyi,

500 is a very general way to report any condition, that have prevented the submitted request from being completed.

This is the way to let the requester know, that the issue is not with the requesting code, the issue is on the server side.

At the time when the error is occurring, an intermittent outage is likely, please refer to this answer on how to proceed to find out more.

icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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