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

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

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?

eikon-data-api#technologyrdp-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.

Hi @chong ,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.4k 253 52 74

@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.

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.