CoreCivic (CXW) Cash from Investing Activities (2009 - 2026)
CoreCivic (CXW) posted Cash from Investing Activities of -$182.3 million for Q2 2026, down 699.78% on a QoQ basis from -$22.8 million in Q1 2026, and down 419.54% year-over-year from $57.0 million in Q2 2025.
CoreCivic (CXW) Cash from Investing Activities (2009 - 2026) Analysis & Trends
CoreCivic has reported Cash from Investing Activities for 18 years, with the latest figure at -$182.3 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 419.54% year-over-year to -$182.3 million in Q2 2026; TTM through Jun 2026 was -$351.1 million, a 279.47% decrease from a year earlier, with the FY2025 full-year figure at -$206.1 million, down 282.87% from the prior year.
- Cash from Investing Activities was -$182.3 million for Q2 2026 at CoreCivic, down from -$22.8 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $124.6 million in Q3 2022, with the low at -$182.3 million in Q2 2026.
- Average Cash from Investing Activities over 5 years is -$25.0 million, with a median of -$19.0 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: Cash from Investing Activities surged 1134.39% in 2022, then slumped 694.91% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$28.8 million in 2022, then jumped by 31.85% to -$19.7 million in 2023, then climbed by 3.22% to -$19.0 million in 2024, then sank by 106.61% to -$39.3 million in 2025, then sank by 363.63% to -$182.3 million in 2026.
- The last three Cash from Investing Activities figures came in at -$182.3 million (Q2 2026), -$22.8 million (Q1 2026), and -$39.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | -158.28 Mn |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn | -634.90 Mn |
| 3 | APi | 16.16 Bn | 15.31 Bn | 703.00 Mn | -556.00 Mn |
| 4 | Rollins | 15.61 Bn | 15.50 Bn | 569.95 Mn | -121.64 Mn |
| 5 | Aramark | 14.88 Bn | 14.45 Bn | 430.34 Mn | -119.35 Mn |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn | -70.53 Mn |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn | -30.50 Mn |
| 8 | Geo | 4.20 Bn | 3.95 Bn | - | -28.21 Mn |
| 9 | CoreCivic | 3.49 Bn | 3.38 Bn | - | -182.26 Mn |
| 10 | Abm Industries | 2.92 Bn | 2.81 Bn | 286.10 Mn | -17.40 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -182.26 Mn |
| Mar 31, 2026 | -22.79 Mn |
| Dec 31, 2025 | -39.31 Mn |
| Sep 30, 2025 | -106.70 Mn |
| Jun 30, 2025 | -35.08 Mn |
| Mar 31, 2025 | -24.98 Mn |
| Dec 31, 2024 | -19.03 Mn |
| Sep 30, 2024 | -13.42 Mn |
| Jun 30, 2024 | -17.62 Mn |
| Mar 31, 2024 | -3.75 Mn |
| Dec 31, 2023 | -19.66 Mn |
| Sep 30, 2023 | -17.59 Mn |
| Jun 30, 2023 | -11.12 Mn |
| Mar 31, 2023 | -10.51 Mn |
| Dec 31, 2022 | -28.85 Mn |
| Sep 30, 2022 | 124.63 Mn |
| Jun 30, 2022 | -18.93 Mn |
| Mar 31, 2022 | -3.81 Mn |
| Dec 31, 2021 | -36.10 Mn |
| Sep 30, 2021 | -12.05 Mn |
CoreCivic Cash from Investing 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-investing-activities&ticker=CXW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "CXW", "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-investing-activities&ticker=CXW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();