Hi team, we are trying to get the historical tick for WTCLc1 in Eikon API but its showing NA
ek.set_app_key('DEFAULT_CODE_BOOK_APP_KEY')
data = ek.get_timeseries("WTCLc1",
fields = ['BID'],
start_date='2023-11-22T00:00:00',
end_date='2023-11-22T23:59:59',
interval = 'tick')
print(data)
I checked in Eikon excel if we have values and excel populated the data just fine using the below formula:
=@RHistory("WTCLc1","BID.Timestamp;BID.Value","INTERVAL:TICK",,"CH:Fd")