Caro Holdings (CAHO) Cash from Investing Activities (2023 - 2026)
Caro Holdings' (CAHO) quarterly Cash from Investing Activities came in at -$4000.0 in Q1 2026, down 514.44% quarter-over-quarter from -$651.0 in Q4 2025.
Caro Holdings (CAHO) Cash from Investing Activities (2023 - 2026) Analysis & Trends
Caro Holdings has disclosed Cash from Investing Activities across 4 years of filings, most recently posting -$4000.0 for Q1 2026.
- In Q1 2026, Cash from Investing Activities changed N/A year-over-year to -$4000.0; the TTM figure through Jun 2026 stood at -$5680.0 (up 60.71% YoY), while the FY2026 annual figure was -$8080.0, up 32.98% from the prior year.
- Cash from Investing Activities came in at -$4000.0 for Q1 2026 at Caro Holdings, down from -$651.0 in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of -$651.0 in Q4 2025 to a low of -$20000.0 in Q3 2023.
- Average Cash from Investing Activities over 4 years is -$6280.9, with a median of -$4000.0 recorded in 2026.
- Year-over-year, Cash from Investing Activities gained 25.91% in 2024 and surged 93.61% in 2025.
- Over 4 years, Cash from Investing Activities stood at -$13749.0 in 2023, then grew by 25.91% to -$10187.0 in 2024, then surged by 93.61% to -$651.0 in 2025, then tumbled by 514.44% to -$4000.0 in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$4000.0 in Q1 2026, -$651.0 in Q4 2025, and -$1029.0 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Shopify | 166.44 Bn | 161.49 Bn | 1.71 Bn | 571.00 Mn |
| 2 | Global-E Online | 6.43 Bn | 6.07 Bn | 131.87 Mn | 132.17 Mn |
| 3 | Vtex | 629.70 Mn | 443.81 Mn | 51.71 Mn | 9.06 Mn |
| 4 | Rezolve Ai | 369.68 Mn | 258.57 Mn | - | - |
| 5 | Commerce.com | 275.92 Mn | 119.60 Mn | 63.53 Mn | -5.70 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,402.00 |
| 9 | Caro Holdings | 11.71 Mn | 11.71 Mn | - | - |
| 10 | Amaze Holdings | 1.11 Mn | 1.11 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -4,000.00 |
| Dec 31, 2025 | -651.00 |
| Sep 30, 2025 | -1,029.00 |
| Jun 30, 2025 | -2,400.00 |
| Dec 31, 2024 | -10,187.00 |
| Sep 30, 2024 | -1,869.00 |
| Mar 31, 2024 | -1,900.00 |
| Dec 31, 2023 | -13,749.00 |
| Sep 30, 2023 | -20,000.00 |
| Jun 30, 2023 | -7,305.00 |
| Mar 31, 2023 | -6,000.00 |
Caro Holdings Cash from Investing 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=cash-from-investing-activities&ticker=CAHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=CAHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();