Skip to main content
TForce Freight (SCAC: TFIN) is the former UPS Freight business, acquired by TFI International in 2021. It publishes the current week’s fuel surcharge on its public tariff page, but does not expose historical weeks or the DOE diesel price that triggered the rate. NexusFeed parses the current rate with Playwright DOM and returns it with reduced required fields to reflect the upstream data gap.

Carrier overview

FieldValue
SCAC codeTFIN
Full nameTForce Freight
HeadquartersRichmond, VA
CoverageNational
DOE diesel priceNo — upstream tariff page does not publish DOE diesel
Historical weeks availableCurrent week only — requesting weeks > 1 returns a single record
Extraction methodplaywright_dom
Cache TTL7 days

Example request

curl "https://api.nexusfeed.dev/v1/ltl/fuel-surcharge?carriers=TFORCE&weeks=1" \
  -H "X-API-Key: YOUR_KEY"

Example response

{
  "carrier": "TFORCE",
  "weeks": [
    {
      "effective_date": "2026-04-07",
      "fuel_surcharge_pct": 42.9,
      "doe_diesel_price_usd": null
    }
  ],
  "_verifiability": {
    "source_timestamp": "2026-04-10T14:22:11Z",
    "extraction_confidence": 1.0,
    "raw_data_evidence_url": "https://www.tforcefreight.com/ltl/apps/Resources/fueltable",
    "extraction_method": "playwright_dom",
    "data_freshness_ttl_seconds": 604800
  }
}
TForce does not publish historical fuel surcharges or DOE diesel on its public tariff. If you need trend data or an audit against a past invoice with a different rate, you must either (a) compare against a cached NexusFeed response from the relevant week or (b) use a carrier that exposes history such as ODFL, Estes, or R+L.

Use cases

  • Quoting shipments on TForce for the current week.
  • Verifying the current-week TForce rate on a new invoice.
  • Cross-checking TForce against other national LTL carriers when evaluating a lane.