XPO Fuel Surcharge
Current published surcharge:
50.8%
effective August 31, 2026
DOE diesel index: $5.652/gal
Pulled from XPO's published schedule, retrieved August 25, 2026. Source: https://www.xpo.com/fuel-surcharge-table/. Carrier names are used for identification only; OilPriceAPI is not affiliated with or endorsed by XPO.
DOE Diesel Price Band — How XPO's Surcharge Is Set
XPO 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 XPO 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.
XPO Fuel Surcharge — 12-Week Trend
| Effective Date | Surcharge |
|---|---|
| August 31, 2026 | 50.8% |
| August 24, 2026 | 48.8% |
| August 17, 2026 | 46.8% |
| August 10, 2026 | 47.3% |
| August 3, 2026 | 47.3% |
| July 27, 2026 | 45.3% |
| July 20, 2026 | 41.8% |
| July 13, 2026 | 39.8% |
| July 6, 2026 | 40.8% |
| June 29, 2026 | 42.3% |
| June 22, 2026 | 44.8% |
| June 15, 2026 | 46.3% |
Get the XPO Fuel Surcharge via API
# Latest published XPO surcharge
curl "https://api.oilpriceapi.com/v1/fuel-surcharge/xpo/latest" \
-H "Authorization: Token YOUR_API_KEY"
# Python
import requests
resp = requests.get(
"https://api.oilpriceapi.com/v1/fuel-surcharge/xpo/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 →