Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Archive daily data about purchasing power parity: how much goods should cost in various countries

License

Notifications You must be signed in to change notification settings

AntoineAugusti/purchasing-power

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archive purchasing power parity

Archive daily data from https://purchasing-power-parity.com.

The data is archived in the data folder.

Example data for a specific country, India:

{
   "ppp":{
      "countryCodeIsoAlpha2":"ID",
      "currenciesCountry":[
         {
            "code":"IDR",
            "name":"Indonesian rupiah",
            "symbol":"Rp"
         }
      ],
      "countryCodeIsoAlpha3":"IDN",
      "currencyMain":{
         "exchangeRate":13636.812433,
         "code":"IDR",
         "name":"Indonesian rupiah",
         "symbol":"Rp"
      },
      "ppp":4305.98,
      "pppConversionFactor":0.3157614744029089
   }
}

The important key is pppConversionFactor. Use this value to convert a price from USD to a USD price in another country. You can convert this amount to another currency using the exchange rate.

Purchasing power parity?

In the US, the average price for a cappuccino is $4.00. This doesn't mean that everyone around the world can afford it. Considering purchasing power parity, the same cappuccino should cost $1.26 in Indonesia.

About

Archive daily data about purchasing power parity: how much goods should cost in various countries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages