R+L Carriers Fuel Surcharge

Data not available

Live R+L Carriers fuel surcharge data is not available right now. We only show percentages pulled from the carrier's published schedule — never estimates — so this page stays empty until real data is back.

When available, this data is pulled from R+L Carriers's published schedule with its retrieval timestamp shown here. Carrier names are used for identification only; OilPriceAPI is not affiliated with or endorsed by R+L Carriers.

DOE Diesel Price Band — How R+L Carriers's Surcharge Is Set

R+L Carriers 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 R+L Carriers 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.

R+L Carriers Fuel Surcharge — 12-Week Trend

Trend data not available

The weekly history for R+L Carriers will appear here once trend data is available. Historical surcharge values are only ever rendered from real recorded data.

Get the R+L Carriers Fuel Surcharge via API

# Latest published R+L Carriers surcharge
curl "https://api.oilpriceapi.com/v1/fuel-surcharge/rl-carriers/latest" \
  -H "Authorization: Token YOUR_API_KEY"

# Python
import requests

resp = requests.get(
    "https://api.oilpriceapi.com/v1/fuel-surcharge/rl-carriers/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 →