Request PPP (Purchasing Power Parity) index values using Eikon API

How can I request PPP (Purchasing Power Parity) indices values using the Eikon API. For example for the RIC : aJPOAPPPGR

Best Answer

  • James.Perkins
    Answer ✓

    The Japanese PPP for GDP series aJPOAPPPGR is an annual release so the only interval supported is "yearly" ...

    image

    req = ek.get_timeseries(["aJPOAPPPGR"], fields="VALUE", start_date = "2017-12-31",
    end_date = "2018-12-31", interval="yearly")
    req