I would like to get the break even inflation rate from UK 5 year gilts.
My draft code is below but it does not work.
====
symbolList=["GB5YIL=RR"]
df = ek.get_timeseries(symbolList,["INT_BEI.Value"],start_date="2020-01-01")
df.plot()
====
TypeError: float() argument must be a string or a number, not 'NAType'