Monster Beverage (MNST) Change in Cash (2009 - 2026)
Monster Beverage's (MNST) quarterly Change in Cash came in at $152.7 million in Q2 2026, up 549.67% year-over-year from $23.5 million in Q2 2025, and up 415.43% quarter-over-quarter from -$48.4 million in Q1 2026.
Monster Beverage (MNST) Change in Cash (2009 - 2026) Analysis & Trends
Monster Beverage (MNST) has reported Change in Cash for 18 consecutive years, with $152.7 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash rose 549.67% year-over-year to $152.7 million in Q2 2026; TTM through Jun 2026 was $265.5 million, a 26.7% decrease from a year earlier, with the FY2025 full-year figure at $554.8 million, up 172.58% from the prior year.
- Change in Cash was $152.7 million for Q2 2026 at Monster Beverage, up from -$48.4 million in the prior quarter.
- Over five years, Change in Cash peaked at $523.8 million in Q4 2023 and troughed at -$1.0 billion in Q2 2024.
- A 5-year average of $48.1 million and a median of $88.9 million in 2022 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash plunged 20217.86% in 2022 and soared 12698.09% in 2023, its largest moves.
- Over 5 years, Change in Cash stood at $4.1 million in 2022, then soared by 12698.09% to $523.8 million in 2023, then slumped by 117.57% to -$92.1 million in 2024, then tumbled by 122.51% to -$204.8 million in 2025, then jumped by 174.56% to $152.7 million in 2026.
- The last three Change in Cash figures came in at $152.7 million (Q2 2026), -$48.4 million (Q1 2026), and -$204.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (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 | -248.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 152.72 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 | 25.54 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | -5.80 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 152.72 Mn |
| Mar 31, 2026 | -48.42 Mn |
| Dec 31, 2025 | -204.82 Mn |
| Sep 30, 2025 | 366.01 Mn |
| Jun 30, 2025 | 23.51 Mn |
| Mar 31, 2025 | 370.13 Mn |
| Dec 31, 2024 | -92.05 Mn |
| Sep 30, 2024 | 60.61 Mn |
| Jun 30, 2024 | -1.01 Bn |
| Mar 31, 2024 | 278.85 Mn |
| Dec 31, 2023 | 523.83 Mn |
| Sep 30, 2023 | -95.93 Mn |
| Jun 30, 2023 | 197.11 Mn |
| Mar 31, 2023 | 365.52 Mn |
| Dec 31, 2022 | 4.09 Mn |
| Sep 30, 2022 | 171.01 Mn |
| Jun 30, 2022 | 117.25 Mn |
| Mar 31, 2022 | -311.68 Mn |
| Dec 31, 2021 | -386.21 Mn |
| Sep 30, 2021 | 128.43 Mn |
Monster Beverage Change in Cash 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=change-in-cash&ticker=MNST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "ticker": "MNST", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-cash&ticker=MNST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();