Hi,
I'm trying to get historical data for fx swaps in jupyter notebook (date, close , days_maturity). ek.get_timeseries only seems to show OHLC and volume.
I'm not quite sure on how to use the ek.get_date.
sd = "2020-06-01"
ed = "2020-06-05"
df,err= ek.get_data(["JPY1M=","JPY2M="],
['CF_DATE','CF_Last',"DAYS_MAT"],
{"SDate":sd, "Edate":ed})