Darden Restaurants (DRI) Cash from Discontinued Operations (2009 - 2026)
Darden Restaurants (DRI) posted Cash from Discontinued Operations of -$2.4 million for Q2 2026, down 14.29% on a QoQ basis from -$2.1 million in Q1 2026, and down 300.0% year-over-year from $1.2 million in Q2 2025.
Darden Restaurants (DRI) Cash from Discontinued Operations (2009 - 2026) Analysis & Trends
Darden Restaurants has reported Cash from Discontinued Operations for 18 years, with the latest figure at -$2.4 million in Q2 2026.
- On a quarterly basis, Cash from Discontinued Operations fell 300.0% year-over-year to -$2.4 million in Q2 2026; TTM through May 2026 was -$13.0 million, a 52.94% decrease from a year earlier, with the FY2026 full-year figure at -$4.8 million, up 43.53% from the prior year.
- Cash from Discontinued Operations was -$2.4 million for Q2 2026 at Darden Restaurants, down from -$2.1 million in the prior quarter.
- The five-year high for Cash from Discontinued Operations was $1.4 million in Q4 2022, with the low at -$9.3 million in Q1 2024.
- Average Cash from Discontinued Operations over 5 years is -$3.2 million, with a median of -$1.9 million recorded in 2023.
- The largest YoY upside for Cash from Discontinued Operations was 450.0% in 2022 against a maximum downside of 325.0% in 2022.
- Over 5 years, Cash from Discontinued Operations stood at $1.4 million in 2022, then tumbled by 221.43% to -$1.7 million in 2023, then jumped by 70.59% to -$500000.0 in 2024, then declined by 20.0% to -$600000.0 in 2025, then slumped by 300.0% to -$2.4 million in 2026.
- The last three Cash from Discontinued Operations figures came in at -$2.4 million (Q2 2026), -$2.1 million (Q1 2026), and -$600000.0 (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discont. Ops (Qtr) |
|---|---|---|---|---|---|
| 1 | Mcdonalds | 168.67 Bn | 167.85 Bn | 6.42 Bn | - |
| 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 | -2.40 Mn |
| 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 | - |
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | -2.40 Mn |
| Feb 22, 2026 | -2.10 Mn |
| May 25, 2025 | -600,000.00 |
| Feb 23, 2025 | -7.90 Mn |
| May 26, 2024 | -500,000.00 |
| Feb 25, 2024 | -9.30 Mn |
| May 28, 2023 | -1.70 Mn |
| Feb 26, 2023 | -6.40 Mn |
| Nov 27, 2022 | 1.40 Mn |
| Aug 28, 2022 | -500,000.00 |
| May 29, 2022 | -400,000.00 |
| Feb 27, 2022 | -8.50 Mn |
| Nov 28, 2021 | -400,000.00 |
| Aug 29, 2021 | 800,000.00 |
| May 30, 2021 | -1.00 Mn |
| Feb 28, 2021 | -2.00 Mn |
| Nov 29, 2020 | 1.30 Mn |
| Aug 30, 2020 | 2.20 Mn |
| May 31, 2020 | -3.60 Mn |
| Feb 23, 2020 | -2.90 Mn |
Darden Restaurants Cash from Discontinued Operations 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-discontinued-operations&ticker=DRI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-discontinued-operations", "ticker": "DRI", "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-discontinued-operations&ticker=DRI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();