Caro Holdings (CAHO) Income from Continuing Operations (2018 - 2026)
Caro Holdings' (CAHO) quarterly Income from Continuing Operations came in at -$275218.0 in Q2 2026, down 657.97% year-over-year from $49325.1 in Q2 2025, and down 21.74% quarter-over-quarter from -$226079.0 in Q1 2026.
Caro Holdings (CAHO) Income from Continuing Operations (2018 - 2026) Analysis & Trends
Caro Holdings has disclosed Income from Continuing Operations across 8 years of filings, most recently posting -$275218.0 for Q2 2026.
- In Q2 2026, Income from Continuing Operations fell 657.97% year-over-year to -$275218.0; the TTM figure through Jun 2026 stood at -$646705.0 (up 5.29% YoY), while the FY2026 annual figure was -$407797.0, up 41.15% from the prior year.
- Income from Continuing Operations came in at -$275218.0 for Q2 2026 at Caro Holdings, down from -$226079.0 in the prior quarter.
- In the past five years, Income from Continuing Operations ranged from a high of -$10572.0 in Q2 2022 to a low of -$311174.0 in Q1 2025.
- Average Income from Continuing Operations over 5 years is -$127176.6, with a median of -$105704.5 recorded in 2023.
- Year-over-year, Income from Continuing Operations tumbled 1833.29% in 2022 and jumped 76.22% in 2025.
- Over 5 years, Income from Continuing Operations stood at -$176567.0 in 2022, then jumped by 34.37% to -$115888.0 in 2023, then slumped by 130.57% to -$267199.0 in 2024, then jumped by 76.22% to -$63547.0 in 2025, then slumped by 333.09% to -$275218.0 in 2026.
- Per Business Quant data, the three most recent Income from Continuing Operations figures were -$275218.0 in Q2 2026, -$226079.0 in Q1 2026, and -$63547.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | 1.50 Bn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | 47.72 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | 12.63 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | 1.10 Mn |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn | 16.34 Mn |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - | - |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn | -7,403.00 |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | -275,218.00 |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -275,218.00 |
| Mar 31, 2026 | -226,079.00 |
| Dec 31, 2025 | -63,547.00 |
| Sep 30, 2025 | -81,861.00 |
| Jun 30, 2025 | -36,310.00 |
| Mar 31, 2025 | -311,174.00 |
| Dec 31, 2024 | -267,199.00 |
| Sep 30, 2024 | -68,155.00 |
| Jun 30, 2024 | -46,428.00 |
| Mar 31, 2024 | -95,521.00 |
| Dec 31, 2023 | -115,888.00 |
| Sep 30, 2023 | -181,386.00 |
| Jun 30, 2023 | -146,246.00 |
| Mar 31, 2023 | -143,465.00 |
| Dec 31, 2022 | -176,567.00 |
| Sep 30, 2022 | -25,875.00 |
| Jun 30, 2022 | -10,572.00 |
| Mar 31, 2022 | -17,687.00 |
| Dec 31, 2021 | -9,133.00 |
| Mar 31, 2019 | -7,434.00 |
Caro Holdings Income from Continuing 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-continuing-operations&ticker=CAHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=CAHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();