Dominos Pizza (DPZ) Cash from Investing Activities (2010 - 2026)
Dominos Pizza's (DPZ) quarterly Cash from Investing Activities came in at -$16.6 million in Q2 2026, down 153.9% year-over-year from $30.8 million in Q2 2025, and down 105.57% quarter-over-quarter from -$8.1 million in Q1 2026.
Dominos Pizza (DPZ) Cash from Investing Activities (2010 - 2026) Analysis & Trends
Dominos Pizza (DPZ) has reported Cash from Investing Activities for 17 consecutive years, with -$16.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 153.9% year-over-year to -$16.6 million in Q2 2026; TTM through Jun 2026 was -$109.6 million, a 484.33% decrease from a year earlier, with the FY2025 full-year figure at -$70.2 million, down 124.76% from the prior year.
- Cash from Investing Activities was -$16.6 million for Q2 2026 at Dominos Pizza, down from -$8.1 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $40.7 million in Q4 2024 and troughed at -$64.1 million in Q4 2025.
- A 5-year average of -$15.9 million and a median of -$19.6 million in 2023 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities sank 1035.07% in 2023 and surged 231.06% in 2025, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$18.8 million in 2022, then sank by 149.7% to -$46.9 million in 2023, then soared by 186.7% to $40.7 million in 2024, then plunged by 257.69% to -$64.1 million in 2025, then surged by 74.14% to -$16.6 million in 2026.
- The last three Cash from Investing Activities figures came in at -$16.6 million (Q2 2026), -$8.1 million (Q1 2026), and -$64.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Mcdonalds | 168.67 Bn | 167.85 Bn | 6.42 Bn | -868.00 Mn |
| 2 | Starbucks | 107.32 Bn | 103.72 Bn | 6.49 Bn | 2.22 Bn |
| 3 | Chipotle Mexican Grill | 41.40 Bn | 40.73 Bn | 2.35 Bn | -45.28 Mn |
| 4 | Yum Brands | 38.39 Bn | 37.72 Bn | 1.47 Bn | -89.00 Mn |
| 5 | Restaurant Brands International | 25.02 Bn | 25.51 Bn | 1.89 Bn | -27.00 Mn |
| 6 | Darden Restaurants | 24.39 Bn | 24.17 Bn | 3.68 Bn | -188.30 Mn |
| 7 | Restaurant Brands International Limited Partnership | 17.01 Bn | 15.95 Bn | 1.89 Bn | -27.00 Mn |
| 8 | Yum China Holdings | 14.09 Bn | 13.41 Bn | 2.22 Bn | -32.00 Mn |
| 9 | Texas Roadhouse | 10.81 Bn | 10.63 Bn | 1.44 Bn | -95.23 Mn |
| 10 | Dominos Pizza | 9.81 Bn | 9.60 Bn | 478.23 Mn | -16.58 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 14, 2026 | -16.58 Mn |
| Mar 22, 2026 | -8.07 Mn |
| Dec 28, 2025 | -64.13 Mn |
| Sep 7, 2025 | -20.86 Mn |
| Jun 15, 2025 | 30.77 Mn |
| Mar 23, 2025 | -15.97 Mn |
| Dec 29, 2024 | 40.67 Mn |
| Sep 8, 2024 | -26.94 Mn |
| Jun 16, 2024 | -23.47 Mn |
| Mar 24, 2024 | -21.49 Mn |
| Dec 31, 2023 | -46.90 Mn |
| Sep 10, 2023 | -20.82 Mn |
| Jun 18, 2023 | -19.59 Mn |
| Mar 26, 2023 | -19.60 Mn |
| Jan 1, 2023 | 5.02 Mn |
| Sep 11, 2022 | -18.78 Mn |
| Jun 19, 2022 | -19.28 Mn |
| Mar 27, 2022 | -20.64 Mn |
| Mar 28, 2021 | -56.44 Mn |
| Jan 3, 2021 | -37.86 Mn |
Dominos Pizza Cash from Investing Activities 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=cash-from-investing-activities&ticker=DPZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=DPZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();