Darden Restaurants (DRI) Interest & Investment Income (2010 - 2026)
Darden Restaurants (DRI) posted Interest & Investment Income of -$51.2 million for Q2 2026, down 3.23% on a QoQ basis from -$49.6 million in Q1 2026, and down 10.58% year-over-year from -$57.3 million in Q2 2025.
Darden Restaurants (DRI) Interest & Investment Income (2010 - 2026) Analysis & Trends
Darden Restaurants has reported Interest & Investment Income for 17 years, with the latest figure at -$51.2 million in Q2 2026.
- On a quarterly basis, Interest & Investment Income fell 10.58% year-over-year to -$51.2 million in Q2 2026; TTM through May 2026 was -$194.2 million, a 10.91% decrease from a year earlier, with the FY2026 full-year figure at -$194.2 million, down 10.91% from the prior year.
- Interest & Investment Income was -$51.2 million for Q2 2026 at Darden Restaurants, down from -$49.6 million in the prior quarter.
- The five-year high for Interest & Investment Income was -$17.5 million in Q1 2022, with the low at -$51.2 million in Q2 2026.
- Average Interest & Investment Income over 5 years is -$34.8 million, with a median of -$36.8 million recorded in 2023.
- The sharpest annual moves came in 2023 and 2025: Interest & Investment Income tumbled 87.37% in 2023, then declined 3.9% in 2025.
- Over 5 years, Interest & Investment Income stood at -$19.8 million in 2022, then sank by 87.37% to -$37.1 million in 2023, then slipped by 24.53% to -$46.2 million in 2024, then dropped by 3.9% to -$48.0 million in 2025, then declined by 6.67% to -$51.2 million in 2026.
- The last three Interest & Investment Income figures came in at -$51.2 million (Q2 2026), -$49.6 million (Q1 2026), and -$48.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Mcdonalds | 168.67 Bn | 167.85 Bn | 6.42 Bn | - |
| 2 | Starbucks | 107.32 Bn | 103.72 Bn | 6.49 Bn | 37.20 Mn |
| 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 | 6.00 Mn |
| 5 | Restaurant Brands International | 25.02 Bn | 25.51 Bn | 1.89 Bn | -124.00 Mn |
| 6 | Darden Restaurants | 24.39 Bn | 24.17 Bn | 3.68 Bn | -51.20 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 | 1.02 Mn |
| 10 | Dominos Pizza | 9.81 Bn | 9.60 Bn | 478.23 Mn | 1.61 Mn |
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | -51.20 Mn |
| Feb 22, 2026 | -49.60 Mn |
| Nov 23, 2025 | -48.00 Mn |
| Aug 24, 2025 | -45.40 Mn |
| May 25, 2025 | -46.30 Mn |
| Feb 23, 2025 | -45.50 Mn |
| Nov 24, 2024 | -46.20 Mn |
| Aug 25, 2024 | -37.10 Mn |
| May 26, 2024 | -35.40 Mn |
| Feb 25, 2024 | -36.50 Mn |
| Nov 26, 2023 | -37.10 Mn |
| Aug 27, 2023 | -29.70 Mn |
| May 28, 2023 | -22.10 Mn |
| Feb 26, 2023 | -19.60 Mn |
| Nov 27, 2022 | -19.80 Mn |
| Aug 28, 2022 | -19.80 Mn |
| May 29, 2022 | -18.90 Mn |
| Feb 27, 2022 | -17.50 Mn |
| Nov 28, 2021 | -16.70 Mn |
| Aug 29, 2021 | -15.60 Mn |
Darden Restaurants Interest & Investment 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=interest-and-investment-income&ticker=DRI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=DRI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();