Caro Holdings (CAHO) Interest Coverage Ratio (2022 - 2026)
Caro Holdings' (CAHO) quarterly Interest Coverage Ratio came in at 6.94 in Q2 2026, down 748.22% year-over-year from 1.07 in Q2 2025, and down 13.09% quarter-over-quarter from 6.14 in Q1 2026.
Caro Holdings (CAHO) Interest Coverage Ratio (2022 - 2026) Analysis & Trends
Caro Holdings has disclosed Interest Coverage Ratio across 5 years of filings, most recently posting 6.94 for Q2 2026.
- In Q2 2026, Interest Coverage Ratio fell 748.22% year-over-year to 6.94; the TTM figure through Jun 2026 stood at 3.38 (down 177.33% YoY), while the FY2026 annual figure was 2.1, down 69.69% from the prior year.
- Interest Coverage Ratio came in at 6.94 for Q2 2026 at Caro Holdings, down from 6.14 in the prior quarter.
- In the past five years, Interest Coverage Ratio ranged from a high of 0.62 in Q3 2023 to a low of 6.94 in Q2 2026.
- Average Interest Coverage Ratio over 5 years is 2.07, with a median of 1.23 recorded in 2024.
- Year-over-year, Interest Coverage Ratio surged 68.03% in 2024 and plunged 748.22% in 2026.
- Over 5 years, Interest Coverage Ratio stood at 1.37 in 2022, then fell by 19.09% to 1.63 in 2023, then grew by 24.55% to 1.23 in 2024, then rose by 6.56% to 1.15 in 2025, then plunged by 503.97% to 6.94 in 2026.
- Per Business Quant data, the three most recent Interest Coverage Ratio figures were 6.94 in Q2 2026, 6.14 in Q1 2026, and 1.15 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | - |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | 9.48 |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | - |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | 1.09 |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | 7.08 |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - | - |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn | - |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | -6.94 |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.94 |
| Mar 31, 2026 | -6.14 |
| Dec 31, 2025 | -1.15 |
| Sep 30, 2025 | -0.86 |
| Jun 30, 2025 | -0.82 |
| Mar 31, 2025 | -1.45 |
| Dec 31, 2024 | -1.23 |
| Sep 30, 2024 | -0.84 |
| Jun 30, 2024 | -0.93 |
| Mar 31, 2024 | -1.22 |
| Dec 31, 2023 | -1.63 |
| Sep 30, 2023 | -0.62 |
| Jun 30, 2023 | -2.90 |
| Mar 31, 2023 | -2.99 |
| Dec 31, 2022 | -1.37 |
Caro Holdings Interest Coverage Ratio 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=interest-coverage-ratio&ticker=CAHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "ticker": "CAHO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=interest-coverage-ratio&ticker=CAHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();