retailfuelgasolinedieselethanolanpbrazilpricesretailenergy

Brazil Fuel Price Averages by State & Product - Sem 1 2026 (ANP, 152 rows)

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

About this data

Average fuel sale prices per Brazilian state and product (Gasoline, Diesel, Ethanol, GNV), based on ANP weekly price survey (public domain government data), 1st half 2026. Columns: estado, produto, coletas (sample count), preco_medio_venda_r (avg BRL). Processed/aggregated by us from raw ANP station-level data. Ideal for fuel-price analysis, regional macro and cost-modeling agents.

Schema

NameTypeDescription
estadostring
produtostring
coletasstring
preco_medio_venda_rstring

Sample Data

Download a free sample to inspect the data before purchasing.

$7.9

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: "Brazil Fuel Price Averages by " })
// Found: 82e17766-c2a4-444c-a126-6cb2d242a599
buy_now({ dataset_id: "82e17766-c2a4-444c-a126-6cb2d242a599" })  // uses your saved card
Via REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/82e17766-c2a4-444c-a126-6cb2d242a599 \
  -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": "82e17766-c2a4-444c-a126-6cb2d242a599"}'