Caro Holdings (CAHO) Other Non Operating Income (2022 - 2026)
Caro Holdings' (CAHO) quarterly Other Non Operating Income came in at -$113471.0 in Q2 2026, down 548.22% year-over-year from $25316.0 in Q2 2025, and down 181.73% quarter-over-quarter from -$40277.0 in Q1 2026.
Caro Holdings (CAHO) Other Non Operating Income (2022 - 2026) Analysis & Trends
Caro Holdings has disclosed Other Non Operating Income across 5 years of filings, most recently posting -$113471.0 for Q2 2026.
- In Q2 2026, Other Non Operating Income fell 548.22% year-over-year to -$113471.0; the TTM figure through Jun 2026 stood at -$230874.0 (up 8.37% YoY), while the FY2026 annual figure was -$125513.0, up 58.28% from the prior year.
- Other Non Operating Income came in at -$113471.0 for Q2 2026 at Caro Holdings, down from -$40277.0 in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $25316.0 in Q2 2025 to a low of -$132663.0 in Q4 2024.
- Average Other Non Operating Income over 5 years is -$56264.1, with a median of -$40277.0 recorded in 2026.
- Year-over-year, Other Non Operating Income soared 207.3% in 2025 and plunged 548.22% in 2026.
- Over 5 years, Other Non Operating Income stood at -$73611.0 in 2022, then jumped by 47.64% to -$38540.0 in 2023, then plunged by 244.22% to -$132663.0 in 2024, then surged by 78.45% to -$28584.0 in 2025, then plunged by 296.97% to -$113471.0 in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$113471.0 in Q2 2026, -$40277.0 in Q1 2026, and -$28584.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
| 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 |
| 6 | Baozun | 152.97 Mn | -66.33 Mn | 302.56 Mn |
| 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 | - |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -113,471.00 |
| Mar 31, 2026 | -40,277.00 |
| Dec 31, 2025 | -28,584.00 |
| Sep 30, 2025 | -48,542.00 |
| Jun 30, 2025 | 25,316.00 |
| Mar 31, 2025 | -116,949.00 |
| Dec 31, 2024 | -132,663.00 |
| Sep 30, 2024 | -27,656.00 |
| Jun 30, 2024 | -23,594.00 |
| Mar 31, 2024 | -42,024.00 |
| Dec 31, 2023 | -38,540.00 |
| Sep 30, 2023 | -115,584.00 |
| Jun 30, 2023 | -34,066.00 |
| Mar 31, 2023 | -33,716.00 |
| Dec 31, 2022 | -73,611.00 |
Caro Holdings Other Non Operating 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=other-non-operating-income&ticker=CAHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=CAHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();