Aramark (ARMK) Interest Coverage Ratio Growth (5y) (2017 - 2024)
Analysis
Aramark (ARMK) Interest Coverage Ratio Growth (5y) (2017 - 2024) 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 28, 2024 | -2.88% |
| Mar 29, 2024 | 4.77% |
| Dec 29, 2023 | -20.19% |
| Sep 29, 2023 | -9.29% |
| Jun 30, 2023 | -10.70% |
| Mar 31, 2023 | -5.41% |
| Dec 30, 2022 | -12.48% |
| Sep 30, 2022 | -15.32% |
| Jul 1, 2022 | -8.46% |
| Apr 1, 2022 | -4.19% |
| Dec 31, 2021 | -16.51% |
| Oct 1, 2021 | -12.55% |
| Jul 2, 2021 | -16.45% |
| Apr 2, 2021 | -52.91% |
| Jan 1, 2021 | -15.64% |
| Oct 2, 2020 | -19.13% |
| Jun 26, 2020 | -32.72% |
| Mar 27, 2020 | -19.63% |
| Dec 27, 2019 | 2.62% |
| Sep 27, 2019 | 5.35% |
API Access
Aramark Interest Coverage Ratio Growth (5y) 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=interest-coverage-ratio-growth-5y&ticker=ARMK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio-growth-5y", "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=interest-coverage-ratio-growth-5y&ticker=ARMK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();