Retail Fuel Prices API — EIA Weekly Gas & Diesel + History
"The national average hit $3.86 this week" — that number is the EIA weekly retail price survey, published every Tuesday at 10:00 a.m. ET. This API serves it as clean, versioned JSON: three fuels, seven areas, and weekly history back to 1990 available from day one. **What you get** - **regular** — regular gasoline, all formulations: THE press headline - **gasoline** — all grades, all…
Retail Fuel Prices API — EIA Weekly Gas & Diesel + History endpoints
| Method | Endpoint | Description |
|---|---|---|
| retail | ||
| GET |
/v1/retail/latest /v1/retail/latest |
Most recent published price of the three fuels (gasoline, regular, diesel) for the chosen area, in a single call — the Tuesday price table. |
| GET |
/v1/retail/{fuel} /v1/retail/{fuel} |
|
| GET |
/v1/retail/{fuel}/history /v1/retail/{fuel}/history |
Period-range pagination (keyset): request the next page by passing `meta.next_end` as the `end` parameter. `next_end` is null on the last page. Periods are survey Mondays. |
| Other endpoints | ||
| GET |
/health /health |
Cheap process check. Does not touch the database. Not rate limited. |
| GET |
/health/deep /health/deep |
Verifies database connectivity and that the latest US regular gasoline price is at most 12 days old (threshold calibrated to the Tuesday 10:00 ET release calendar). Heavier than… |
| GET |
/v1/retail/latest /v1/retail/latest |
Most recent published price of the three fuels (gasoline, regular, diesel) for the chosen area, in a single call — the Tuesday price table. |
| GET |
/v1/retail/{fuel}/history /v1/retail/{fuel}/history |
Period-range pagination (keyset): request the next page by passing `meta.next_end` as the `end` parameter. `next_end` is null on the last page. Periods are survey Mondays. |
| GET |
/v1/retail/{fuel} /v1/retail/{fuel} |
|
Retail Fuel Prices API — EIA Weekly Gas & Diesel + History pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | 60 / minute |
|
| ULTRA | $29.99 / month | — |
|