Emerson Electric (EMR) Non Operating Income (2009 - 2012)
Emerson Electric (EMR) recorded quarterly Non Operating Income of -$86.0 million in Q4 2012, up 29.51% on a QoQ basis from -$122.0 million in Q3 2012, and up 4.44% YoY from -$82.3 million in Q1 2012.
Emerson Electric (EMR) Non Operating Income (2009 - 2012) Analysis & Trends
Emerson Electric (EMR) has reported Non Operating Income for 4 consecutive years, with -$86.0 million the latest figure, recorded in Q4 2012.
- For the quarter ending Q4 2012, Non Operating Income rose 4.44% year-over-year to -$86.0 million; the trailing twelve-month figure through Dec 2012 stood at -$397.0 million (down 7.88% YoY), and the FY2013 full-year result was -$362.0 million, up 9.73% from the prior year.
- Non Operating Income was -$86.0 million for Q4 2012 at Emerson Electric, up from -$122.0 million in the prior quarter.
- The five-year high for Non Operating Income was -$69.0 million in Q2 2010, with the low at -$153.0 million in Q3 2009.
- Historically, Non Operating Income has averaged -$100.4 million across 4 years, with a median of -$92.0 million in 2009.
- Annual changes were most pronounced in 2010 — Non Operating Income jumped 47.33% — and 2012, when it plunged 35.56%.
- Tracing EMR's Non Operating Income over 4 years: stood at -$92.0 million in 2009, then climbed by 15.22% to -$78.0 million in 2010, then dropped by 15.38% to -$90.0 million in 2011, then rose by 4.44% to -$86.0 million in 2012.
- Per Business Quant data, the three most recent Non Operating Income figures were -$86.0 million in Q4 2012, -$122.0 million in Q3 2012, and -$84.0 million in Q2 2012.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Caterpillar | 371.58 Bn | 364.86 Bn | 7.76 Bn | - |
| 2 | Amphenol | 204.28 Bn | 198.29 Bn | 3.55 Bn | - |
| 3 | Deere | 189.58 Bn | 180.70 Bn | 12.32 Bn | - |
| 4 | Eaton | 171.87 Bn | 171.22 Bn | 2.86 Bn | - |
| 5 | Parker-Hannifin | 121.60 Bn | 121.11 Bn | 2.25 Bn | -39.00 Mn |
| 6 | Vertiv Holdings | 97.62 Bn | 94.51 Bn | 1.23 Bn | - |
| 7 | 3M | 87.32 Bn | 84.04 Bn | 2.68 Bn | 136.00 Mn |
| 8 | Emerson Electric | 86.05 Bn | 83.88 Bn | 2.66 Bn | - |
| 9 | Illinois Tool Works | 77.02 Bn | 76.18 Bn | 1.90 Bn | 12.00 Mn |
| 10 | Cummins | 72.43 Bn | 68.82 Bn | 2.47 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2012 | -86.00 Mn |
| Sep 30, 2012 | -122.00 Mn |
| Jun 30, 2012 | -84.00 Mn |
| Mar 31, 2012 | -105.00 Mn |
| Dec 31, 2011 | -90.00 Mn |
| Sep 30, 2011 | -90.00 Mn |
| Jun 30, 2011 | -87.00 Mn |
| Mar 31, 2011 | -101.00 Mn |
| Dec 31, 2010 | -78.00 Mn |
| Sep 30, 2010 | -116.00 Mn |
| Jun 30, 2010 | -69.00 Mn |
| Mar 31, 2010 | -92.00 Mn |
| Dec 31, 2009 | -92.00 Mn |
| Sep 30, 2009 | -153.00 Mn |
| Jun 30, 2009 | -131.00 Mn |
| Mar 31, 2009 | -111.00 Mn |
Emerson Electric 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=EMR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "EMR", "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=EMR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();