Estes Express Lines Fuel Surcharge
Current published surcharge:
48.6%
effective August 19, 2026
DOE diesel index: $5.454/gal
Pulled from Estes Express Lines's published schedule, retrieved August 25, 2026. Source: https://www.estes-express.com/resources/fees-and-surcharges/fuel-surcharge. Carrier names are used for identification only; OilPriceAPI is not affiliated with or endorsed by Estes Express Lines.
DOE Diesel Price Band — How Estes's Surcharge Is Set
Estes Express Lines 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 Estes Express Lines 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.
Estes Fuel Surcharge — 12-Week Trend
| Effective Date | Surcharge |
|---|---|
| August 19, 2026 | 48.6% |
| August 12, 2026 | 46.6% |
| August 5, 2026 | 47.5% |
| July 29, 2026 | 47.2% |
| July 22, 2026 | 45.4% |
| July 15, 2026 | 42.0% |
| July 8, 2026 | 39.8% |
| July 1, 2026 | 40.7% |
| June 24, 2026 | 42.4% |
| June 17, 2026 | 44.6% |
| June 10, 2026 | 46.2% |
| June 3, 2026 | 47.6% |
Get the Estes Fuel Surcharge via API
# Latest published Estes surcharge
curl "https://api.oilpriceapi.com/v1/fuel-surcharge/estes/latest" \
-H "Authorization: Token YOUR_API_KEY"
# Python
import requests
resp = requests.get(
"https://api.oilpriceapi.com/v1/fuel-surcharge/estes/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 →