I am trying to extract historical market data on the following RIC: ZARONZ=R & ZARONIA=RBMN. For ZARONZ=R what field can I use as I have tried using the following formula but it's not working:
df_close = rd.get_history(universe=['ZARONZ=R'], fields=['TR.CF_CLOSE(Frq=D,SDate=2025-07-24,EDate=2025-09-25)'])
For ZARONIA=RBMN, I am using the following formula which sometimes work and sometime does not work:
df_fixing = rd.get_history(universe=['ZARONIA=RBMN', 'JIBAR1M=', 'JIBAR3M=', 'JIBAR6M='], fields=['TR.FIXINGVALUE(Frq=D,SDate=2025-07-24,EDate=2025-09-25)'])
Below are my questions:
- What is the correct field to use for RIC "ZARONZ=R"?
- Why is the formula for RIC "ZARONIA=RBMN" failing sometimes?
- How do I determine the right field name to use for an given instrument e.g., "ZARONZ=R"