Vita Coco Company (COCO) Cash from Investing Activities (2020 - 2026)
Vita Coco Company's (COCO) quarterly Cash from Investing Activities came in at -$151000.0 in Q2 2026, up 84.09% year-over-year from -$82025.8 in Q2 2025, and up 67.25% quarter-over-quarter from -$461000.0 in Q1 2026.
Vita Coco Company (COCO) Cash from Investing Activities (2020 - 2026) Analysis & Trends
Vita Coco Company (COCO) has reported Cash from Investing Activities for 7 consecutive years, with -$151000.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 84.09% year-over-year to -$151000.0 in Q2 2026; TTM through Jun 2026 was -$7.4 million, a 255.75% decrease from a year earlier, with the FY2025 full-year figure at -$8.3 million, down 747.33% from the prior year.
- Cash from Investing Activities was -$151000.0 for Q2 2026 at Vita Coco Company, up from -$461000.0 in the prior quarter.
- Over five years, Cash from Investing Activities peaked at -$33000.0 in Q2 2023 and troughed at -$3.4 million in Q3 2025.
- A 5-year average of -$634166.7 and a median of -$267000.0 in 2022 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities soared 94.62% in 2023 and plunged 2565.6% in 2025, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$75000.0 in 2022, then increased by 12.0% to -$66000.0 in 2023, then slumped by 89.39% to -$125000.0 in 2024, then sank by 2565.6% to -$3.3 million in 2025, then jumped by 95.47% to -$151000.0 in 2026.
- The last three Cash from Investing Activities figures came in at -$151000.0 (Q2 2026), -$461000.0 (Q1 2026), and -$3.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | -642.00 Mn |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - | - |
| 3 | Coca Cola Femsa Sab De Cv | 185.97 Bn | 185.19 Bn | 2.06 Bn | - |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | -915.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | -408.63 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -168.14 Mn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | - |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | -16.80 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | -94.84 Mn |
| 10 | Vita Coco Company | 3.33 Bn | 3.05 Bn | 105.31 Mn | -151,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -151,000.00 |
| Mar 31, 2026 | -461,000.00 |
| Dec 31, 2025 | -3.33 Mn |
| Sep 30, 2025 | -3.41 Mn |
| Jun 30, 2025 | -949,000.00 |
| Mar 31, 2025 | -559,000.00 |
| Dec 31, 2024 | -125,000.00 |
| Sep 30, 2024 | -435,000.00 |
| Jun 30, 2024 | -290,000.00 |
| Mar 31, 2024 | -124,000.00 |
| Dec 31, 2023 | -66,000.00 |
| Sep 30, 2023 | -46,000.00 |
| Jun 30, 2023 | -33,000.00 |
| Mar 31, 2023 | -449,000.00 |
| Dec 31, 2022 | -75,000.00 |
| Sep 30, 2022 | -50,000.00 |
| Jun 30, 2022 | -613,000.00 |
| Mar 31, 2022 | -244,000.00 |
| Dec 31, 2021 | -430,000.00 |
| Sep 30, 2021 | -43,000.00 |
Vita Coco Company 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=COCO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "COCO", "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=COCO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();