Dominos Pizza (DPZ) Net Cash Flow (2010 - 2026)
Dominos Pizza's (DPZ) quarterly Net Cash Flow came in at -$51.9 million in Q2 2026, down 668.0% year-over-year from $9.1 million in Q2 2025, and down 179.18% quarter-over-quarter from $65.5 million in Q1 2026.
Dominos Pizza (DPZ) Net Cash Flow (2010 - 2026) Analysis & Trends
Dominos Pizza (DPZ) has reported Net Cash Flow for 17 consecutive years, with -$51.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Cash Flow fell 668.0% year-over-year to -$51.9 million in Q2 2026; TTM through Jun 2026 was -$136.9 million, a 688.82% decrease from a year earlier, with the FY2025 full-year figure at -$30.2 million, down 149.18% from the prior year.
- Net Cash Flow was -$51.9 million for Q2 2026 at Dominos Pizza, down from $65.5 million in the prior quarter.
- Over five years, Net Cash Flow peaked at $111.2 million in Q1 2025 and troughed at -$132.4 million in Q3 2025.
- A 5-year average of -$2.3 million and a median of -$2.2 million in 2022 frame the typical range for Net Cash Flow.
- Across the five-year window, Net Cash Flow jumped 1362.95% in 2023 and plunged 3259.15% in 2025, its largest moves.
- Over 5 years, Net Cash Flow stood at $20.4 million in 2022, then slumped by 184.92% to -$17.3 million in 2023, then surged by 96.88% to -$541000.0 in 2024, then sank by 3259.15% to -$18.2 million in 2025, then tumbled by 185.33% to -$51.9 million in 2026.
- The last three Net Cash Flow figures came in at -$51.9 million (Q2 2026), $65.5 million (Q1 2026), and -$18.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Mcdonalds | 168.67 Bn | 167.85 Bn | 6.42 Bn | -448.00 Mn |
| 2 | Starbucks | 107.32 Bn | 103.72 Bn | 6.49 Bn | 1.35 Bn |
| 3 | Chipotle Mexican Grill | 41.40 Bn | 40.73 Bn | 2.35 Bn | -18.64 Mn |
| 4 | Yum Brands | 38.39 Bn | 37.72 Bn | 1.47 Bn | 36.00 Mn |
| 5 | Restaurant Brands International | 25.02 Bn | 25.51 Bn | 1.89 Bn | 56.00 Mn |
| 6 | Darden Restaurants | 24.39 Bn | 24.17 Bn | 3.68 Bn | -18.50 Mn |
| 7 | Restaurant Brands International Limited Partnership | 17.01 Bn | 15.95 Bn | 1.89 Bn | 56.00 Mn |
| 8 | Yum China Holdings | 14.09 Bn | 13.41 Bn | 2.22 Bn | 8.00 Mn |
| 9 | Texas Roadhouse | 10.81 Bn | 10.63 Bn | 1.44 Bn | -12.13 Mn |
| 10 | Dominos Pizza | 9.81 Bn | 9.60 Bn | 478.23 Mn | -51.85 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 14, 2026 | -51.85 Mn |
| Mar 22, 2026 | 65.49 Mn |
| Dec 28, 2025 | -18.17 Mn |
| Sep 7, 2025 | -132.39 Mn |
| Jun 15, 2025 | 9.13 Mn |
| Mar 23, 2025 | 111.21 Mn |
| Dec 29, 2024 | -541,000.00 |
| Sep 8, 2024 | -96.55 Mn |
| Jun 16, 2024 | 91.35 Mn |
| Mar 24, 2024 | 67.18 Mn |
| Dec 31, 2023 | -17.33 Mn |
| Sep 10, 2023 | 14.80 Mn |
| Jun 18, 2023 | -39.68 Mn |
| Mar 26, 2023 | 49.80 Mn |
| Jan 1, 2023 | -61.51 Mn |
| Sep 11, 2022 | 20.41 Mn |
| Jun 19, 2022 | -49.28 Mn |
| Mar 27, 2022 | -3.94 Mn |
| Mar 28, 2021 | 73.29 Mn |
| Jan 3, 2021 | -108.29 Mn |
Dominos Pizza Net Cash Flow 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=net-cash-flow&ticker=DPZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=DPZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();