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

Fetching Intraday Data

How can I fetch the intraday data (say, 1 hour or 1 minute) for a given RIC (ex- '1SN4^1'). I tried the below code snippet, but it appears to be incorrect. Please help me figure out this issue.

req = ek.get_timeseries(["1SN4^1"], start_date="2013-04-17T00:00:00", end_date="2014-07-10T00:00:00", interval="minute")
eikon-data-apipython#productpython 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.

Hi @chirag.arora ,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

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.

Thank you,

AHS


Upvotes
5.2k 16 2 7

Hi @chirag.arora ,


Your code looks correct, however please note that Eikon Data API provides intraday (eg minute) data back to 1 year.


Best regards,

Haykaz

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.

Upvotes
3 0 0 1

Okay. Is there's any way to fetch the historical intraday data apart from using Eikon Data API?
I want the data according to the below code snippet.

req = ek.get_timeseries(["1SN4^1"], start_date="2014-01-01T00:00:00", end_date="2014-04-15T00:00:00", interval="minute")


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.

Upvotes
5.2k 16 2 7

Hi @chirag.arora ,


You could use LSEG Tick History API, particularly on Demand Intraday bars which is a different API proposition. You can check the details with your account manager.


Best regards,

Haykaz

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.