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 1 2 2

Error refinitiv.dataplatform

in this import it gaves me the following errore

Traceback (most recent call last):
File "F:\desktop\EikonAPI\ToUseEikon.py", line 4, in <module>
import refinitiv.dataplatform as rdp
File "D:\Users\XXX\AppData\Roaming\Python\Python38\site-packages\refinitiv\dataplatform\__init__.py", line 9, in <module>
from .core import * # noqa

...
eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apirdp-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 @barbara.petracci,

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 appropriate reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

1 Answer

· Write an Answer
Upvote
Accepted
32.2k 40 11 20

Hello @barbara.petracci,

As you seem to be using Refinitiv Data Platform Libraries and not Eikon Data API, just a sanity check, have you had a chance to

pip install refinitiv.dataplatform

on your version of python, prior to importing.

As described in more detail in RDP Librarues Quickstart Guide ?

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.