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 0 0

Python Data

Raising this query on behalf of my client

Today, I am stuck when trying to get data by Python.
Specifically:
- Internet condition: Direct Internet, no proxy setup required
- Still access normally using Eikon Desktop to find data

Error code: 500 | Without any specific error log (See attached error_eikon.png file)

Python Env Current Spec:
- eikon==1.1.14
- requests==2.26.0
- nest_asyncio==1.5.4
- python==3.9.12

eikon-data-apipython apierror-500
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.

@Ar-Ar

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS


1 Answer

· Write an Answer
Upvotes
Accepted
79.1k 250 52 74

@RR Ramboyonh

You can enable logging in Eikon Data API by using the following code.

import eikon as ek
ek.set_log_level(1)

Then, please share the log when the problem occurred.

Moreover, please refer to the Eikon Data API(Python) Troubleshooting article to ensure that the Eikon Desktop is running properly on your machine.

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.