Monster Beverage (MNST) Exchange Rate Effect (2009 - 2026)
Monster Beverage's (MNST) quarterly Exchange Rate Effect came in at -$7.3 million in Q2 2026, down 115.25% year-over-year from $47.8 million in Q2 2025, and up 50.1% quarter-over-quarter from -$14.6 million in Q1 2026.
Monster Beverage (MNST) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Monster Beverage (MNST) has reported Exchange Rate Effect for 18 consecutive years, with -$7.3 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Exchange Rate Effect fell 115.25% year-over-year to -$7.3 million in Q2 2026; TTM through Jun 2026 was -$10.8 million, a 132.29% decrease from a year earlier, with the FY2025 full-year figure at $97.9 million, up 200.24% from the prior year.
- Exchange Rate Effect was -$7.3 million for Q2 2026 at Monster Beverage, up from -$14.6 million in the prior quarter.
- Over five years, Exchange Rate Effect peaked at $56.9 million in Q4 2022 and troughed at -$83.1 million in Q4 2024.
- A 5-year average of -$2.9 million and a median of -$5.8 million in 2023 frame the typical range for Exchange Rate Effect.
- Across the five-year window, Exchange Rate Effect surged 435.72% in 2022 and sank 9277.3% in 2024, its largest moves.
- Over 5 years, Exchange Rate Effect stood at $56.9 million in 2022, then slumped by 44.3% to $31.7 million in 2023, then slumped by 362.45% to -$83.1 million in 2024, then surged by 130.21% to $25.1 million in 2025, then slumped by 129.0% to -$7.3 million in 2026.
- The last three Exchange Rate Effect figures came in at -$7.3 million (Q2 2026), -$14.6 million (Q1 2026), and $25.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Coca Cola | 379.05 Bn | 367.07 Bn | 8.42 Bn | -1.00 Mn |
| 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 | 148.00 Mn |
| 5 | Monster Beverage | 86.02 Bn | 82.60 Bn | 1.42 Bn | -7.28 Mn |
| 6 | Ambev | 46.18 Bn | 42.67 Bn | 2.06 Bn | -152.65 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 | -164.00 Mn |
| 9 | Andina Bottling | 28.97 Bn | -301.93 Bn | 698.26 Mn | 10.53 Mn |
| 10 | Constellation Brands | 19.91 Bn | 19.81 Bn | 1.32 Bn | -400,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.28 Mn |
| Mar 31, 2026 | -14.60 Mn |
| Dec 31, 2025 | 25.11 Mn |
| Sep 30, 2025 | -13.99 Mn |
| Jun 30, 2025 | 47.75 Mn |
| Mar 31, 2025 | 38.97 Mn |
| Dec 31, 2024 | -83.14 Mn |
| Sep 30, 2024 | 29.72 Mn |
| Jun 30, 2024 | -30.98 Mn |
| Mar 31, 2024 | -13.22 Mn |
| Dec 31, 2023 | 31.68 Mn |
| Sep 30, 2023 | -18.40 Mn |
| Jun 30, 2023 | -4.36 Mn |
| Mar 31, 2023 | -141,000.00 |
| Dec 31, 2022 | 56.87 Mn |
| Sep 30, 2022 | -45.19 Mn |
| Jun 30, 2022 | -46.92 Mn |
| Mar 31, 2022 | -3.47 Mn |
| Dec 31, 2021 | -16.94 Mn |
| Sep 30, 2021 | -18.66 Mn |
Monster Beverage Exchange Rate Effect 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=exchange-rate-effect&ticker=MNST&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=MNST&period=max&api_key=YOUR_API_KEY");
const data = await res.json();