Hi,
I have this piece of code:
data = ek.get_timeseries( ['GB10YT=RR','GBIL0E31='], start_date="2021-09-01", end_date="2021-09-08", interval="daily" )
As you can see below, I get the Cash bnd yields (OHLC) - but for the inflation bond, I get the prices (and not the yields).
How can I fix this?Thanks,
Sumit