Cintas (CTAS) Property, Plant & Equipment (Net) Growth (1y) (2011 - 2026)
Analysis
Cintas (CTAS) Property, Plant & Equipment (Net) Growth (1y) (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | 5.33% |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn | 17.04% |
| 3 | APi | 16.16 Bn | 15.31 Bn | 703.00 Mn | 12.30% |
| 4 | Rollins | 15.61 Bn | 15.50 Bn | 569.95 Mn | -2.33% |
| 5 | Aramark | 14.88 Bn | 14.45 Bn | 430.34 Mn | 2.21% |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn | 8.12% |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn | 3.52% |
| 8 | Geo | 4.20 Bn | 3.95 Bn | - | 1.80% |
| 9 | CoreCivic | 3.49 Bn | 3.38 Bn | - | 4.28% |
| 10 | Abm Industries | 2.92 Bn | 2.81 Bn | 286.10 Mn | 24.21% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | 5.33% |
| Feb 28, 2026 | 6.61% |
| Nov 30, 2025 | 7.05% |
| Aug 31, 2025 | 7.87% |
| May 31, 2025 | 7.71% |
| Feb 28, 2025 | 6.95% |
| Nov 30, 2024 | 8.67% |
| Aug 31, 2024 | 8.02% |
| May 31, 2024 | 9.86% |
| Feb 29, 2024 | 10.87% |
| Nov 30, 2023 | 9.19% |
| Aug 31, 2023 | 8.29% |
| May 31, 2023 | 5.50% |
| Feb 28, 2023 | 3.51% |
| Nov 30, 2022 | 3.18% |
| Aug 31, 2022 | 2.14% |
| May 31, 2022 | 0.40% |
| Feb 28, 2022 | -1.33% |
| Nov 30, 2021 | -3.34% |
| Aug 31, 2021 | -5.60% |
API Access
Cintas Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net-growth-1y&ticker=CTAS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "ticker": "CTAS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=property-plant-and-equipment-net-growth-1y&ticker=CTAS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();