We want to retrieve the same data as the below Excel functions do, but through the Eikon Python API.
RHistory("AEURNFI5Y=";"PAR_YLD.Timestamp;PAR_YLD.Close";"START:"&START_DATE_ANALYSIS&" END:"&Value_Date&" INTERVAL:1D";;"NULL:NA TSREPEAT:NO CH:Fd";B12)
RHistory("AEURNFI5Y=";"SWAP_SPRD.Timestamp;SWAP_SPRD.Value";"START:"&START_DATE_ANALYSIS&" END:"&Value_Date&" INTERVAL:1D";;"NULL:NA TSREPEAT:NO CH:Fd";E12)
Using get_timeseries does not seem to work, as it does not accept PAR_YLD or SWAP_SPRD.