Darden Restaurants (DRI) Non Operating Income (2009 - 2011)
Darden Restaurants (DRI) posted Non Operating Income of -$21.7 million for Q3 2011, down 0.93% on a QoQ basis from -$21.5 million in Q2 2011, and up 11.79% year-over-year from -$19.4 million in Q3 2010.
Darden Restaurants (DRI) Non Operating Income (2009 - 2011) Analysis & Trends
Darden Restaurants has reported Non Operating Income for 3 years, with the latest figure at -$21.7 million in Q3 2011.
- On a quarterly basis, Non Operating Income rose 11.79% year-over-year to -$21.7 million in Q3 2011; TTM through Aug 2011 was -$90.7 million, a 4.32% increase from a year earlier, with the FY2011 full-year figure at -$93.6 million, changed 0.32% from the prior year.
- Non Operating Income was -$21.7 million for Q3 2011 at Darden Restaurants, down from -$21.5 million in the prior quarter.
- The five-year high for Non Operating Income was -$20.8 million in Q1 2010, with the low at -$26.7 million in Q2 2009.
- Average Non Operating Income over 3 years is -$23.8 million, with a median of -$24.0 million recorded in 2011.
- The sharpest annual moves came in 2010 and 2011: Non Operating Income increased 18.43% in 2010, then retreated 15.38% in 2011.
- Over 3 years, Non Operating Income stood at -$24.5 million in 2009, then grew by 4.08% to -$23.5 million in 2010, then climbed by 7.66% to -$21.7 million in 2011.
- The last three Non Operating Income figures came in at -$21.7 million (Q3 2011), -$21.5 million (Q2 2011), and -$24.0 million (Q1 2011), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Mcdonalds | 168.67 Bn | 167.85 Bn | 6.42 Bn | -6.00 Mn |
| 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 | - |
| 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 | -12.37 Mn |
Historic Data
| Date | Value |
|---|---|
| Aug 28, 2011 | -21.70 Mn |
| May 29, 2011 | -21.50 Mn |
| Feb 27, 2011 | -24.00 Mn |
| Nov 28, 2010 | -23.50 Mn |
| Aug 29, 2010 | -24.60 Mn |
| May 30, 2010 | -24.90 Mn |
| Feb 28, 2010 | -20.80 Mn |
| Nov 29, 2009 | -24.50 Mn |
| Aug 30, 2009 | -23.70 Mn |
| May 31, 2009 | -26.70 Mn |
| Feb 22, 2009 | -25.50 Mn |
Darden Restaurants Non Operating 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=non-operating-income&ticker=DRI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-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=non-operating-income&ticker=DRI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();