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
Hi @cole ,
I believe Worldscope data is available in Datastream API:
ds.get_data(tickers='<AAPL.O>', fields=['WC02003'], kind=0)
Hope this helps.
Best regards,
Haykaz