Averitt Express Fuel Surcharge
Current published surcharge:
45.5%
effective August 5, 2026
DOE diesel index: $5.348/gal
Pulled from Averitt Express's published schedule, retrieved August 4, 2026. Source: https://tools.averitt.com/public/resources/fuelSurcharge/index.jsp. Carrier names are used for identification only; OilPriceAPI is not affiliated with or endorsed by Averitt Express.
DOE Diesel Price Band — How Averitt's Surcharge Is Set
Averitt Express 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 Averitt Express 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.
Averitt Fuel Surcharge — 12-Week Trend
| Effective Date | Surcharge |
|---|---|
| August 5, 2026 | 45.5% |
| July 29, 2026 | 45.2% |
| July 22, 2026 | 43.4% |
| July 15, 2026 | 40.0% |
Get the Averitt Fuel Surcharge via API
# Latest published Averitt surcharge
curl "https://api.oilpriceapi.com/v1/fuel-surcharge/averitt/latest" \
-H "Authorization: Token YOUR_API_KEY"
# Python
import requests
resp = requests.get(
"https://api.oilpriceapi.com/v1/fuel-surcharge/averitt/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 →