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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
2 0 1 2

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

1 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 5.0 MiB each and 10.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".

Click below to post an Idea Post Idea