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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted

Time Zone in get_data

Hello, when I pull data using the following code, for some reason the information about Time is pulled in GMT but I need it en EST.

df, err = ek.get_data(

instruments = ['Cusip=FINR'],

fields = ['PRIMACT_1', 'NETCHNG_1', 'ACVOL_1', 'VALUE_TS1', 'VALUE_DT1', 'TR.FiIssuerName']

)


I can retrieve all information properly, but VALUE_TS1 values are pulled in GMT unfortunately.

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

Hello @Javier Alonso.Madrigal Vargas,

I am likely missing some of the question, so it may be helpful to clarify with the exact request that you run when you get GMT results back:

  • FINR does not look like a valid CUSIP?
  • The request, if run as is, does not result in valid result for me?
  • Via Data Item Browser tool, available on Eikon desktop, one can verify if field request supports any parameters, such as Time Zone selection. I do not believe Time Zone can be selected, for isntance, for VALUE_TS1 field. But I can not reproduce exactly what you request, so can not tell for certain.

1 Answer

Upvotes
Accepted
9.5k 10 5 7

Hello @Javier Alonso.Madrigal Vargas

Please see the answer in this question which shows how to convert GMT to another timezone.

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