For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 1 2

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

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythondata
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
629 2 4 7

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


ajpoapppgr.png (23.4 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea