financialminimum-wageeconomicslaborglobalpurchasing-powercost-of-livinggdp
Global Minimum Wage & Purchasing Power Index by Country — 2025
About this data
Comprehensive dataset covering 62 countries with statutory minimum wages normalized to monthly USD equivalents, PPP-adjusted values, GDP per capita, and wage-to-GDP ratios. Data sourced from ILO, national labor ministries, World Bank GDP indicators, and IMF PPP conversion factors. Includes 10 fields per country: local currency amounts, USD nominal and PPP conversions, economic context metrics, and source annotations. Covers all major economies across 9 world regions.
Schema
| Name | Type | Description |
|---|---|---|
| country | string | |
| region | string | |
| minimum_wage_monthly_local | string | |
| local_currency | string | |
| minimum_wage_monthly_usd | string | |
| minimum_wage_monthly_ppp_usd | string | |
| gdp_per_capita_usd | string | |
| wage_to_gdp_pct | string | |
| data_year | string | |
| source_notes | string |
Sample Data
Preview a sample of the data before downloading.
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 Minimum Wage & Purchasi" })
// Found: e60feb44-72e2-4b98-a977-3cea05730c89
get_download_url({ dataset_id: "e60feb44-72e2-4b98-a977-3cea05730c89" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/e60feb44-72e2-4b98-a977-3cea05730c89/download-url