Hi,
I am trying to retrieve information for Overnight Index Swaps. I have RICs like USD1YOIS= or COP1YOIS= and I am using the following code to get the data:
ts2,e2 = ek.get_data('USD1YOIS=',
["TR.MIDYIELD.date","TR.MIDYIELD"],{'SDate':start_date,'EDate':end_date,'Frq':'D'})
I have tried using the fields TR.MIDYIELD or TR.MIDPRICE but I don't get any information.
I have looked in the Data Item Brower for fields that have time series data but couldn't find any.
Do you know what field should I use? Thanks!
PD: I am able to get the data from an excel spreadsheet using =@RHistory and the field Close. However using the python code I can't get it.