FirstService (FSV) Cash from Investing Activities (2014 - 2026)
FirstService's (FSV) quarterly Cash from Investing Activities came in at -$70.5 million in Q2 2026, up 9.9% on a YoY basis from -$64.2 million in Q2 2025, and down 107.1% quarter-over-quarter from -$34.1 million in Q1 2026.
FirstService (FSV) Cash from Investing Activities (2014 - 2026) Analysis & Trends
FirstService (FSV) has reported Cash from Investing Activities for 13 consecutive years, with -$70.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities rose 9.9% year-over-year to -$70.5 million; the trailing twelve-month figure through Jun 2026 stood at -$226.3 million (up 4.63% YoY), and the FY2025 full-year result was -$245.2 million, up 24.25% from the prior year.
- Cash from Investing Activities slipped to -$70.5 million in Q2 2026 per FSV's latest filing, from -$34.1 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at -$22.7 million in Q1 2022 and bottomed at -$465.6 million in Q4 2023.
- Historically, Cash from Investing Activities has averaged -$82.3 million across 5 years, with a median of -$51.3 million in 2024.
- The sharpest annual moves came in 2023 and 2024: Cash from Investing Activities sank 469.09% in 2023, then surged 81.34% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$81.8 million in 2022, then tumbled by 469.09% to -$465.6 million in 2023, then soared by 81.34% to -$86.9 million in 2024, then soared by 51.46% to -$42.2 million in 2025, then slumped by 67.26% to -$70.5 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$70.5 million, -$34.1 million, and -$42.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | -70.53 Mn |
| Mar 31, 2026 | -34.06 Mn |
| Dec 31, 2025 | -42.17 Mn |
| Sep 30, 2025 | -79.50 Mn |
| Jun 30, 2025 | -78.28 Mn |
| Mar 31, 2025 | -45.25 Mn |
| Dec 31, 2024 | -86.87 Mn |
| Sep 30, 2024 | -26.86 Mn |
| Jun 30, 2024 | -152.63 Mn |
| Mar 31, 2024 | -57.34 Mn |
| Dec 31, 2023 | -465.60 Mn |
| Sep 30, 2023 | -44.33 Mn |
| Jun 30, 2023 | -27.26 Mn |
| Mar 31, 2023 | -109.14 Mn |
| Dec 31, 2022 | -81.82 Mn |
| Sep 30, 2022 | -28.64 Mn |
| Jun 30, 2022 | -27.65 Mn |
| Mar 31, 2022 | -22.70 Mn |
| Dec 31, 2021 | -87.63 Mn |
| Sep 30, 2021 | -45.71 Mn |
FirstService 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=FSV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "FSV", "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=FSV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();