Vita Coco Company (COCO) Other Non Operating Income (2020 - 2026)
Vita Coco Company's (COCO) quarterly Other Non Operating Income came in at -$1.0 million in Q2 2026, down 198.03% year-over-year from $1.1 million in Q2 2025, and down 137.0% quarter-over-quarter from $2.8 million in Q1 2026.
Vita Coco Company (COCO) Other Non Operating Income (2020 - 2026) Analysis & Trends
Vita Coco Company (COCO) has reported Other Non Operating Income for 7 consecutive years, with -$1.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Non Operating Income fell 198.03% year-over-year to -$1.0 million in Q2 2026; TTM through Jun 2026 was $2.6 million, a 37.23% decrease from a year earlier, with the FY2025 full-year figure at $4.7 million, up 157.94% from the prior year.
- Other Non Operating Income was -$1.0 million for Q2 2026 at Vita Coco Company, down from $2.8 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at $8.7 million in Q1 2022 and troughed at -$6.0 million in Q2 2024.
- A 5-year average of $226444.4 and a median of $919000.0 in 2022 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income soared 742.51% in 2022 and tumbled 703.54% in 2024, its largest moves.
- Over 5 years, Other Non Operating Income stood at $190000.0 in 2022, then soared by 366.32% to $886000.0 in 2023, then tumbled by 357.34% to -$2.3 million in 2024, then jumped by 32.54% to -$1.5 million in 2025, then surged by 31.99% to -$1.0 million in 2026.
- The last three Other Non Operating Income figures came in at -$1.0 million (Q2 2026), $2.8 million (Q1 2026), and -$1.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn |
| 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 |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn |
| 10 | Vita Coco Company | 3.33 Bn | 3.05 Bn | 105.31 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.05 Mn |
| Mar 31, 2026 | 2.83 Mn |
| Dec 31, 2025 | -1.54 Mn |
| Sep 30, 2025 | 2.39 Mn |
| Jun 30, 2025 | 1.07 Mn |
| Mar 31, 2025 | 2.82 Mn |
| Dec 31, 2024 | -2.28 Mn |
| Sep 30, 2024 | 2.59 Mn |
| Jun 30, 2024 | -5.96 Mn |
| Mar 31, 2024 | -2.53 Mn |
| Dec 31, 2023 | 886,000.00 |
| Sep 30, 2023 | -3.96 Mn |
| Jun 30, 2023 | 988,000.00 |
| Mar 31, 2023 | 1.21 Mn |
| Dec 31, 2022 | 190,000.00 |
| Sep 30, 2022 | 952,000.00 |
| Jun 30, 2022 | -3.24 Mn |
| Mar 31, 2022 | 8.71 Mn |
| Dec 31, 2021 | 4.11 Mn |
| Sep 30, 2021 | -1.96 Mn |
Vita Coco Company 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=COCO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=COCO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();