Can i replicate this data retrieval from Eikon API to the RDP Search APi https://apidocs.refinitiv.c

I am using the Eikon python api to get data about Quaterly reports.

data, err = ek.get_data(

['ITRK.L', 'ORSTED.CO'],

[

"TR.EventStartTime(SDate=2019-01-01,EDate=2023-08-01,EventType=RES)",

"TR.EventStartDate(SDate=2019-01-01,EDate=2023-08-01,EventType=RES)",

],

)
The data i get is the desired data, but i want to ask if it is possible to get this same data from RDP or the discovery API by refinitiv?

Best Answer

  • Jirapongse
    Jirapongse admin
    Answer ✓

    @chong

    Thank you for reaching out to us.

    I have searched meta data of all views in the RDP Search API. However, I can't find the EventStartTime and EventStartDate fields.

    You can access the Reference page of the /discovery/search/v1/ endpoint in the API Playground for more information.