Carrier overview
Example request
Example response
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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TForce Freight LTL fuel surcharge rates — current week only, extracted from the carrier’s public tariff page.
| Field | Value |
|---|---|
| SCAC code | TFIN |
| Full name | TForce Freight |
| Headquarters | Richmond, VA |
| Coverage | National |
| DOE diesel price | No — upstream tariff page does not publish DOE diesel |
| Historical weeks available | Current week only — requesting weeks > 1 returns a single record |
| Extraction method | playwright_dom |
| Cache TTL | 7 days |
curl "https://api.nexusfeed.dev/v1/ltl/fuel-surcharge?carriers=TFORCE&weeks=1" \
-H "X-API-Key: YOUR_KEY"
{
"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
}
}