EIkon API: request time series data for a list of RICs

I am in trouble with request limitation when requesting time-series data for a list of RICs.

I have a list of RICs (around 20,000 RICs), for each of RICs, I want to retrieve data (for example, close price) for a range of 30 days (i have start day, end day and these are different among RICs).

I currently retrieve each RICs step by step (with loop), and I see the notification of daily request limitation.

image

Here is my question:

Is there any other way to do this? To reduce the amount of requests executed, or It is just one way to wait until tomorrow to continue?

It is possible in Eikon to create a list - put all RICs with different ranges of days in that list and do the request?


Best Answer

Answers