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

Worldscope Data through Eikon API

Is there any Worldscope data available through the Eikon API? Or is it just available through excel? I've been pulling in several datapoints in excel like WC02003 but I can't find an equivalent API code through the Data Item Browser

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

1 Answer

· Write an Answer
Upvotes
Accepted
6.2k 18 2 8

Hi @cole ,


I believe Worldscope data is available in Datastream API:

ds.get_data(tickers='<AAPL.O>', fields=['WC02003'], kind=0)

screenshot-2023-12-06-at-095839.png

Hope this helps.


Best regards,

Haykaz


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.

Thank you,

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.