eia_gasoline_prices
ActiveTool of io.github.blackboxfoundry/livedatalink
Weekly US retail gasoline prices from EIA. Filter by region (PADD1-PADD5 or national) and grade (regular, midgrade, premium, diesel, all). Useful for fuel-cost analysis, transportation logistics, and consumer price tracking.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"end": {
"type": "string",
"description": "Inclusive upper-bound period (ISO date or YYYY-MM)."
},
"grade": {
"type": "string",
"description": "Fuel grade: 'all', 'regular', 'midgrade', 'premium', 'diesel'. Default 'all'."
},
"limit": {
"type": "number",
"description": "Maximum rows to return (default 50, max 5000)."
},
"start": {
"type": "string",
"description": "Inclusive lower-bound period (ISO date or YYYY-MM depending on series cadence)."
},
"region": {
"type": "string",
"description": "PADD region code or 'national'. Examples: 'national', 'PADD1', 'PADD3'. Default 'national'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries