CoreCivic (CXW) Construction in Progress (2010 - 2022)
CoreCivic (CXW) posted Construction in Progress of $54.4 million for Q4 2022, up 25.72% on a QoQ basis from $43.3 million in Q4 2021, and up 25.72% year-over-year from $43.3 million in Q4 2021.
CoreCivic (CXW) Construction in Progress (2010 - 2022) Analysis & Trends
CoreCivic has reported Construction in Progress for 13 years, with the latest figure at $54.4 million in Q4 2022.
- On a quarterly basis, Construction in Progress rose 25.72% year-over-year to $54.4 million in Q4 2022; TTM through Dec 2022 was $54.4 million, a 25.72% increase from a year earlier, with the FY2022 full-year figure at $54.4 million, up 25.72% from the prior year.
- Construction in Progress was $54.4 million for Q4 2022 at CoreCivic, up from $43.3 million in the prior quarter.
- The five-year high for Construction in Progress was $94.6 million in Q4 2018, with the low at $26.5 million in Q4 2020.
- Average Construction in Progress over 5 years is $49.6 million, with a median of $43.3 million recorded in 2021.
- The sharpest annual moves came in 2018 and 2019: Construction in Progress soared 236.57% in 2018, then slumped 68.79% in 2019.
- Over 5 years, Construction in Progress stood at $94.6 million in 2018, then plunged by 68.79% to $29.5 million in 2019, then slipped by 10.35% to $26.5 million in 2020, then jumped by 63.47% to $43.3 million in 2021, then advanced by 25.72% to $54.4 million in 2022.
- The last three Construction in Progress figures came in at $54.4 million (Q4 2022), $43.3 million (Q4 2021), and $26.5 million (Q4 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Construction in Progress (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | 77.10 Mn |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn | - |
| 3 | APi | 16.16 Bn | 15.31 Bn | 703.00 Mn | - |
| 4 | Rollins | 15.61 Bn | 15.50 Bn | 569.95 Mn | - |
| 5 | Aramark | 14.88 Bn | 14.45 Bn | 430.34 Mn | - |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn | - |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn | - |
| 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 | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | 54.39 Mn |
| Dec 31, 2021 | 43.26 Mn |
| Dec 31, 2020 | 26.47 Mn |
| Dec 31, 2019 | 29.52 Mn |
| Dec 31, 2018 | 94.59 Mn |
| Dec 31, 2017 | 28.10 Mn |
| Dec 31, 2016 | 29.83 Mn |
| Dec 31, 2015 | 30.40 Mn |
| Dec 31, 2014 | 276.51 Mn |
| Dec 31, 2013 | 93.19 Mn |
| Dec 31, 2012 | 60.49 Mn |
| Dec 31, 2011 | 99.41 Mn |
| Dec 31, 2010 | 52.24 Mn |
CoreCivic Construction in Progress 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=construction-in-progress&ticker=CXW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "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=construction-in-progress&ticker=CXW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();