financialminimum-wagesalario-minimobrazillaborbacenmacro
Brazil Minimum Wage History 1995-2026 - 381 months (Central Bank SGS)
About this data
Brazilian national minimum wage, nominal BRL, monthly from 1995-01 to 2026-09, 381 records. Source: Banco Central do Brasil SGS series 1619, public domain. Columns: mes (YYYY-MM), salario_minimo_r. Ideal for labor-cost, wage-indexing and macro agents.
Schema
| Name | Type | Description |
|---|---|---|
| mes | string | |
| salario_minimo_r | string |
Sample Data
Download a free sample to inspect the data before purchasing.
$5.9
Fixed price
Quality: 4.1 / 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: "Brazil Minimum Wage History 19" })
// Found: be5e8eba-9213-4318-9637-88b6032af285
buy_now({ dataset_id: "be5e8eba-9213-4318-9637-88b6032af285" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/be5e8eba-9213-4318-9637-88b6032af285 \
-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": "be5e8eba-9213-4318-9637-88b6032af285"}'