Dominos Pizza (DPZ) Non Operating Income (2023 - 2026)
Dominos Pizza's (DPZ) quarterly Non Operating Income came in at -$12.4 million in Q2 2026, up 22.59% year-over-year from -$10.1 million in Q2 2025, and down 106.44% quarter-over-quarter from -$6.0 million in Q1 2026.
Dominos Pizza (DPZ) Non Operating Income (2023 - 2026) Analysis & Trends
Dominos Pizza (DPZ) has reported Non Operating Income for 4 consecutive years, with -$12.4 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non Operating Income rose 22.59% year-over-year to -$12.4 million in Q2 2026; TTM through Jun 2026 was -$29.0 million, a 177.38% decrease from a year earlier, with the FY2025 full-year figure at -$2.5 million, down 111.53% from the prior year.
- Non Operating Income was -$12.4 million for Q2 2026 at Dominos Pizza, down from -$6.0 million in the prior quarter.
- Over five years, Non Operating Income peaked at $28.2 million in Q3 2023 and troughed at -$18.7 million in Q1 2024.
- A 4-year average of $1.5 million and a median of -$3.0 million in 2025 frame the typical range for Non Operating Income.
- The widest YoY moves for Non Operating Income: up 228.49% in 2025, down 337.39% in 2025.
- Over 4 years, Non Operating Income stood at $4.4 million in 2023, then fell by 28.18% to $3.2 million in 2024, then plunged by 337.39% to -$7.6 million in 2025, then tumbled by 63.14% to -$12.4 million in 2026.
- The last three Non Operating Income figures came in at -$12.4 million (Q2 2026), -$6.0 million (Q1 2026), and -$7.6 million (Q4 2025), per Business Quant data.
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 | Dominos Pizza | 9.81 Bn | 9.60 Bn | 478.23 Mn | -12.37 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 14, 2026 | -12.37 Mn |
| Mar 22, 2026 | -5.99 Mn |
| Dec 28, 2025 | -7.58 Mn |
| Sep 7, 2025 | -3.02 Mn |
| Jun 15, 2025 | -15.97 Mn |
| Mar 23, 2025 | 24.03 Mn |
| Dec 29, 2024 | 3.19 Mn |
| Sep 8, 2024 | 26.17 Mn |
| Jun 16, 2024 | 11.40 Mn |
| Mar 24, 2024 | -18.70 Mn |
| Dec 31, 2023 | 4.45 Mn |
| Sep 10, 2023 | 28.23 Mn |
| Jun 18, 2023 | -14.96 Mn |
Dominos Pizza 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=DPZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "DPZ", "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=DPZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();