Hi, im trying to create a request using this code:
ek.set_app_key(refinitiv_key)
rd.open_session()
start_date = "2023-1-1"
end_date = (date.today() - BDay(1)).strftime("%Y-%m-%d")
tickers = pd.read_excel(ruta_insumos+"\Diccionario_Eikon.xlsx",sheet_name='Mercado')["Ticker"].to_numpy()
tickers = tickers.tolist()
df = rd.get_history(
universe=tickers,
fields=['TR.BIDPRICE', 'TR.FIXINGVALUE', 'TR.CLOSEPRICE',"TR.MIDPRICE","TR.PARMIDSPREAD"],
start = start_date,
end = end_date
)
Some of the tickers that im using are:
MXGV10YUSAC=RCOGV5YUSAC=RCOGV10YUSAC=RGBP=EUR=JPY=CHF=
And im geeting this error:
RDError: Error code -1 | timed out