Diesel Price
U.S. distillate (diesel/heating oil) market-reporting price, primarily derived from a heating-oil market blend. Tracks but is not the EIA Gulf Coast ULSD spot assessment; for an EIA diesel series use ULSD_DIESEL_USD. Access timestamped benchmark data through the OilPriceAPI REST API.
Need this data in your app?
GET /v1/prices/latest?by_code=DIESEL_USD → $4.49Timestamped Updates
Diesel responses include source timestamps for workflow freshness checks
Freshness Metadata
Responses include timestamps so customers can monitor whether a benchmark is fresh enough for their workflow
API Integration
Simple REST API with comprehensive documentation and code examples
About Diesel
Market Overview
U.S. distillate (diesel/heating oil) market-reporting price, primarily derived from a heating-oil market blend. Tracks but is not the EIA Gulf Coast ULSD spot assessment; for an EIA diesel series use ULSD_DIESEL_USD.
Key Information
- Category: Energy
- Unit: gallon
- API code: DIESEL_USD
- Freshness: timestamped response; cadence varies by source
The term "diesel price" refers to several distinct quantities that are frequently conflated. Retail pump prices, wholesale rack prices, spot assessments at specific hubs and heating-oil proxies all circulate under the same name, and they can sit several percent apart on the same day. This page serves a market-reporting distillate price. The sections below state what the number is, how it differs from adjacent measures, and which measure fits which use.
What this number actually is - and is not
The value on this page is a market-reporting distillate price derived primarily from a heating-oil market blend. It tracks the direction of U.S. diesel closely, but it is not the EIA U.S. Gulf Coast Ultra-Low Sulfur Diesel spot assessment, and on individual days the two diverge materially. Measured against our own EIA-sourced rows for the same dates, the gap reached -9.3% on 2026-08-05 and +12.6% on 2026-07-15.
Method note: until August 2026 our own catalogue described this series as the EIA Gulf Coast assessment. Measurement of the served data showed approximately 98% of observations originated from the heating-oil blend. We corrected the label on 2026-08-09 and added a conformance test that fails our build if the description drifts from the served data. The general property this illustrates: a distillate price is fully specified only by instrument, location and assessing body; a quote missing any of the three is ambiguous.
Diesel and heating oil: related distillates, distinct prices
Diesel and heating oil are both No. 2 distillates from the same part of the barrel, which is why one is often used as a proxy for the other and why futures desks historically hedged diesel with the heating-oil contract. But road diesel is ultra-low sulfur (15 ppm) and carries road taxes and specification premiums; heating oil historically allowed far more sulfur and prices against a different demand curve - winter heating rather than year-round freight.
In mild weather the two track tightly. In a cold snap, heating-oil demand can pull the blend away from what trucks are actually paying at the rack. If your use case is freight cost modeling or fuel-surcharge calculation, a diesel-specific assessment such as the EIA series is usually the better anchor; if you need a liquid, frequently-updated distillate signal, the blend serves well.
Which diesel number fits which use
For a frequently updated market signal: this page (DIESEL_USD). For the EIA's spot assessment methodology: ULSD_DIESEL_USD, which carries the EIA New York Harbor ultra-low-sulfur series - published on the EIA's schedule, so it updates less often but is a named, documented government assessment. For retail pump prices - what consumers pay, including taxes - use a retail series rather than any spot number; spot and retail can move days apart.
General rule: match the assessment to the decision. Fuel-surcharge formulas typically name a specific published index; substituting a correlated proxy introduces error concentrated on exactly the days the two series diverge, which are the days a surcharge calculation is most likely to be disputed.
Data freshness
Last source timestamp: Aug 21, 2026, 12:40 AM GMT
Diesel FAQ
Is this the EIA Gulf Coast diesel price?
No. This series is derived primarily from a heating-oil market blend and tracks - but is not - the EIA Gulf Coast ULSD spot assessment. The two diverged by as much as 12.6% on individual days in mid-2026. For an EIA assessment use the ULSD_DIESEL_USD code, which carries the EIA New York Harbor ULSD series.
Why does your diesel price differ from what I see elsewhere?
Because 'the diesel price' is many different numbers: retail pump averages include taxes and station margin; rack prices are wholesale at terminals; spot assessments are hub-specific; and heating-oil-derived blends like this one price against distillate demand broadly. Differences of several percent between these on the same day are normal, not an error in either number.
How do I know your label matches the data?
It is enforced in software. After correcting this page's description in August 2026, we added a conformance test that runs on every code change: if the served data's source mix stops matching the description, or the alternative code we point to stops existing, our build fails. The label cannot silently drift from the data again.
Integrate Timestamped Diesel Data
Get timestamped diesel price data through the same API path powering this page. Start with one benchmark code and wire it into your workflow.
curl -H 'Authorization: Token YOUR_API_KEY' \ 'https://api.oilpriceapi.com/v1/prices/latest?by_code=DIESEL_USD'