Old Dominion Freight Line Fuel Surcharge

Current published surcharge:

38.3%

effective July 22, 2026

DOE diesel index: $4.796/gal

Pulled from Old Dominion Freight Line's published schedule, retrieved July 17, 2026. Source: https://www.odfl.com/us/en/resources/fuel-surcharge.html. Carrier names are used for identification only; OilPriceAPI is not affiliated with or endorsed by Old Dominion Freight Line.

DOE Diesel Price Band — How Old Dominion's Surcharge Is Set

Old Dominion Freight Line publishes a schedule mapping ranges of the weekly DOE/EIA national average on-highway diesel price to a fuel surcharge percentage. When the EIA publishes a new diesel price (every Tuesday), the surcharge moves to the band containing that price.

Band data not available

The currently matched diesel band for Old Dominion Freight Line is not available right now. We don't reproduce schedule tables from memory — the band shown here always comes from the live data source.

The trigger variable is public: see the current diesel prices by state or pull the weekly index from the Diesel Price API.

Old Dominion Fuel Surcharge — 12-Week Trend

Effective DateSurcharge
July 22, 202638.3%

Get the Old Dominion Fuel Surcharge via API

# Latest published Old Dominion surcharge
curl "https://api.oilpriceapi.com/v1/fuel-surcharge/odfl/latest" \
  -H "Authorization: Token YOUR_API_KEY"

# Python
import requests

resp = requests.get(
    "https://api.oilpriceapi.com/v1/fuel-surcharge/odfl/latest",
    headers={"Authorization": "Token YOUR_API_KEY"},
)
data = resp.json()["data"]
print(data["surcharge_percent"], data["effective_date"])

Calculate Your Fuel Surcharge

Turn the current DOE diesel price into a per-shipment surcharge with our free calculator.

Open the Fuel Surcharge Calculator →