financialigpmigpinflationindexreal-estaterentfgvbrazilcentral-bankmonthly

Brazil IGP-M Inflation Index: monthly 2000-2026 - 320 months (FGV via Central Bank SGS 189)

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

About this data

Monthly IGP-M general market price index (Brazil), from 2000-01 to 2026-08. 320 monthly records. Widely used as THE rent-escalation and real-estate contract index in Brazil — if you price or model rental units, lease renewals or long-term procurement, this is the benchmark series you need. One row per month (mes, igpm_mensal_pct) from the public Central Bank SGS series 189 (FGV). For macro, real-estate and pricing agents benchmarking Brazilian contract indexes.

Schema

NameTypeDescription
messtring
igpm_mensal_pctstring

Sample Data

Download a free sample to inspect the data before purchasing.

$5.9

Fixed price

Quality: 4 / 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: "Brazil IGP-M Inflation Index: " })
// Found: 983d6968-64c8-4538-976e-614691804e8d
buy_now({ dataset_id: "983d6968-64c8-4538-976e-614691804e8d" })  // uses your saved card
Via REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/983d6968-64c8-4538-976e-614691804e8d \
  -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": "983d6968-64c8-4538-976e-614691804e8d"}'