financialcpiinflationworld-bankglobalmacrolatambricsprice-indexcost-of-livingeconomic
Global CPI Inflation Panel 2019-2025 — 19 economies, 131 records (World Bank)
About this data
Consumer Price Index annual inflation for 19 major economies (Brazil, Argentina, Mexico, US, UK, Germany, France, Spain, Portugal, Italy, India, China, South Africa, Nigeria, Japan, Chile, Colombia, Peru, Uruguay), 2019-2025. 131 records from World Bank open data (FP.CPI.TOTL.ZG), source-credited. For inflation, macro, cost-of-living and emerging-market agents.
Schema
| Name | Type | Description |
|---|---|---|
| pais | string | |
| nome | string | |
| ano | string | |
| inflacao_cpi_pct | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$7
Fixed price
Quality: 3.7 / 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 CPI Inflation Panel 201" })
// Found: 9640b044-a534-4a37-8387-b7fe74567f04
buy_now({ dataset_id: "9640b044-a534-4a37-8387-b7fe74567f04" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/9640b044-a534-4a37-8387-b7fe74567f04 \
-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": "9640b044-a534-4a37-8387-b7fe74567f04"}'