CoreCivic (CXW) Dividends Paid - Common Growth (1y) (2013 - 2025)
Analysis
CoreCivic (CXW) Dividends Paid - Common Growth (1y) (2013 - 2025) 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 |
|---|---|
| Jun 30, 2025 | -61.21% |
| Mar 31, 2024 | -84.73% |
| Mar 31, 2023 | -84.87% |
| Jun 30, 2022 | 900.00% |
| Mar 31, 2022 | -46.24% |
| Sep 30, 2021 | 8,850.00% |
| Jun 30, 2021 | -100.00% |
| Mar 31, 2021 | -97.05% |
| Dec 31, 2020 | -99.99% |
| Sep 30, 2020 | -99.98% |
| Jun 30, 2020 | -1.80% |
| Mar 31, 2020 | 4.13% |
| Dec 31, 2019 | 2.36% |
| Sep 30, 2019 | 2.82% |
| Jun 30, 2019 | 2.78% |
| Mar 31, 2019 | 2.46% |
| Dec 31, 2018 | 3.11% |
| Sep 30, 2018 | 2.67% |
| Jun 30, 2018 | 2.74% |
| Mar 31, 2018 | -0.69% |
API Access
CoreCivic 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=CXW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-growth-1y", "ticker": "CXW", "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=CXW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();