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.