Celsius Holdings (CELH) Net Cash Flow (2018 - 2026)
Celsius Holdings' (CELH) quarterly Net Cash Flow came in at $85.0 million in Q2 2026, up 123.41% on a YoY basis from $38.0 million in Q2 2025, and up 733.96% quarter-over-quarter from $10.2 million in Q1 2026.
Celsius Holdings (CELH) Net Cash Flow (2018 - 2026) Analysis & Trends
Celsius Holdings (CELH) has reported Net Cash Flow for 9 consecutive years, with $85.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Cash Flow rose 123.41% year-over-year to $85.0 million; the trailing twelve-month figure through Jun 2026 stood at $18.9 million (up 106.51% YoY), and the FY2025 full-year result was -$353.5 million, down 361.43% from the prior year.
- Net Cash Flow advanced to $85.0 million in Q2 2026 per CELH's latest filing, from $10.2 million in the prior quarter.
- Across five years, Net Cash Flow topped out at $666.9 million in Q3 2022 and bottomed at -$393.6 million in Q4 2025.
- Historically, Net Cash Flow has averaged $34.2 million across 5 years, with a median of $17.0 million in 2024.
- The widest YoY moves for Net Cash Flow: up 149755.66% in 2025, down 3029.31% in 2025.
- Over 5 years, Net Cash Flow stood at -$73.9 million in 2022, then soared by 92.08% to -$5.9 million in 2023, then tumbled by 114.88% to -$12.6 million in 2024, then sank by 3029.31% to -$393.6 million in 2025, then surged by 121.59% to $85.0 million in 2026.
- According to Business Quant data, Net Cash Flow over the past three periods registered $85.0 million, $10.2 million, and -$393.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 2.21 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 | -383.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 160.01 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -120.23 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 | -17.00 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 17.45 Mn |
| 10 | Celsius Holdings | 7.39 Bn | 6.76 Bn | 393.69 Mn | 84.98 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 84.98 Mn |
| Mar 31, 2026 | 10.19 Mn |
| Dec 31, 2025 | -393.57 Mn |
| Sep 30, 2025 | 317.27 Mn |
| Jun 30, 2025 | -363.01 Mn |
| Mar 31, 2025 | 85.84 Mn |
| Dec 31, 2024 | -12.58 Mn |
| Sep 30, 2024 | -212,000.00 |
| Jun 30, 2024 | 23.76 Mn |
| Mar 31, 2024 | 124.24 Mn |
| Dec 31, 2023 | -5.85 Mn |
| Sep 30, 2023 | 78.97 Mn |
| Jun 30, 2023 | 47.85 Mn |
| Mar 31, 2023 | -19.17 Mn |
| Dec 31, 2022 | -73.94 Mn |
| Sep 30, 2022 | 666.90 Mn |
| Jun 30, 2022 | 34.48 Mn |
| Mar 31, 2022 | 9.17 Mn |
| Dec 31, 2021 | -44.79 Mn |
| Sep 30, 2021 | -22.23 Mn |
Celsius Holdings Net Cash Flow 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=net-cash-flow&ticker=CELH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "ticker": "CELH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-cash-flow&ticker=CELH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();