For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
629 2 4 7

Eikon DAPI Parameter to pull full history

Hi, working on a customer usecase need:

Is there a parameter that allows either the Eikon DAPI ek.get_data() or ek.get_timeseries() method to pull ALL the available historical data for the RIC(s) referenced in the formula? i.e. I don't want to have to enter in a start date/end date. The need is to determine what the full available history is for a given RIC, or list of RICs.

For example, if the RIC is XAG= , I need the method to return the full available history (let's say "daily" interval) for that XAG= . How might that be achieved?

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
38.1k 69 35 53

@James.Perkins

In Eikon Data API, there are limitations of datapoints returned per request, as mentioned in EIKON DATA API USAGE AND LIMITS GUIDELINE.

Moreover, when calling the methods, the client needs to pass a date range or a number of points as parameters.

For the get_data() method, you may need to contact the Eikon Excel support team to verify if there are any parameters in the TR function used to retrieve all historical data without specifying a date range. If parameters are available, we may be able to apply those parameters to the get_data method.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea