rieckpil / purchasing-power-parity-api

Fair Global Pricing: Purchase Power Parity (PPP) Public & Free API 🌍

Home Page:https://ppp-api.fly.dev/?target=DE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purchasing Power Parity API

Successor backend for the Purchasing Power Parity API from Robin Wieruch.

Exchange rates and purchase power parity is fetched once per day for each country and then cached for the rest of the day.

Access the API

Sample:

$ curl -v https://ppp-api.fly.dev/?target=DE

{
  "countryCodeIsoAlpha2": "DE",
  "countryCodeIsoAlpha3": "DEU",
  "currenciesCountry": {
    "EUR": {
      "symbol": "€",
      "name": "Euro"
    }
  },
  "currencyMain": {
    "exchangeRate": 0.940223,
    "name": "USD",
    "symbol": "$"
  },
  "ppp": 74.0,
  "pppConversionFactor": 0.79
}

About

Fair Global Pricing: Purchase Power Parity (PPP) Public & Free API 🌍

https://ppp-api.fly.dev/?target=DE


Languages

Language:Java 95.9%Language:Shell 3.8%Language:HTML 0.3%