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

I have a problem in installing eikon python api .

I downloaded the code and went to setup.py and clicked on it,iIopened and disappeared before I could type the command what am I doing wrong here

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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.

Hello @nebu.john,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

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
4.3k 2 4 5

If you install eikon Python API from the code, you have to type "python setup.py install" in a command prompt.

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.

you mean going to python command and type in this instructions

Open a Windows command prompt then launch the command in eikon source directory :

C:\DEV\eikon> python setup.py install
running install
...
Finished processing dependencies for eikon==0.1.9
C:\DEV\eikon><br>

If you just want to use the API, you don't have to download sources.
You can install it in your Python library cache with the "pip install eikon".

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.