Monster Beverage (MNST) Cash from Financing Activities (2009 - 2026)
Monster Beverage's (MNST) quarterly Cash from Financing Activities came in at $59.4 million in Q2 2026, up 136.37% year-over-year from $25.1 million in Q2 2025, and up 150.31% quarter-over-quarter from -$118.1 million in Q1 2026.
Monster Beverage (MNST) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Monster Beverage (MNST) has reported Cash from Financing Activities for 18 consecutive years, with $59.4 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities rose 136.37% year-over-year to $59.4 million in Q2 2026; TTM through Jun 2026 was -$74.1 million, a 93.81% increase from a year earlier, with the FY2025 full-year figure at -$324.4 million, up 90.25% from the prior year.
- Cash from Financing Activities was $59.4 million for Q2 2026 at Monster Beverage, up from -$118.1 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $59.4 million in Q2 2026 and troughed at -$2.4 billion in Q2 2024.
- A 5-year average of -$275.6 million and a median of -$131.9 million in 2025 frame the typical range for Cash from Financing Activities.
- Across the five-year window, Cash from Financing Activities slumped 7314.71% in 2024 and jumped 136.37% in 2026, its largest moves.
- Over 5 years, Cash from Financing Activities stood at -$247.7 million in 2022, then jumped by 56.07% to -$108.8 million in 2023, then slumped by 232.08% to -$361.3 million in 2024, then jumped by 96.73% to -$11.8 million in 2025, then surged by 602.69% to $59.4 million in 2026.
- The last three Cash from Financing Activities figures came in at $59.4 million (Q2 2026), -$118.1 million (Q1 2026), and -$11.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | -2.67 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 | -1.79 Bn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 59.42 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -882.95 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 | -1.09 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | -125.85 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | -474.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 59.42 Mn |
| Mar 31, 2026 | -118.12 Mn |
| Dec 31, 2025 | -11.82 Mn |
| Sep 30, 2025 | -3.63 Mn |
| Jun 30, 2025 | -163.39 Mn |
| Mar 31, 2025 | -145.59 Mn |
| Dec 31, 2024 | -361.33 Mn |
| Sep 30, 2024 | -527.23 Mn |
| Jun 30, 2024 | -2.36 Bn |
| Mar 31, 2024 | -84.75 Mn |
| Dec 31, 2023 | -108.81 Mn |
| Sep 30, 2023 | -395.97 Mn |
| Jun 30, 2023 | -31.77 Mn |
| Mar 31, 2023 | -6.05 Mn |
| Dec 31, 2022 | -247.66 Mn |
| Sep 30, 2022 | -190.32 Mn |
| Jun 30, 2022 | -264.73 Mn |
| Mar 31, 2022 | -4.22 Mn |
| Dec 31, 2021 | 13.29 Mn |
| Sep 30, 2021 | 7.24 Mn |
Monster Beverage Cash from Financing 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-financing-activities&ticker=MNST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=MNST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();