Rxo (RXO) Consolidated Net Income (2021 - 2026)
Rxo's (RXO) quarterly Consolidated Net Income came in at -$9.0 million in Q2 2026, little changed on a YoY basis from -$9.0 million in Q2 2025, and up 75.0% quarter-over-quarter from -$36.0 million in Q1 2026.
Rxo (RXO) Consolidated Net Income (2021 - 2026) Analysis & Trends
Rxo (RXO) has reported Consolidated Net Income for 6 consecutive years, with -$9.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Consolidated Net Income changed 0.0% year-over-year to -$9.0 million; the trailing twelve-month figure through Jun 2026 stood at -$105.0 million (up 65.91% YoY), and the FY2025 full-year result was -$100.0 million, up 65.52% from the prior year.
- Consolidated Net Income grew to -$9.0 million in Q2 2026 per RXO's latest filing, from -$36.0 million in the prior quarter.
- Across five years, Consolidated Net Income topped out at $44.0 million in Q2 2022 and bottomed at -$243.0 million in Q3 2024.
- Historically, Consolidated Net Income has averaged -$19.9 million across 5 years, with a median of -$9.0 million in 2025.
- The sharpest annual moves came in 2023 and 2024: Consolidated Net Income jumped 150.0% in 2023, then sank 24200.0% in 2024.
- Over 5 years, Consolidated Net Income stood at -$4.0 million in 2022, then surged by 150.0% to $2.0 million in 2023, then tumbled by 1350.0% to -$25.0 million in 2024, then sank by 84.0% to -$46.0 million in 2025, then soared by 80.43% to -$9.0 million in 2026.
- According to Business Quant data, Consolidated Net Income over the past three periods registered -$9.0 million, -$36.0 million, and -$46.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Copart | 26.66 Bn | 23.33 Bn | 732.88 Mn | 401.39 Mn |
| 2 | Expeditors International Of Washington | 24.38 Bn | 23.35 Bn | 1.09 Bn | 267.26 Mn |
| 3 | C. H. Robinson Worldwide | 17.52 Bn | 17.36 Bn | 1.11 Bn | 186.79 Mn |
| 4 | Rb Global | 15.43 Bn | 14.90 Bn | 935.50 Mn | 143.60 Mn |
| 5 | Ryder System | 9.07 Bn | 9.07 Bn | 1.45 Bn | 133.00 Mn |
| 6 | Landstar System | 5.72 Bn | 5.38 Bn | 308.86 Mn | 48.95 Mn |
| 7 | GXO Logistics | 5.25 Bn | 4.52 Bn | 508.00 Mn | 27.00 Mn |
| 8 | Rxo | 3.26 Bn | 3.25 Bn | 302.00 Mn | -9.00 Mn |
| 9 | Hub | 1.94 Bn | 1.85 Bn | 250.84 Mn | 28.93 Mn |
| 10 | Cryoport | 889.89 Mn | 493.20 Mn | 22.82 Mn | -8.26 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -9.00 Mn |
| Mar 31, 2026 | -36.00 Mn |
| Dec 31, 2025 | -46.00 Mn |
| Sep 30, 2025 | -14.00 Mn |
| Jun 30, 2025 | -9.00 Mn |
| Mar 31, 2025 | -31.00 Mn |
| Dec 31, 2024 | -25.00 Mn |
| Sep 30, 2024 | -243.00 Mn |
| Jun 30, 2024 | -7.00 Mn |
| Mar 31, 2024 | -15.00 Mn |
| Dec 31, 2023 | 2.00 Mn |
| Sep 30, 2023 | -1.00 Mn |
| Jun 30, 2023 | 3.00 Mn |
| Dec 31, 2022 | -4.00 Mn |
| Sep 30, 2022 | 13.00 Mn |
| Jun 30, 2022 | 44.00 Mn |
| Mar 31, 2022 | 39.00 Mn |
| Dec 31, 2021 | 42.00 Mn |
| Sep 30, 2021 | 33.00 Mn |
Rxo Consolidated Net Income 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=consolidated-net-income&ticker=RXO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "ticker": "RXO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=consolidated-net-income&ticker=RXO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();