Aramark (ARMK) Equity Income (2023 - 2024)
Aramark's (ARMK) quarterly Equity Income came in at $25.1 million in Q3 2024, up 89542.86% year-over-year from N/an in Q3 2023, and up 89542.86% quarter-over-quarter from $28000.0 in Q3 2023.
Aramark (ARMK) Equity Income (2023 - 2024) Analysis & Trends
Aramark (ARMK) has reported Equity Income for 2 consecutive years, with $25.1 million the latest figure, recorded in Q3 2024.
- On a quarterly basis, Equity Income rose 89542.86% year-over-year to $25.1 million in Q3 2024; TTM through Sep 2024 was $401.1 million, a 6.68% increase from a year earlier, with the FY2025 full-year figure at -$19.5 million, down 177.69% from the prior year.
- Equity Income was $25.1 million for Q3 2024 at Aramark, up from $28000.0 in the prior quarter.
- Over five years, Equity Income peaked at $376.0 million in Q2 2023 and troughed at $28000.0 in Q3 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (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 | - | 636,000.00 |
| 9 | CoreCivic | 3.49 Bn | 3.38 Bn | - | - |
| 10 | Abm Industries | 2.92 Bn | 2.81 Bn | 286.10 Mn | 1.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 27, 2024 | 25.10 Mn |
| Sep 29, 2023 | 28,000.00 |
| Jun 30, 2023 | 375.97 Mn |
Aramark Equity Income 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=equity-income&ticker=ARMK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=ARMK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();