Cintas (CTAS) Income from Discontinued Operations (2013 - 2019)
Cintas' (CTAS) quarterly Income from Discontinued Operations came in at -$323000.0 in Q4 2019, down 1800.0% year-over-year from $19000.0 in Q4 2018, and down 521.15% quarter-over-quarter from -$52000.0 in Q2 2019.
Cintas (CTAS) Income from Discontinued Operations (2013 - 2019) Analysis & Trends
Cintas has disclosed Income from Discontinued Operations across 7 years of filings, most recently posting -$323000.0 for Q4 2019.
- In Q4 2019, Income from Discontinued Operations fell 1800.0% year-over-year to -$323000.0; the TTM figure through Nov 2020 stood at -$323000.0 (down 115.86% YoY), while the FY2020 annual figure was -$323000.0, down 113.77% from the prior year.
- Income from Discontinued Operations came in at -$323000.0 for Q4 2019 at Cintas, down from -$52000.0 in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $229.6 million in Q4 2015 to a low of -$6.0 million in Q3 2015.
- Average Income from Discontinued Operations over 5 years is $17.7 million, with a median of $1.1 million recorded in 2017.
- Year-over-year, Income from Discontinued Operations slumped 2073.91% in 2015 and jumped 2879.45% in 2017.
- Over 5 years, Income from Discontinued Operations stood at $229.6 million in 2015, then plunged by 91.98% to $18.4 million in 2016, then sank by 103.41% to -$628000.0 in 2017, then soared by 103.03% to $19000.0 in 2018, then sank by 1800.0% to -$323000.0 in 2019.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were -$323000.0 in Q4 2019, -$52000.0 in Q2 2019, and $2.4 million in Q1 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | - |
| 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 |
|---|---|
| Nov 30, 2019 | -323,000.00 |
| May 31, 2019 | -52,000.00 |
| Feb 28, 2019 | 2.41 Mn |
| Nov 30, 2018 | 19,000.00 |
| Aug 31, 2018 | -32,000.00 |
| May 31, 2018 | -3.13 Mn |
| Feb 28, 2018 | 6.31 Mn |
| Nov 30, 2017 | -628,000.00 |
| Aug 31, 2017 | 56.10 Mn |
| May 31, 2017 | 2.06 Mn |
| Feb 28, 2017 | 1.05 Mn |
| Nov 30, 2016 | 18.43 Mn |
| Aug 31, 2016 | 1.88 Mn |
| May 31, 2016 | 21.22 Mn |
| Feb 29, 2016 | 62,000.00 |
| Nov 30, 2015 | 229.65 Mn |
| Aug 31, 2015 | -6.02 Mn |
| May 31, 2015 | 12.60 Mn |
| Feb 28, 2015 | -5.45 Mn |
| Nov 30, 2014 | 16.71 Mn |
Cintas Income from Discontinued Operations 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-discontinued-operations&ticker=CTAS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=CTAS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();