Time Series Data API is not working for the RIC Code INRDECM=

We are using Time Series Data API to fetch the forward rates using RIC Code, But we are not able to get the data for December month using the RIC Code (INRDECM=)

But through excel we are able to get the data for above RIC code. Whether we need to give a different RIC code while fetching the data from API?

Best Answer

  • m.bunkowski
    Answer ✓

    Hi @Maharajan

    I suggest you to try with the TR.xxx fields and get_data method. You will receive a complete timeseries for that request.

    ek.get_data("INRDECM=", ["TR.BIDPRICE.date","TR.BIDPRICE"],{'SDate': '2016-01-01', 'EDate': '2019-01-31', }) 

Answers