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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

historical data

How can I get a 5-year history of the ibex 35 in daily data. And could it be in minute-by-minute data?
eikon-data-api
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.

Upvotes
Accepted
13k 32 12 18

Hi @student214,

Use the timeseries call like this:

1636726015664.png


Please note that Eikon Data API is subject to data limits and API request limits as described in this document.


1636726015664.png (17.8 KiB)
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.

Upvotes
1.4k 6 2 2

Hi @student214 ,


Do you have access to Workspace? If you do, you can use Codebook (just search for it at the top search bar on your Workspace) where there is an example of exactly that in file __Examples__> 01. Data Retrieval & Discovery > 01.02. Refinitiv Data Platform Library > EX_01_02_04__Content__Historical_Pricing__Synchronous.ipynb


on there you can see code on how to get intraday data:


response = rdp.HistoricalPricing.get_summaries('VOD.L', interval = rdp.Intervals.TEN_MINUTES)


display(response.data.df)


1636726274445.png





1636726274445.png (144.0 KiB)
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