question

Upvotes
Accepted
66 2 5 7

Eikon get_timeseries migration to rd.get_history: Fields to specify?

I am migrating from Eikon Python API to Workspace Python API, and the Eikon call to get_timeseries is now get_history. get_timeseries used to return Date,HIGH,CLOSE,LOW,OPEN,COUNT,VOLUME by default for bar type data.

Is the below call equivalent:

df = rd.get_history(universe = [Symbol_T], end = Date_T, fields=["HIGH_1","TRDPRC_1","LOW_1","OPEN_PRC","ACVOL_UNS"], interval = 'daily')

Are there some examples somewhere for “get_history”?

Where do I find a listing of the various fields: ["HIGH_1","TRDPRC_1","LOW_1","OPEN_PRC","ACVOL_UNS"] along with others and their explanations?

#contentpython apirefinitiv-data-platform-libraries
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
15.3k 32 5 10

Hi @dgarrard ,

The moderators on this forum are expertise on Refinitiv APIs usage. However, they do not have deep expertise in every type of content available through Refinitiv products. Such expertise is available through Refinitiv Helpdesk, which can be reached via MyRefinitiv. To be of help, ticket number 13696720 was raised on your behalf and the support team is going to contact you soon to assist with this.

Hope this helps and please let me know in case you have any further questions

Plus, here's the related article, Upgrade from using Eikon Data API to the Data library

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.