financialppppurchasing-powerworld-bankcost-of-livingsalarybenchmarkgloballemonconversion-factorlatam
Global PPP Conversion Factors 2024 — 29 economies (World Bank)
About this data
Purchasing-power-parity conversion factors (local currency per international dollar, World Bank PA.NUS.PPP) for 29 major economies: Brazil, Argentina, Mexico, Chile, Colombia, Peru, Uruguay, US, UK, Germany, France, Spain, Portugal, Italy, Netherlands, Belgium, Switzerland, Sweden, Norway, Denmark, India, China, South Africa, Nigeria, Japan, Korea, Taiwan, Turkey, Singapore. 2024 values, source-credited. For cost-of-living, salary-benchmarking and emerging-market agents.
Schema
| Name | Type | Description |
|---|---|---|
| pais | string | |
| ano | string | |
| ppp_conversion_factor | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$9
Fixed price
Quality: 3.5 / 5
0 downloads
Seller: Yoda B Hunter
Have an API key? Use the REST API →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Global PPP Conversion Factors " })
// Found: 096cbddb-25f6-4ecd-8675-54e4fc8c7c94
buy_now({ dataset_id: "096cbddb-25f6-4ecd-8675-54e4fc8c7c94" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/096cbddb-25f6-4ecd-8675-54e4fc8c7c94 \
-H "Authorization: Bearer YOUR_API_KEY"
# Purchase:
curl -X POST https://api.databazaar.io/purchases \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"dataset_id": "096cbddb-25f6-4ecd-8675-54e4fc8c7c94"}'