Download the EIA weekly fuel price table
51 rows, one per state plus DC, for the EIA survey week of August 31, 2026, snapshot 2026-09-06. Every row carries the price, the EIA area it came from, the series id, and whether that area is the state itself or the district standing in for it. [EIA · 31 Aug 2026]
Files
state-prices.csv · state-prices.json
Schema
| Column | Type | Note |
|---|---|---|
| state | string | e.g. "California" |
| abbr | string(2) | USPS abbreviation |
| slug | string | URL segment on this site |
| padd | number 1-5 | EIA Petroleum Administration for Defense District |
| regular_price | number | USD per gallon, regular grade, all formulations |
| regular_basis | enum | state if EIA publishes a series for this state, region if not |
| regular_eia_area | string | The EIA area the figure was taken from |
| regular_series | string | EIA series id, e.g. EMM_EPMR_PTE_SCA_DPG |
| diesel_price | number | USD per gallon, No 2 diesel, on-highway |
| diesel_basis | enum | Same convention. Only California has its own diesel series |
| diesel_eia_area | string | The EIA area the diesel figure was taken from |
| diesel_series | string | EIA series id, e.g. EMD_EPD2D_PTE_R30_DPG |
| survey_week | ISO 8601 date | The Monday EIA collected the prices |
Read the basis column before you use the prices
9 of the 51 gasoline rows are state readings. The other 42 carry a district figure, which means several rows share an identical price. That is a property of the federal survey, not a defect in the file. If your analysis needs distinct per-state values, this dataset cannot supply them and neither can EIA.
Licence
The underlying figures are U.S. Government works in the public domain. Public domain (U.S. Government work). https://www.eia.gov/about/copyrights_reuse.php Attribute EIA. A link back to this site is welcome but not required.
Refresh
Weekly, after the EIA release. There is no live API on this domain; the site is a static export and these two files are the whole interface.
Related
methodology · about · homepage