Freight Transportation Services Index was last reported at 134.9 Index 2000=100 as of June 1, 2026. That is down 0.30% from the prior reading of 135.3 Index 2000=100. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Business category. The next scheduled release is October 1, 2026.
| Date | Value (Index 2000=100) |
|---|---|
| Jun 2026 | 134.9 |
| May 2026 | 135.3 |
| Apr 2026 | 138.1 |
| Mar 2026 | 139.3 |
| Feb 2026 | 138.2 |
| Jan 2026 | 136.3 |
| Dec 2025 | 137.0 |
| Nov 2025 | 137.2 |
| Oct 2025 | 136.7 |
| Sep 2025 | 138.0 |
| Date | Value (Index 2000=100) |
|---|---|
| Aug 2025 | 138.8 |
| Jul 2025 | 138.5 |
| Jun 2025 | 137.3 |
| May 2025 | 137.0 |
| Apr 2025 | 137.4 |
| Mar 2025 | 137.6 |
| Feb 2025 | 136.7 |
| Jan 2025 | 137.8 |
| Dec 2024 | 137.4 |
| Nov 2024 | 137.1 |
Pull the full history of Freight Transportation Services Index into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=USFREIGHTTSI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USFREIGHTTSI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USFREIGHTTSI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();