I am hereby requesting help on retrieving historical data from the Refinitiv data library (dataplatform) api.
I am interested in obtaining historical data for the RIC "GBIRPO1=R" for the parameter "RT_YIELD_1" which is the Implied Yield Close calculated by Refinitiv. The code I am using in the codebook app is: rd.get_history(universe="RT_YIELD_1", fields=["RT_YIELD_1"], interval="1Y") But I get the following error: RDError: Error code 1 | No data to return, please check errors: No data to return, please check errors: ERROR: No successful response. (TS.Interday.UserRequestError.70005, The universe is not found..
I am although able to get the historical data (for the same RIC and Parameter) through excel with the following formula: =RHistory(GBIRPO1=R;$B$8;"START:"&"01/01/2020"&" END:"&"01/01/2022"&" INTERVAL:1D";;"CH:FD NULL:ZERO DAY:W SORT:DESC TSREPEAT:NO";Implied Yield Close)
I would greatly appreciate your help on getting this to work through the dataplatform API