Fleet Fuel Prices API for planning and alerts
Track diesel and gasoline pricing in a consistent API schema for fleet dashboards, cost alerts, and planning workflows.
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/metrics?product=diesel&geo_type=national" \ -H "Authorization: Bearer YOUR_API_KEY"
Example response
{
"data": {
"delta_1w": -0.024,
"delta_4w": -0.091,
"percentile_5y": 0.58
}
}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.