Darden Restaurants (DRI) Common Equity (2009 - 2026)
Darden Restaurants (DRI) posted Common Equity of $2.2 billion for Q2 2026, up 4.92% on a QoQ basis from $2.1 billion in Q1 2026, and down 4.49% year-over-year from $2.3 billion in Q2 2025.
Darden Restaurants (DRI) Common Equity (2009 - 2026) Analysis & Trends
Darden Restaurants has reported Common Equity for 18 years, with the latest figure at $2.2 billion in Q2 2026.
- On a quarterly basis, Common Equity fell 4.49% year-over-year to $2.2 billion in Q2 2026; TTM through May 2026 was $2.2 billion, a 4.49% decrease from a year earlier, with the FY2026 full-year figure at $2.2 billion, down 4.49% from the prior year.
- Common Equity was $2.2 billion for Q2 2026 at Darden Restaurants, up from $2.1 billion in the prior quarter.
- The five-year high for Common Equity was $2.3 billion in Q2 2025, with the low at $2.0 billion in Q4 2022.
- Average Common Equity over 5 years is $2.2 billion, with a median of $2.2 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2024: Common Equity dropped 25.01% in 2022, then grew 6.7% in 2024.
- Over 5 years, Common Equity stood at $2.0 billion in 2022, then increased by 0.93% to $2.0 billion in 2023, then grew by 1.53% to $2.1 billion in 2024, then rose by 0.46% to $2.1 billion in 2025, then grew by 6.11% to $2.2 billion in 2026.
- The last three Common Equity figures came in at $2.2 billion (Q2 2026), $2.1 billion (Q1 2026), and $2.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Common Equity (Qtr) |
|---|---|---|---|---|---|
| 1 | Mcdonalds | 168.67 Bn | 167.85 Bn | 6.42 Bn | -1.02 Bn |
| 2 | Starbucks | 107.32 Bn | 103.72 Bn | 6.49 Bn | -7.67 Bn |
| 3 | Chipotle Mexican Grill | 41.40 Bn | 40.73 Bn | 2.35 Bn | 2.20 Bn |
| 4 | Yum Brands | 38.39 Bn | 37.72 Bn | 1.47 Bn | -7.11 Bn |
| 5 | Restaurant Brands International | 25.02 Bn | 25.51 Bn | 1.89 Bn | 5.40 Bn |
| 6 | Darden Restaurants | 24.39 Bn | 24.17 Bn | 3.68 Bn | 2.21 Bn |
| 7 | Restaurant Brands International Limited Partnership | 17.01 Bn | 15.95 Bn | 1.89 Bn | 5.40 Bn |
| 8 | Yum China Holdings | 14.09 Bn | 13.41 Bn | 2.22 Bn | 6.06 Bn |
| 9 | Texas Roadhouse | 10.81 Bn | 10.63 Bn | 1.44 Bn | 1.58 Bn |
| 10 | Dominos Pizza | 9.81 Bn | 9.60 Bn | 478.23 Mn | -3.98 Bn |
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | 2.21 Bn |
| Feb 22, 2026 | 2.10 Bn |
| Nov 23, 2025 | 2.08 Bn |
| Aug 24, 2025 | 2.23 Bn |
| May 25, 2025 | 2.31 Bn |
| Feb 23, 2025 | 2.20 Bn |
| Nov 24, 2024 | 2.07 Bn |
| Aug 25, 2024 | 2.14 Bn |
| May 26, 2024 | 2.24 Bn |
| Feb 25, 2024 | 2.18 Bn |
| Nov 26, 2023 | 2.04 Bn |
| Aug 27, 2023 | 2.15 Bn |
| May 28, 2023 | 2.20 Bn |
| Feb 26, 2023 | 2.04 Bn |
| Nov 27, 2022 | 2.02 Bn |
| Aug 28, 2022 | 2.06 Bn |
| May 29, 2022 | 2.20 Bn |
| Feb 27, 2022 | 2.29 Bn |
| Nov 28, 2021 | 2.54 Bn |
| Aug 29, 2021 | 2.75 Bn |
Darden Restaurants Common Equity 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=common-equity&ticker=DRI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "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=common-equity&ticker=DRI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();