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

Best Answer

  • aramyan.h
    aramyan.h admin
    Answer ✓

    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

Answers