FirstService (FSV) EBT (QoQ) (2014 - 2026)
Analysis
FirstService (FSV) EBT (QoQ) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn |
| 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 |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn |
| 8 | Geo | 4.20 Bn | 3.95 Bn | - |
| 9 | CoreCivic | 3.49 Bn | 3.38 Bn | - |
| 10 | Abm Industries | 2.92 Bn | 2.81 Bn | 286.10 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 158.10% |
| Mar 31, 2026 | -52.91% |
| Dec 31, 2025 | -30.28% |
| Sep 30, 2025 | 24.62% |
| Jun 30, 2025 | 293.96% |
| Mar 31, 2025 | -71.04% |
| Dec 31, 2024 | -33.42% |
| Sep 30, 2024 | 63.93% |
| Jun 30, 2024 | 203.75% |
| Mar 31, 2024 | -41.64% |
| Dec 31, 2023 | -42.49% |
| Sep 30, 2023 | -16.50% |
| Jun 30, 2023 | 143.98% |
| Mar 31, 2023 | -48.29% |
| Dec 31, 2022 | 7.20% |
| Sep 30, 2022 | 1.32% |
| Jun 30, 2022 | 115.94% |
| Mar 31, 2022 | -48.49% |
| Dec 31, 2021 | -30.27% |
| Sep 30, 2021 | 20.40% |
API Access
FirstService EBT (QoQ) 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=ebt-qoq&ticker=FSV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-qoq", "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=ebt-qoq&ticker=FSV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();