How do I download long term series for US Fed Rates? I have
f=ek.get_timeseries('USYTFRB10Y=RR', start_date = '1982-01-01')
but only get data from 2007. In Eikon, I can see the charts go back much further than 2007.
@rajanraju you can only see 3000 rows per a time series request, try changing your from and to dates to solve for that.
@Zhenya Kovalyov thank you. hope one day this restriction will be lifted!