how to get timeseries data for a given timezone and specific captured time and dates in python Eikon

how to get timeseries data for a given timezone and specific captured time and dates in python Eikon API

Best Answer

  • Hi @manav.sab157

    There are several ways to retrieve information based on your requirement.

    This is an example to retrieve 0005.HK during 9:30 to 9:40 Hong Kong time on 8th Oct 2019.

    image


    You can see this sample code to convert any timezone datetime to GMT timezone string.

    image

Answers