Dutch Bros (BROS) Non Operating Income (2020 - 2026)
Dutch Bros' (BROS) quarterly Non Operating Income came in at -$6.2 million in Q2 2026, up 31.81% on a YoY basis from -$4.7 million in Q2 2025, and up 15.33% quarter-over-quarter from -$7.3 million in Q1 2026.
Dutch Bros (BROS) Non Operating Income (2020 - 2026) Analysis & Trends
Dutch Bros (BROS) has reported Non Operating Income for 7 consecutive years, with -$6.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Income rose 31.81% year-over-year to -$6.2 million; the trailing twelve-month figure through Jun 2026 stood at -$22.8 million (up 25.38% YoY), and the FY2025 full-year result was -$25.6 million, down 20.51% from the prior year.
- Non Operating Income rose to -$6.2 million in Q2 2026 per BROS's latest filing, from -$7.3 million in the prior quarter.
- Across five years, Non Operating Income topped out at -$592000.0 in Q1 2024 and bottomed at -$9.5 million in Q3 2023.
- Historically, Non Operating Income has averaged -$5.8 million across 5 years, with a median of -$6.4 million in 2025.
- The sharpest annual moves came in 2024 and 2025: Non Operating Income soared 91.0% in 2024, then tumbled 1104.9% in 2025.
- Over 5 years, Non Operating Income stood at -$1.3 million in 2022, then slumped by 308.1% to -$5.2 million in 2023, then sank by 58.51% to -$8.3 million in 2024, then surged by 66.06% to -$2.8 million in 2025, then slumped by 119.12% to -$6.2 million in 2026.
- According to Business Quant data, Non Operating Income over the past three periods registered -$6.2 million, -$7.3 million, and -$2.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Mcdonalds | 168.67 Bn | 167.85 Bn | 6.42 Bn | -6.00 Mn |
| 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 | -6.18 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.18 Mn |
| Mar 31, 2026 | -7.30 Mn |
| Dec 31, 2025 | -2.82 Mn |
| Sep 30, 2025 | -6.55 Mn |
| Jun 30, 2025 | -9.06 Mn |
| Mar 31, 2025 | -7.13 Mn |
| Dec 31, 2024 | -8.31 Mn |
| Sep 30, 2024 | -6.11 Mn |
| Jun 30, 2024 | -6.17 Mn |
| Mar 31, 2024 | -592,000.00 |
| Dec 31, 2023 | -5.24 Mn |
| Sep 30, 2023 | -9.47 Mn |
| Jun 30, 2023 | -8.02 Mn |
| Mar 31, 2023 | -6.58 Mn |
| Dec 31, 2022 | -1.28 Mn |
| Sep 30, 2022 | -6.96 Mn |
| Jun 30, 2022 | -3.54 Mn |
| Mar 31, 2022 | -2.27 Mn |
| Dec 31, 2021 | -1.99 Mn |
| Sep 30, 2021 | -3.43 Mn |
Dutch Bros Non Operating Income 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=non-operating-income&ticker=BROS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=BROS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();