Dutch Bros (BROS) EV to FCF (2021 - 2026)
Dutch Bros' (BROS) quarterly EV to FCF came in at 311.9 in Q2 2026, down 0.53% on a YoY basis from 313.56 in Q2 2025, and up 4.08% quarter-over-quarter from 299.69 in Q1 2026.
Dutch Bros (BROS) EV to FCF (2021 - 2026) Analysis & Trends
Dutch Bros (BROS) has reported EV to FCF for 6 consecutive years, with 311.9 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EV to FCF fell 0.53% year-over-year to 311.9; the trailing twelve-month figure through Jun 2026 stood at 131.01 (down 14.65% YoY), and the FY2025 full-year result was 184.17, down 43.22% from the prior year.
- EV to FCF advanced to 311.9 in Q2 2026 per BROS's latest filing, from 299.69 in the prior quarter.
- Across five years, EV to FCF topped out at 1182.85 in Q4 2025 and bottomed at 1291.34 in Q2 2024.
- Historically, EV to FCF has averaged 81.18 across 5 years, with a median of 165.64 in 2022.
- The widest YoY moves for EV to FCF: up 211.73% in 2024, down 339.93% in 2024.
- Over 5 years, EV to FCF stood at 130.57 in 2022, then plunged by 182.03% to 368.25 in 2023, then soared by 211.73% to 411.46 in 2024, then soared by 187.47% to 1182.85 in 2025, then sank by 73.63% to 311.9 in 2026.
- According to Business Quant data, EV to FCF over the past three periods registered 311.9, 299.69, and 1182.85 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Mcdonalds | 168.67 Bn | 167.85 Bn | 6.42 Bn |
| 2 | Starbucks | 107.32 Bn | 103.72 Bn | 6.49 Bn |
| 3 | Chipotle Mexican Grill | 41.40 Bn | 40.73 Bn | 2.35 Bn |
| 4 | Yum Brands | 38.39 Bn | 37.72 Bn | 1.47 Bn |
| 5 | Restaurant Brands International | 25.02 Bn | 25.51 Bn | 1.89 Bn |
| 6 | Darden Restaurants | 24.39 Bn | 24.17 Bn | 3.68 Bn |
| 7 | Restaurant Brands International Limited Partnership | 17.01 Bn | 15.95 Bn | 1.89 Bn |
| 8 | Yum China Holdings | 14.09 Bn | 13.41 Bn | 2.22 Bn |
| 9 | Texas Roadhouse | 10.81 Bn | 10.63 Bn | 1.44 Bn |
| 10 | Dutch Bros | 6.71 Bn | 6.62 Bn | 151.06 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 311.90 |
| Mar 31, 2026 | 299.69 |
| Dec 31, 2025 | 1,182.85 |
| Sep 30, 2025 | 452.03 |
| Jun 30, 2025 | 313.56 |
| Mar 31, 2025 | -1,145.48 |
| Dec 31, 2024 | 411.46 |
| Sep 30, 2024 | 185.07 |
| Jun 30, 2024 | -1,291.34 |
| Mar 31, 2024 | -360.38 |
| Dec 31, 2023 | -368.25 |
| Sep 30, 2023 | -263.24 |
| Jun 30, 2023 | -293.53 |
| Mar 31, 2023 | -131.53 |
| Dec 31, 2022 | -130.57 |
| Sep 30, 2022 | -209.64 |
| Jun 30, 2022 | -199.76 |
| Mar 31, 2022 | -224.10 |
| Dec 31, 2021 | -232.44 |
| Sep 30, 2021 | -310.28 |
Dutch Bros EV to FCF 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=ev-to-fcf&ticker=BROS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "ticker": "BROS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ev-to-fcf&ticker=BROS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();