Dominos Pizza (DPZ) Change in Cash (2010 - 2026)
Dominos Pizza's (DPZ) quarterly Change in Cash came in at -$52.6 million in Q2 2026, down 592.14% year-over-year from $10.7 million in Q2 2025, and down 180.4% quarter-over-quarter from $65.4 million in Q1 2026.
Dominos Pizza (DPZ) Change in Cash (2010 - 2026) Analysis & Trends
Dominos Pizza (DPZ) has reported Change in Cash for 17 consecutive years, with -$52.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash fell 592.14% year-over-year to -$52.6 million in Q2 2026; TTM through Jun 2026 was -$137.8 million, a 675.69% decrease from a year earlier, with the FY2025 full-year figure at -$28.4 million, down 147.97% from the prior year.
- Change in Cash was -$52.6 million for Q2 2026 at Dominos Pizza, down from $65.4 million in the prior quarter.
- Over five years, Change in Cash peaked at $111.5 million in Q1 2025 and troughed at -$132.8 million in Q3 2025.
- A 5-year average of -$2.4 million and a median of -$2.8 million in 2022 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash jumped 1490.08% in 2023 and tumbled 786.56% in 2024, its largest moves.
- Over 5 years, Change in Cash stood at $20.4 million in 2022, then tumbled by 181.67% to -$16.7 million in 2023, then surged by 87.38% to -$2.1 million in 2024, then tumbled by 748.91% to -$17.9 million in 2025, then slumped by 194.02% to -$52.6 million in 2026.
- The last three Change in Cash figures came in at -$52.6 million (Q2 2026), $65.4 million (Q1 2026), and -$17.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Mcdonalds | 168.67 Bn | 167.85 Bn | 6.42 Bn | -348.00 Mn |
| 2 | Starbucks | 107.32 Bn | 103.72 Bn | 6.49 Bn | 1.92 Bn |
| 3 | Chipotle Mexican Grill | 41.40 Bn | 40.73 Bn | 2.35 Bn | -18.55 Mn |
| 4 | Yum Brands | 38.39 Bn | 37.72 Bn | 1.47 Bn | -5.00 Mn |
| 5 | Restaurant Brands International | 25.02 Bn | 25.51 Bn | 1.89 Bn | 51.00 Mn |
| 6 | Darden Restaurants | 24.39 Bn | 24.17 Bn | 3.68 Bn | -20.90 Mn |
| 7 | Restaurant Brands International Limited Partnership | 17.01 Bn | 15.95 Bn | 1.89 Bn | 51.00 Mn |
| 8 | Yum China Holdings | 14.09 Bn | 13.41 Bn | 2.22 Bn | 12.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 | -52.57 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 14, 2026 | -52.57 Mn |
| Mar 22, 2026 | 65.38 Mn |
| Dec 28, 2025 | -17.88 Mn |
| Sep 7, 2025 | -132.75 Mn |
| Jun 15, 2025 | 10.68 Mn |
| Mar 23, 2025 | 111.51 Mn |
| Dec 29, 2024 | -2.11 Mn |
| Sep 8, 2024 | -96.15 Mn |
| Jun 16, 2024 | 91.03 Mn |
| Mar 24, 2024 | 66.51 Mn |
| Dec 31, 2023 | -16.69 Mn |
| Sep 10, 2023 | 14.00 Mn |
| Jun 18, 2023 | -39.00 Mn |
| Mar 26, 2023 | 49.61 Mn |
| Jan 1, 2023 | -61.86 Mn |
| Sep 11, 2022 | 20.44 Mn |
| Jun 19, 2022 | -50.28 Mn |
| Mar 27, 2022 | -3.57 Mn |
| Mar 28, 2021 | 73.45 Mn |
| Jan 3, 2021 | -107.77 Mn |
Dominos Pizza Change in Cash 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=change-in-cash&ticker=DPZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=DPZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();