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
644 4 7 8

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-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-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.

@James.Perkins

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

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