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
25 0 2 5

EIkon API download data at specific time

I know use below code to download 4000 tickers, but I don’t know how to download data at specific time( Taipei 16:00). Please help me for it. Thanks

df, err = ek.get_data(['PEUP.PA','EUR=', 'JPY='], ['BID','ASK'])

df

Thanks

eikon-data-api#product
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
5.6k 18 2 7

Hi @bird.huang ,


Eikon Data API always returns in GMT timezone. You can convert it after getting the data using Pandas or other libraries. In this thread my colleague suggests an approach which you may find useful.


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.