- Why is close not possible for the below:
# Pull selected rics, in this case a GoC bond, the 10 year benchmark and the 5 year benchmark. To get a list of the RICS associated with specific securities, you can simply browse the workspace application or try with "CA&cusip&="df_3 = ld.get_history(universe=["CA10YIL=RR", "CA30YIL=RR","US3MT=RR", "US2YT=RR", "US5YT=RR", "US10YT=RR", "US30YT=RR","DE3MT=RR", "DE2YT=RR", "DE10YT=RR", "DE30YT=RR","GB3MT=RR", "GB2YT=RR", "GB10YT=RR", "GB30YT=RR","GB3MT=RR", "GB2YT=RR", "GB10YT=RR", "GB30YT=RR",], #RIC code, can add more in the [] bracketsstart="2024-01-01",end="2050-12-31", #change this in 2050interval="daily",count=None,fields="OPEN_YLD" # This pulls ALL available historical fields. Add specific fields like "BID" to get specific columns. Multiple can be added by using [] e.g.["BID","ASK"]).reset_index()finally:display(df_3)
2. How to get ice bank of America credit spreads to government OAS
3. why can't I pull aCAXTWNF/C in Python?