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 1 1

Accessing historical lipper data from R

Hello, I have been using the get_timeseries function and the get_data function in r but have not seemed to be able to pull Lipper historical data. Any ideas?

eikonreikon-data-api-r
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.

Hello @tylerh

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,
AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@tylerh

I can get the daily close values of Lipper RICs by using the following code.

data_frame3 = get_timeseries(list("LP68060257"),list("*"),"2021-10-01T00:00:00","2021-10-29T00:00:00","daily")

The output is:

1635477012837.png

For other fields, you can use the Data Item Browser tool to list all available fields. Then, you can verify if those fields support historical data by using the Parameters tab.

1635477239316.png

The above picture shows that the CF_CLOSE field doesn't support historical data.

Moreover, you can contact the Eikon support team via MyRefinitiv and ask for =TR Eikon Excel formulas that can be used to retrieve the required data. If the formulas are available, we can apply them to the Eikon Data API.


1635477012837.png (15.7 KiB)
1635477239316.png (29.3 KiB)
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.