I am wondering in what kind of timezone is the data when collecting hourly and minutely security prices? In my case I am collecting stock price data.
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
I am wondering in what kind of timezone is the data when collecting hourly and minutely security prices? In my case I am collecting stock price data.
The return data is in GMT timezone.
You can see this post on how to convert the timezone on your Python code.