Gas Prices API for clean U.S. gasoline data
Get U.S. gasoline price series in a consistent schema with endpoints for latest values, history, metrics, and regional comparisons.
EIA-published fuel price datasets
API-ready latest + historical + metrics
National and regional U.S. coverage
Source ingestion
Fuel Data Lab ingests EIA-published fuel price datasets on a recurring pipeline, preserving product and geography context.
Normalization + canonical series mapping
Records are cleaned into stable product/geo schemas with canonical series IDs so applications can query consistent endpoints.
API + analytics derivation
REST endpoints expose latest and historical prices, while derived metrics, events, spreads, and scenario tools build on the same normalized series.
curl "https://fueldatalab.com/api/v1/prices?product=gasoline&geo_type=national&limit=52" \ -H "Authorization: Bearer YOUR_API_KEY"
Example response
{
"data": [
{ "period": "2024-12-21", "value": 3.112 },
{ "period": "2024-12-14", "value": 3.138 }
],
"meta": { "count": 52, "limit": 52 }
}Fuel Data API
Ship faster with clean fuel data
Use the docs for endpoint details, then jump into Fuel Data Lab to explore the product experience and widget tools.