Caro Holdings (CAHO) Profit After Tax (2016 - 2026)
Caro Holdings' (CAHO) quarterly Profit After Tax came in at -$275218.0 in Q2 2026, down 337.96% year-over-year from $115657.6 in Q2 2025, and down 27.22% quarter-over-quarter from -$216331.0 in Q1 2026.
Caro Holdings (CAHO) Profit After Tax (2016 - 2026) Analysis & Trends
Caro Holdings has disclosed Profit After Tax across 11 years of filings, most recently posting -$275218.0 for Q2 2026.
- In Q2 2026, Profit After Tax fell 337.96% year-over-year to -$275218.0; the TTM figure through Jun 2026 stood at -$637411.0 (up 11.2% YoY), while the FY2026 annual figure was -$416103.0, up 40.67% from the prior year.
- Profit After Tax came in at -$275218.0 for Q2 2026 at Caro Holdings, down from -$216331.0 in the prior quarter.
- In the past five years, Profit After Tax ranged from a high of -$10572.0 in Q2 2022 to a low of -$319599.0 in Q1 2025.
- Average Profit After Tax over 5 years is -$129353.7, with a median of -$110327.5 recorded in 2023.
- Year-over-year, Profit After Tax slumped 1851.98% in 2022 and surged 76.05% in 2025.
- Over 5 years, Profit After Tax stood at -$178274.0 in 2022, then climbed by 28.26% to -$127895.0 in 2023, then sank by 108.92% to -$267199.0 in 2024, then surged by 76.05% to -$64001.0 in 2025, then sank by 330.02% to -$275218.0 in 2026.
- Per Business Quant data, the three most recent Profit After Tax figures were -$275218.0 in Q2 2026, -$216331.0 in Q1 2026, and -$64001.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (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 | 10.03 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 | 6.45 Mn |
| 7 | BeLive Holdings | 24.01 Mn | 17.39 Mn | - | - |
| 8 | Paid | 18.65 Mn | 17.57 Mn | 1.22 Mn | -19,944.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 | -216,331.00 |
| Dec 31, 2025 | -64,001.00 |
| Sep 30, 2025 | -81,861.00 |
| Jun 30, 2025 | -62,841.00 |
| Mar 31, 2025 | -319,599.00 |
| Dec 31, 2024 | -267,199.00 |
| Sep 30, 2024 | -68,155.00 |
| Jun 30, 2024 | -46,428.00 |
| Mar 31, 2024 | -92,760.00 |
| Dec 31, 2023 | -127,895.00 |
| Sep 30, 2023 | -181,386.00 |
| Jun 30, 2023 | -146,246.00 |
| Mar 31, 2023 | -146,038.00 |
| Dec 31, 2022 | -178,274.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 |
| Sep 30, 2021 | -15,100.00 |
Caro Holdings Profit After Tax 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=profit-after-tax&ticker=CAHO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=CAHO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();