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

Best Answer

  • 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