C. H. Robinson Worldwide (CHRW) Cash from Financing Activities (2009 - 2026)
C. H. Robinson Worldwide's (CHRW) quarterly Cash from Financing Activities came in at $55.8 million in Q2 2026, up 129.92% on a YoY basis from $24.3 million in Q2 2025, and up 184.02% quarter-over-quarter from -$66.4 million in Q1 2026.
C. H. Robinson Worldwide (CHRW) Cash from Financing Activities (2009 - 2026) Analysis & Trends
C. H. Robinson Worldwide (CHRW) has reported Cash from Financing Activities for 18 consecutive years, with $55.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities rose 129.92% year-over-year to $55.8 million; the trailing twelve-month figure through Jun 2026 stood at -$540.7 million (up 14.0% YoY), and the FY2025 full-year result was -$862.7 million, down 107.34% from the prior year.
- Cash from Financing Activities rose to $55.8 million in Q2 2026 per CHRW's latest filing, from -$66.4 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $55.8 million in Q2 2026 and bottomed at -$725.5 million in Q4 2022.
- Historically, Cash from Financing Activities has averaged -$201.5 million across 5 years, with a median of -$196.2 million in 2023.
- The sharpest annual moves came in 2022 and 2026: Cash from Financing Activities sank 30931.99% in 2022, then soared 129.92% in 2026.
- Over 5 years, Cash from Financing Activities stood at -$725.5 million in 2022, then jumped by 90.86% to -$66.3 million in 2023, then tumbled by 249.63% to -$231.9 million in 2024, then fell by 9.78% to -$254.5 million in 2025, then soared by 121.92% to $55.8 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered $55.8 million, -$66.4 million, and -$254.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 27.11 Bn | 23.77 Bn | 732.88 Mn | -1.41 Bn |
| 2 | Expeditors International Of Washington | 24.83 Bn | 23.80 Bn | 1.09 Bn | -474.32 Mn |
| 3 | C. H. Robinson Worldwide | 17.92 Bn | 17.76 Bn | 1.11 Bn | 55.79 Mn |
| 4 | Rb Global | 15.40 Bn | 14.87 Bn | 935.50 Mn | 104.00 Mn |
| 5 | Ryder System | 9.14 Bn | 9.14 Bn | 1.45 Bn | -373.00 Mn |
| 6 | Landstar System | 5.78 Bn | 5.43 Bn | 308.86 Mn | -5.62 Mn |
| 7 | GXO Logistics | 5.27 Bn | 4.53 Bn | 508.00 Mn | -36.00 Mn |
| 8 | Rxo | 3.34 Bn | 3.32 Bn | 302.00 Mn | 46.00 Mn |
| 9 | Hub | 1.98 Bn | 1.89 Bn | 250.84 Mn | 15.29 Mn |
| 10 | Cryoport | 862.04 Mn | 465.34 Mn | 22.82 Mn | 653,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 55.79 Mn |
| Mar 31, 2026 | -66.41 Mn |
| Dec 31, 2025 | -254.53 Mn |
| Sep 30, 2025 | -275.53 Mn |
| Jun 30, 2025 | -186.47 Mn |
| Mar 31, 2025 | -146.21 Mn |
| Dec 31, 2024 | -231.86 Mn |
| Sep 30, 2024 | -64.18 Mn |
| Jun 30, 2024 | -154.76 Mn |
| Mar 31, 2024 | 34.70 Mn |
| Dec 31, 2023 | -66.31 Mn |
| Sep 30, 2023 | -219.40 Mn |
| Jun 30, 2023 | -226.13 Mn |
| Mar 31, 2023 | -205.99 Mn |
| Dec 31, 2022 | -725.53 Mn |
| Sep 30, 2022 | -636.84 Mn |
| Jun 30, 2022 | -278.95 Mn |
| Mar 31, 2022 | 21.77 Mn |
| Dec 31, 2021 | -2.34 Mn |
| Sep 30, 2021 | 128.02 Mn |
C. H. Robinson Worldwide Cash from Financing Activities API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=cash-from-financing-activities&ticker=CHRW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "ticker": "CHRW", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-financing-activities&ticker=CHRW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();