I am working on transitioning my data pulls from the Eikon API to the new LSEG API and cant get these Eikon RICs to work when using the ld.get_history() method. Are there LSEG equivalents to these tickers?
RIC_list = ['USMPSF=ECI', 'USMPMF=ECI', 'USNPMI=ECI']RIC_list2 = ['USYTFRB1M=RR','USYTFRB3M=RR','USYTFRB6M=RR','USYTFRB1Y=RR','USYTFRB2Y=RR','USYTFRB3Y=RR','USYTFRB5Y=RR','USYTFRB7Y=RR','USYTFRB10Y=RR','USYTFRB20Y=RR','USYTFRB30Y=RR']
Thanks,