How can I request PPP (Purchasing Power Parity) indices values using the Eikon API. For example for the RIC : aJPOAPPPGR
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
How can I request PPP (Purchasing Power Parity) indices values using the Eikon API. For example for the RIC : aJPOAPPPGR
The Japanese PPP for GDP series aJPOAPPPGR is an annual release so the only interval supported is "yearly" ...
req = ek.get_timeseries(["aJPOAPPPGR"], fields="VALUE", start_date = "2017-12-31", end_date = "2018-12-31", interval="yearly") req