FirstService (FSV) Income from Non-Controlling Interests (2014 - 2026)
FirstService's (FSV) quarterly Income from Non-Controlling Interests came in at $6.1 million in Q2 2026, up 74.35% on a YoY basis from $3.5 million in Q2 2025, and up 84.32% quarter-over-quarter from $3.3 million in Q1 2026.
FirstService (FSV) Income from Non-Controlling Interests (2014 - 2026) Analysis & Trends
FirstService (FSV) has reported Income from Non-Controlling Interests for 13 consecutive years, with $6.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Non-Controlling Interests rose 74.35% year-over-year to $6.1 million; the trailing twelve-month figure through Jun 2026 stood at $20.5 million (up 27.25% YoY), and the FY2025 full-year result was $15.9 million, up 1.6% from the prior year.
- Income from Non-Controlling Interests grew to $6.1 million in Q2 2026 per FSV's latest filing, from $3.3 million in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at $7.8 million in Q3 2024 and bottomed at $565000.0 in Q1 2022.
- Historically, Income from Non-Controlling Interests has averaged $3.6 million across 5 years, with a median of $3.4 million in 2022.
- The widest YoY moves for Income from Non-Controlling Interests: up 599.39% in 2022, down 85.0% in 2022.
- Over 5 years, Income from Non-Controlling Interests stood at $3.5 million in 2022, then increased by 13.37% to $3.9 million in 2023, then retreated by 7.29% to $3.6 million in 2024, then climbed by 22.12% to $4.4 million in 2025, then soared by 36.45% to $6.1 million in 2026.
- According to Business Quant data, Income from Non-Controlling Interests over the past three periods registered $6.1 million, $3.3 million, and $4.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | - |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn | 4.67 Mn |
| 3 | APi | 16.16 Bn | 15.31 Bn | 703.00 Mn | - |
| 4 | Rollins | 15.61 Bn | 15.50 Bn | 569.95 Mn | - |
| 5 | Aramark | 14.88 Bn | 14.45 Bn | 430.34 Mn | 176,000.00 |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn | 6.06 Mn |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn | - |
| 8 | Geo | 4.20 Bn | 3.95 Bn | - | -43,000.00 |
| 9 | CoreCivic | 3.49 Bn | 3.38 Bn | - | - |
| 10 | Abm Industries | 2.92 Bn | 2.81 Bn | 286.10 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.06 Mn |
| Mar 31, 2026 | 3.29 Mn |
| Dec 31, 2025 | 4.44 Mn |
| Sep 30, 2025 | 6.71 Mn |
| Jun 30, 2025 | 3.48 Mn |
| Mar 31, 2025 | 1.24 Mn |
| Dec 31, 2024 | 3.64 Mn |
| Sep 30, 2024 | 7.76 Mn |
| Jun 30, 2024 | 2.70 Mn |
| Mar 31, 2024 | 1.53 Mn |
| Dec 31, 2023 | 3.93 Mn |
| Sep 30, 2023 | 4.41 Mn |
| Jun 30, 2023 | 3.38 Mn |
| Mar 31, 2023 | 2.43 Mn |
| Dec 31, 2022 | 3.46 Mn |
| Sep 30, 2022 | 2.90 Mn |
| Jun 30, 2022 | 2.45 Mn |
| Mar 31, 2022 | 565,000.00 |
| Dec 31, 2021 | 495,000.00 |
| Sep 30, 2021 | 1.56 Mn |
FirstService Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=FSV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=FSV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();