Unifirst (UNF) Cash from Operations Growth (3y) (2012 - 2026)
Analysis
Unifirst (UNF) Cash from Operations Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | 9.37% |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn | 20.07% |
| 3 | APi | 16.16 Bn | 15.31 Bn | 703.00 Mn | 3.90% |
| 4 | Rollins | 15.61 Bn | 15.50 Bn | 569.95 Mn | 5.38% |
| 5 | Aramark | 14.88 Bn | 14.45 Bn | 430.34 Mn | 61.72% |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn | 14.59% |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn | -13.51% |
| 8 | Geo | 4.20 Bn | 3.95 Bn | - | 75.86% |
| 9 | CoreCivic | 3.49 Bn | 3.38 Bn | - | 54.53% |
| 10 | Abm Industries | 2.92 Bn | 2.81 Bn | 286.10 Mn | -0.52% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| May 30, 2026 | -13.51% |
| Feb 28, 2026 | 26.38% |
| Nov 29, 2025 | -18.76% |
| Aug 30, 2025 | 43.73% |
| May 31, 2025 | 15.76% |
| Mar 1, 2025 | 23.71% |
| Nov 30, 2024 | 95.14% |
| Aug 31, 2024 | 60.40% |
| May 25, 2024 | 13.19% |
| Feb 24, 2024 | -6.74% |
| Nov 25, 2023 | -4.69% |
| Aug 26, 2023 | -3.53% |
| May 27, 2023 | 4.68% |
| Feb 25, 2023 | -24.41% |
| Nov 26, 2022 | -19.16% |
| Aug 27, 2022 | -25.78% |
| May 28, 2022 | -14.69% |
| Feb 26, 2022 | -27.28% |
| Nov 27, 2021 | -37.64% |
| Aug 28, 2021 | -26.65% |
API Access
Unifirst Cash from Operations 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=cash-from-operations-growth-3y&ticker=UNF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations-growth-3y", "ticker": "UNF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-operations-growth-3y&ticker=UNF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();