Caro Holdings (CAHO) Retained Earnings (2016 - 2026)
Caro Holdings' (CAHO) quarterly Retained Earnings came in at $9.7 million in Q2 2026, up 627.82% year-over-year from $1.3 million in Q2 2025, and up 538.84% quarter-over-quarter from -$2.2 million in Q1 2026.
Caro Holdings (CAHO) Retained Earnings (2016 - 2026) Analysis & Trends
Caro Holdings has disclosed Retained Earnings across 11 years of filings, most recently posting $9.7 million for Q2 2026.
- In Q2 2026, Retained Earnings rose 627.82% year-over-year to $9.7 million; the TTM figure through Jun 2026 stood at $9.7 million (up 627.82% YoY), while the FY2026 annual figure was -$2.2 million, down 22.71% from the prior year.
- Retained Earnings came in at $9.7 million for Q2 2026 at Caro Holdings, up from -$2.2 million in the prior quarter.
- In the past five years, Retained Earnings ranged from a high of $9.7 million in Q2 2026 to a low of -$2.2 million in Q1 2026.
- Average Retained Earnings over 5 years is -$522975.9, with a median of -$1.1 million recorded in 2023.
- Year-over-year, Retained Earnings sank 265.57% in 2023 and surged 627.82% in 2026.
- Over 5 years, Retained Earnings stood at -$563910.0 in 2022, then sank by 78.65% to -$1.0 million in 2023, then plunged by 47.38% to -$1.5 million in 2024, then sank by 33.2% to -$2.0 million in 2025, then jumped by 589.01% to $9.7 million in 2026.
- Per Business Quant data, the three most recent Retained Earnings figures were $9.7 million in Q2 2026, -$2.2 million in Q1 2026, and -$2.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | 3.78 Bn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | -585.21 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | -75.71 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | -359.62 Mn |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | -636.20 Mn |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | - |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - | -26.43 Mn |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn | 74.93 Mn |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | 9.67 Mn |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 9.67 Mn |
| Mar 31, 2026 | -2.20 Mn |
| Dec 31, 2025 | -1.98 Mn |
| Sep 30, 2025 | -1.91 Mn |
| Jun 30, 2025 | -1.83 Mn |
| Mar 31, 2025 | -1.80 Mn |
| Dec 31, 2024 | -1.48 Mn |
| Sep 30, 2024 | -1.22 Mn |
| Jun 30, 2024 | -1.15 Mn |
| Mar 31, 2024 | -1.10 Mn |
| Dec 31, 2023 | -1.01 Mn |
| Sep 30, 2023 | -891,542.00 |
| Jun 30, 2023 | -710,156.00 |
| Mar 31, 2023 | -563,910.00 |
| Dec 31, 2022 | -563,910.00 |
| Sep 30, 2022 | -243,878.00 |
| Jun 30, 2022 | -218,003.00 |
| Mar 31, 2022 | -207,431.00 |
| Dec 31, 2021 | -189,744.00 |
| Sep 30, 2021 | -180,611.00 |
Caro Holdings Retained Earnings 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=retained-earnings&ticker=CAHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=CAHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();