Aramark (ARMK) EBT Growth (3y) (2016 - 2026)
Analysis
Aramark (ARMK) EBT Growth (3y) (2016 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | 13.30% |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn | 181.88% |
| 3 | APi | 16.16 Bn | 15.31 Bn | 703.00 Mn | 22.54% |
| 4 | Rollins | 15.61 Bn | 15.50 Bn | 569.95 Mn | 7.91% |
| 5 | Aramark | 14.88 Bn | 14.45 Bn | 430.34 Mn | -30.03% |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn | 3.84% |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn | -9.82% |
| 8 | Geo | 4.20 Bn | 3.95 Bn | - | 18.80% |
| 9 | CoreCivic | 3.49 Bn | 3.38 Bn | - | 35.72% |
| 10 | Abm Industries | 2.92 Bn | 2.81 Bn | 286.10 Mn | -19.09% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 3, 2026 | -30.03% |
| Apr 3, 2026 | 127.02% |
| Jan 2, 2026 | 38.79% |
| Oct 3, 2025 | 44.17% |
| Jun 27, 2025 | 19.47% |
| Mar 28, 2025 | 17.34% |
| Dec 27, 2024 | 44.16% |
| Sep 27, 2024 | 59.47% |
| Jun 28, 2024 | 26.52% |
| Mar 29, 2024 | 40.94% |
| Dec 29, 2023 | 34.50% |
| Sep 29, 2023 | 36.01% |
| Jun 30, 2023 | 43.25% |
| Mar 31, 2023 | 27.23% |
| Dec 30, 2022 | -33.78% |
| Sep 30, 2022 | -42.64% |
| Jul 1, 2022 | -19.11% |
| Apr 1, 2022 | 10.60% |
| Dec 31, 2021 | -45.41% |
| Oct 1, 2021 | -40.82% |
API Access
Aramark EBT Growth (3y) 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-growth-3y&ticker=ARMK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-growth-3y", "ticker": "ARMK", "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-growth-3y&ticker=ARMK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();