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

My question relates to the Eikon API in python

I have a combination of RIC and a timestamps called let's say 'time' from 2024-05-27 to 2024-06-07. The combination represent trades for which I want to pulled data.

I tried using the get_history() function from the RD library and find historic BID and ASK prices at 1 minutes interval.
Since I have close to 10K unique RIC for which want historic prices, I tried to divide those 10K into chunks of 50 and make a request for each individual chunk.

#technologyapipython apidsws-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
7k 18 2 8

Hi @sajid.i ,


The workflow you are describing above seems logical, I would say you can increase also the chunk size up to 500 for your request. Are there any challenges you are facing while doing it?


Best regards,

Haykaz

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.