how to get the BASIS,LAST and BASIS MONTH for basis RIC's

The python get_timeseries api is returning only the basis value for the RIC ,Is there anyway to get the last and basis month values.Able to get the details in Excel through RHistory but get_timeseries is not returning any data

Best Answer

  • Hi @bibin.jose,

    As far as I can tell, I don't believe you can retrieve historical values using the Python API for this instrument. The get_timeseries() within the Eikon Data API only provides a single view of data as outlined within the documentation:

    image I would suggest you reach out to the content experts within the Refinitiv Helpdesk, which you can reach by either using Contact Us capability in your Eikon application or by calling the Helpdesk number in your country.

Answers

  • for excample ek.get_timeseries('SOYBCHSSVG-C1') gives basis values.Eventhough I add the fields for last and basis month its returning NaN.