Cintas (CTAS) Other financing activities (2009 - 2026)
Cintas' (CTAS) quarterly Other financing activities came in at -$7.5 million in Q2 2026, down 35.26% year-over-year from -$11.5 million in Q2 2025, and down 15.67% quarter-over-quarter from -$6.5 million in Q1 2026.
Cintas (CTAS) Other financing activities (2009 - 2026) Analysis & Trends
Cintas has disclosed Other financing activities across 18 years of filings, most recently posting -$7.5 million for Q2 2026.
- In Q2 2026, Other financing activities fell 35.26% year-over-year to -$7.5 million; the TTM figure through May 2026 stood at -$25.0 million (down 22.6% YoY), while the FY2026 annual figure was -$25.0 million, down 22.6% from the prior year.
- Other financing activities came in at -$7.5 million for Q2 2026 at Cintas, down from -$6.5 million in the prior quarter.
- In the past five years, Other financing activities ranged from a high of $8.4 million in Q1 2022 to a low of -$8.3 million in Q4 2025.
- Average Other financing activities over 5 years is -$2.8 million, with a median of -$3.4 million recorded in 2022.
- Year-over-year, Other financing activities surged 2083.17% in 2023 and tumbled 507.68% in 2025.
- Over 5 years, Other financing activities stood at -$3.6 million in 2022, then surged by 35.56% to -$2.3 million in 2023, then sank by 70.29% to -$3.9 million in 2024, then sank by 110.45% to -$8.3 million in 2025, then gained by 9.7% to -$7.5 million in 2026.
- Per Business Quant data, the three most recent Other financing activities figures were -$7.5 million in Q2 2026, -$6.5 million in Q1 2026, and -$8.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
|---|---|
| May 31, 2026 | -7.47 Mn |
| Feb 28, 2026 | -6.46 Mn |
| Nov 30, 2025 | -8.28 Mn |
| Aug 31, 2025 | -2.81 Mn |
| May 31, 2025 | -5.52 Mn |
| Feb 28, 2025 | -6.49 Mn |
| Nov 30, 2024 | -3.93 Mn |
| Aug 31, 2024 | -4.46 Mn |
| May 31, 2024 | 1.36 Mn |
| Feb 29, 2024 | -1.52 Mn |
| Nov 30, 2023 | -2.31 Mn |
| Aug 31, 2023 | -2.01 Mn |
| May 31, 2023 | 2.21 Mn |
| Feb 28, 2023 | -3.16 Mn |
| Nov 30, 2022 | -3.58 Mn |
| Aug 31, 2022 | -5.26 Mn |
| May 31, 2022 | 101,000.00 |
| Feb 28, 2022 | 8.44 Mn |
| Nov 30, 2021 | 36.30 Mn |
| Aug 31, 2021 | 72.90 Mn |
Cintas Other financing activities 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=other-financing-activities&ticker=CTAS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=CTAS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();