Rollins (ROL) Dividends Paid - Common Growth (3y) (2012 - 2026)
Analysis
Rollins (ROL) Dividends Paid - Common Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | 15.41% |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn | 12.44% |
| 3 | APi | 16.16 Bn | 15.31 Bn | 703.00 Mn | - |
| 4 | Rollins | 15.61 Bn | 15.50 Bn | 569.95 Mn | 11.30% |
| 5 | Aramark | 14.88 Bn | 14.45 Bn | 430.34 Mn | 3.30% |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn | 13.23% |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn | 10.62% |
| 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 | 5.45% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 11.30% |
| Mar 31, 2026 | 11.08% |
| Dec 31, 2025 | 11.38% |
| Sep 30, 2025 | 17.64% |
| Jun 30, 2025 | 17.32% |
| Mar 31, 2025 | 17.54% |
| Dec 31, 2024 | -3.48% |
| Sep 30, 2024 | 22.13% |
| Jun 30, 2024 | 21.65% |
| Mar 31, 2024 | 22.60% |
| Dec 31, 2023 | 1.81% |
| Sep 30, 2023 | 34.51% |
| Jun 30, 2023 | 34.58% |
| Mar 31, 2023 | 17.70% |
| Dec 31, 2022 | 8.03% |
| Sep 30, 2022 | 12.68% |
| Jun 30, 2022 | 12.73% |
| Mar 31, 2022 | 12.75% |
| Dec 31, 2021 | 13.36% |
| Sep 30, 2021 | 9.39% |
API Access
Rollins Dividends Paid - Common 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=dividends-paid-common-growth-3y&ticker=ROL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-growth-3y", "ticker": "ROL", "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-3y&ticker=ROL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();