Cintas (CTAS) Equity Income (2010 - 2017)
Cintas' (CTAS) quarterly Equity Income came in at $100.3 million in Q3 2017, up 287.5% quarter-over-quarter from $25.9 million in Q4 2016.
Cintas (CTAS) Equity Income (2010 - 2017) Analysis & Trends
Cintas has disclosed Equity Income across 6 years of filings, most recently posting $100.3 million for Q3 2017.
- In Q3 2017, Equity Income changed N/A year-over-year to $100.3 million; the TTM figure through Aug 2017 stood at $126.1 million (up 1390.88% YoY), while the FY2016 annual figure was -$24.3 million, down 175.91% from the prior year.
- Equity Income came in at $100.3 million for Q3 2017 at Cintas, up from $25.9 million in the prior quarter.
- In the past five years, Equity Income ranged from a high of $364.3 million in Q4 2015 to a low of -$374.0 million in Q2 2016.
- Average Equity Income over 4 years is $11.1 million, with a median of -$1.1 million recorded in 2014.
- The largest YoY upside for Equity Income was 92.9% in 2016 against a maximum downside of 8735.96% in 2016.
- Over 4 years, Equity Income stood at $2.0 million in 2014, then soared by 18112.7% to $364.3 million in 2015, then tumbled by 92.9% to $25.9 million in 2016, then jumped by 287.5% to $100.3 million in 2017.
- Per Business Quant data, the three most recent Equity Income figures were $100.3 million in Q3 2017, $25.9 million in Q4 2016, and -$374.0 million in Q2 2016.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (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 | - | 636,000.00 |
| 9 | CoreCivic | 3.49 Bn | 3.38 Bn | - | - |
| 10 | Abm Industries | 2.92 Bn | 2.81 Bn | 286.10 Mn | 1.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2017 | 100.27 Mn |
| Nov 30, 2016 | 25.88 Mn |
| May 31, 2016 | -374.03 Mn |
| Nov 30, 2015 | 364.25 Mn |
| Aug 31, 2015 | -14.52 Mn |
| May 31, 2015 | -4.23 Mn |
| Feb 28, 2015 | -10.78 Mn |
| May 31, 2014 | 2.00 Mn |
| May 31, 2011 | -176.21 Mn |
| Feb 28, 2011 | 59.07 Mn |
| Nov 30, 2010 | 55.87 Mn |
| Aug 31, 2010 | 61.28 Mn |
Cintas Equity Income 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=equity-income&ticker=CTAS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=CTAS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();