Monster Beverage (MNST) Shares Outstanding (2009 - 2026)
Monster Beverage's (MNST) quarterly Shares Outstanding (Entity) came in at $2.0 billion in Q2 2026, little changed year-over-year from $2.0 billion in Q2 2025, and little changed quarter-over-quarter from $2.0 billion in Q1 2026.
Monster Beverage (MNST) Shares Outstanding (2009 - 2026) Analysis & Trends
Monster Beverage (MNST) has reported Shares Outstanding (Entity) for 18 consecutive years, with $2.0 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Shares Outstanding (Entity) changed 0.32% year-over-year to $2.0 billion in Q2 2026; TTM through Jun 2026 was $2.0 billion, a 0.32% change from a year earlier, with the FY2025 full-year figure at $2.0 billion, up 0.52% from the prior year.
- Shares Outstanding (Entity) was $2.0 billion for Q2 2026 at Monster Beverage, roughly flat from $2.0 billion in the prior quarter.
- Over five years, Shares Outstanding (Entity) peaked at $2.1 billion in Q1 2022 and troughed at $1.9 billion in Q3 2024.
- A 5-year average of $2.0 billion and a median of $2.0 billion in 2023 frame the typical range for Shares Outstanding (Entity).
- Across the five-year window, Shares Outstanding (Entity) dropped 6.58% in 2024 and climbed 0.52% in 2025, its largest moves.
- Over 5 years, Shares Outstanding (Entity) stood at $2.1 billion in 2022, then slipped by 0.29% to $2.1 billion in 2023, then slipped by 6.58% to $1.9 billion in 2024, then gained by 0.52% to $2.0 billion in 2025, then increased by 0.14% to $2.0 billion in 2026.
- The last three Shares Outstanding (Entity) figures came in at $2.0 billion (Q2 2026), $2.0 billion (Q1 2026), and $2.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | 4.30 Bn |
| 2 | Diageo | 209.58 Bn | 209.63 Bn | - | 2.22 Bn |
| 3 | Coca Cola Femsa Sab De Cv | 185.97 Bn | 185.19 Bn | 2.06 Bn | 1.68 Bn |
| 4 | Pepsico | 177.68 Bn | 167.14 Bn | 13.11 Bn | 1.37 Bn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | 1.96 Bn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | 15.62 Bn |
| 7 | Coca-Cola Europacific Partners | 44.77 Bn | 44.20 Bn | - | 456.00 Mn |
| 8 | Keurig Dr Pepper | 43.22 Bn | 45.90 Bn | 3.07 Bn | 1.36 Bn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 946.57 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | 172.19 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.96 Bn |
| Mar 31, 2026 | 1.96 Bn |
| Dec 31, 2025 | 1.95 Bn |
| Sep 30, 2025 | 1.95 Bn |
| Jun 30, 2025 | 1.95 Bn |
| Mar 31, 2025 | 1.95 Bn |
| Dec 31, 2024 | 2.01 Bn |
| Sep 30, 2024 | 1.95 Bn |
| Jun 30, 2024 | 2.06 Bn |
| Mar 31, 2024 | 2.08 Bn |
| Dec 31, 2023 | 2.09 Bn |
| Sep 30, 2023 | 2.09 Bn |
| Jun 30, 2023 | 2.09 Bn |
| Mar 31, 2023 | 2.09 Bn |
| Dec 31, 2022 | 2.11 Bn |
| Sep 30, 2022 | 2.11 Bn |
| Jun 30, 2022 | 2.11 Bn |
| Mar 31, 2022 | 2.12 Bn |
| Dec 31, 2021 | 2.12 Bn |
| Sep 30, 2021 | 2.12 Bn |
Monster Beverage Shares Outstanding 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=shares-outstanding&ticker=MNST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=MNST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();