problem with z spread extraction - code not working anymore

nicolas.cerrajero
edited February 13 in Eikon Data APIs

Hello people,

I hope you are doing well. I am experimenting some issues with some zSpread extraction with the code i've always used. I am not able to extract the spreads anymore.

Please find below my code:

import refinitiv.dataplatform.eikon as ek

str_date = "2024-12-31"

ISIN = "XS0107203381"

df_zSpread, err = ek.get_data([ISIN], ["TR.ZSPREAD", 'TR.ZSPREAD.date', "TR.BIDPRICE","TR.ASKPRICE","TR.RICS","TR.RICS.contributor"],parameters={'SDate':str_date,'EDate':str_date})

Does some of you have as well errors with this code (or the request is never finishing ?) ?

Thanks a lot in advance for your help.

Best

Answers