Rollins (ROL) Cash from Investing Activities (2009 - 2026)
Rollins (ROL) posted Cash from Investing Activities of -$121.6 million for Q2 2026, down 395.14% on a QoQ basis from -$24.6 million in Q1 2026, and up 47.23% year-over-year from -$82.6 million in Q2 2025.
Rollins (ROL) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Rollins has reported Cash from Investing Activities for 18 years, with the latest figure at -$121.6 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 47.23% year-over-year to -$121.6 million in Q2 2026; TTM through Jun 2026 was -$209.8 million, a 39.31% increase from a year earlier, with the FY2025 full-year figure at -$326.7 million, down 85.38% from the prior year.
- Cash from Investing Activities was -$121.6 million for Q2 2026 at Rollins, down from -$24.6 million in the prior quarter.
- The five-year high for Cash from Investing Activities was -$10.6 million in Q4 2023, with the low at -$318.0 million in Q2 2023.
- Average Cash from Investing Activities over 5 years is -$64.2 million, with a median of -$36.1 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Cash from Investing Activities surged 90.22% in 2022, then plunged 655.35% in 2023.
- Over 5 years, Cash from Investing Activities stood at -$10.8 million in 2022, then climbed by 1.88% to -$10.6 million in 2023, then plunged by 398.74% to -$52.7 million in 2024, then surged by 54.66% to -$23.9 million in 2025, then tumbled by 409.3% to -$121.6 million in 2026.
- The last three Cash from Investing Activities figures came in at -$121.6 million (Q2 2026), -$24.6 million (Q1 2026), and -$23.9 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 | -121.64 Mn |
| Mar 31, 2026 | -24.57 Mn |
| Dec 31, 2025 | -23.88 Mn |
| Sep 30, 2025 | -39.72 Mn |
| Jun 30, 2025 | -230.52 Mn |
| Mar 31, 2025 | -32.57 Mn |
| Dec 31, 2024 | -52.67 Mn |
| Sep 30, 2024 | -29.94 Mn |
| Jun 30, 2024 | -41.16 Mn |
| Mar 31, 2024 | -52.47 Mn |
| Dec 31, 2023 | -10.56 Mn |
| Sep 30, 2023 | -30.71 Mn |
| Jun 30, 2023 | -318.03 Mn |
| Mar 31, 2023 | -13.59 Mn |
| Dec 31, 2022 | -10.76 Mn |
| Sep 30, 2022 | -61.35 Mn |
| Jun 30, 2022 | -42.10 Mn |
| Mar 31, 2022 | -19.93 Mn |
| Dec 31, 2021 | -110.07 Mn |
| Sep 30, 2021 | -17.52 Mn |
Rollins 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=ROL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "ROL", "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=ROL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();