Hello
In the project we are working on, historical data from the field values are needed.
Can you tell me how to retrieve historical data for the field that I mentioned below?
HST_CLOSE
PRIMACT_1
TRDPRC_1
ASK
PRV_LAST
OFF_CLOSE
Fields that start with TR. I know how to get past data
ex
df, err = ek.get_data(
instruments = ['CMZN0'],
fields = ['TR.OFFICIALASKPRICE.date(Frq=D,SDate=0,EDate=-9)']
I don't know what additional parameters I should input for the following.
Can you give me a good inspiration?