financialcpiinflationworld-bankglobalmacrolatambricsprice-indexcost-of-livingeconomic

Global CPI Inflation Panel 2019-2025 — 19 economies, 131 records (World Bank)

Category
Financial
Records
131 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

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

NameTypeDescription
paisstring
nomestring
anostring
inflacao_cpi_pctstring

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
Sign up to purchase

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 card
Via 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"}'