CoreCivic (CXW) Income from Non-Controlling Interests (2020)
CoreCivic (CXW) posted Income from Non-Controlling Interests of $1.2 million for Q1 2020.
Analysis
CoreCivic (CXW) Income from Non-Controlling Interests (2020) Analysis & Trends
CoreCivic has reported Income from Non-Controlling Interests for 1 years, with the latest figure at $1.2 million in Q1 2020.
- On a quarterly basis, Income from Non-Controlling Interests changed N/A year-over-year to $1.2 million in Q1 2020; TTM through Dec 2020 was $1.2 million, a N/A change from a year earlier, with the FY2020 full-year figure at $1.2 million, changed N/A from the prior year.
- Income from Non-Controlling Interests was $1.2 million for Q1 2020 at CoreCivic.
- The five-year high for Income from Non-Controlling Interests was $1.2 million in Q1 2020, with the low at $1.2 million in Q1 2020.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | - |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn | 4.67 Mn |
| 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 | 176,000.00 |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn | 6.06 Mn |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn | - |
| 8 | Geo | 4.20 Bn | 3.95 Bn | - | -43,000.00 |
| 9 | CoreCivic | 3.49 Bn | 3.38 Bn | - | - |
| 10 | Abm Industries | 2.92 Bn | 2.81 Bn | 286.10 Mn | - |
API Access
CoreCivic Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=CXW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=CXW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();