Hello,
I would like to get time series data for the field 'DAYS_MAT' as I need to calculate the number of pips per day based on fx forward pips.
I am currently using
ek.get_timeseries(['CNH3M='], fields = 'DAYS_MAT')
but this is not generating the DAYS_MAT field. May i know if there's a way around this?
Thank you.