Unifirst (UNF) Dividends Paid - Common Growth (1y) (2010 - 2026)
Analysis
Unifirst (UNF) Dividends Paid - Common Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | 14.38% |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn | 10.78% |
| 3 | APi | 16.16 Bn | 15.31 Bn | 703.00 Mn | - |
| 4 | Rollins | 15.61 Bn | 15.50 Bn | 569.95 Mn | 10.81% |
| 5 | Aramark | 14.88 Bn | 14.45 Bn | 430.34 Mn | 14.78% |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn | 96.08% |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn | 21.29% |
| 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 | 3.03% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| May 30, 2026 | 21.29% |
| Feb 28, 2026 | 0.99% |
| Nov 29, 2025 | 4.00% |
| Aug 30, 2025 | 3.56% |
| May 31, 2025 | 5.36% |
| Mar 1, 2025 | 5.53% |
| Nov 30, 2024 | 5.81% |
| Aug 31, 2024 | 8.21% |
| May 25, 2024 | 5.91% |
| Feb 24, 2024 | 6.28% |
| Nov 25, 2023 | 0.05% |
| Aug 26, 2023 | -7.84% |
| May 27, 2023 | 3.31% |
| Feb 25, 2023 | 2.65% |
| Nov 26, 2022 | 22.77% |
| Aug 27, 2022 | 37.78% |
| May 28, 2022 | 18.94% |
| Feb 26, 2022 | 19.84% |
| Nov 27, 2021 | -0.09% |
| Aug 28, 2021 | -35.43% |
API Access
Unifirst Dividends Paid - Common Growth (1y) 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=dividends-paid-common-growth-1y&ticker=UNF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-growth-1y", "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=dividends-paid-common-growth-1y&ticker=UNF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();