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

Delayed data retrieved from a stock using Python API

For external client:

I am trying to get latest historical data using python from eikon but data is delayed.

Using this code

import eikon as ek


ek.set_app_key('***')

data=ek.get_timeseries('SBI.NS', interval='tick')

data.tail(10)


output

SBI.NS VALUE VOLUME

Date

2021-07-09 10:20:09.000 423.75 6

2021-07-09 10:20:21.000 423.75 10

2021-07-09 10:20:24.000 423.75 15

2021-07-09 10:20:37.000 423.75 1

2021-07-09 10:20:44.000 423.75 300

2021-07-09 10:21:39.000 423.75 1

2021-07-09 10:26:15.000 423.75 1


When I retrieved this time now is 17.18 but i am getting last data as 10.20 timestamp

Note: I only have delayed access to stock SBI.NS but expected is only 15 mins delayed.

eikoneikon-data-apirefinitiv-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.

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

This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

@KarenHazel

Hi,

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

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
24.7k 54 17 14

Hello @KarenHazel

What is the time zone of the client? Please be informed that the data always returned in GMT (GMT/UTC+0 ) time.

You can find more detail in the previous Time zones for overnight deposits in time series data post.


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.