I would like to be able to download with Python for a specific RIC for example 'EURFWD=' the RICs curve for the different tenors, i.e. get in Python what is obtained when it executes the following function in excel TR(EURFWD=;;"CH=Fd RH=IN";cell), Output --> [EUR=, EURON=, EURTN=.....EUR10Y].
I have tried the next funcion but it doesn't work,
ek.get_data('EURFWD=', fields = 'RIC_NAME')
Could you help me?
Thanks you for you help