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.

1 Answer

· Write an Answer
Upvotes
Accepted
80k 257 52 75

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