Monster Beverage (MNST) Change in Taxes (2009 - 2026)
Monster Beverage's (MNST) quarterly Change in Taxes came in at -$57.5 million in Q2 2026, down 41.62% year-over-year from -$98.5 million in Q2 2025, and down 169.01% quarter-over-quarter from $83.4 million in Q1 2026.
Monster Beverage (MNST) Change in Taxes (2009 - 2026) Analysis & Trends
Monster Beverage (MNST) has reported Change in Taxes for 18 consecutive years, with -$57.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Taxes fell 41.62% year-over-year to -$57.5 million in Q2 2026; TTM through Jun 2026 was $32.6 million, a 78.89% increase from a year earlier, with the FY2025 full-year figure at $27.8 million, up 194.33% from the prior year.
- Change in Taxes was -$57.5 million for Q2 2026 at Monster Beverage, down from $83.4 million in the prior quarter.
- Over five years, Change in Taxes peaked at $83.4 million in Q1 2026 and troughed at -$57.5 million in Q2 2026.
- A 5-year average of $3.6 million and a median of -$4.4 million in 2022 frame the typical range for Change in Taxes.
- The widest YoY moves for Change in Taxes: up 765.47% in 2023, down 717.31% in 2023.
- Over 5 years, Change in Taxes stood at -$4.0 million in 2022, then surged by 765.47% to $26.9 million in 2023, then tumbled by 212.53% to -$30.2 million in 2024, then surged by 81.53% to -$5.6 million in 2025, then sank by 930.54% to -$57.5 million in 2026.
- The last three Change in Taxes figures came in at -$57.5 million (Q2 2026), $83.4 million (Q1 2026), and -$5.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (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 | 182.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | -57.53 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -170.69 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 | -28.00 Mn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | -58.31 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -57.53 Mn |
| Mar 31, 2026 | 83.36 Mn |
| Dec 31, 2025 | -5.58 Mn |
| Sep 30, 2025 | 12.31 Mn |
| Jun 30, 2025 | -40.62 Mn |
| Mar 31, 2025 | 61.67 Mn |
| Dec 31, 2024 | -30.23 Mn |
| Sep 30, 2024 | 27.37 Mn |
| Jun 30, 2024 | -48.22 Mn |
| Mar 31, 2024 | 60.51 Mn |
| Dec 31, 2023 | 26.87 Mn |
| Sep 30, 2023 | -11.38 Mn |
| Jun 30, 2023 | -38.27 Mn |
| Mar 31, 2023 | 41.62 Mn |
| Dec 31, 2022 | -4.04 Mn |
| Sep 30, 2022 | 1.84 Mn |
| Jun 30, 2022 | -4.85 Mn |
| Mar 31, 2022 | -9.82 Mn |
| Dec 31, 2021 | 3.55 Mn |
| Sep 30, 2021 | -331,000.00 |
Monster Beverage Change in Taxes 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-taxes&ticker=MNST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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-taxes&ticker=MNST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();