Oshkosh (OSK) Non Operating Income (2009 - 2011)
Oshkosh (OSK) posted Non Operating Income of -$20.3 million for Q1 2011, up 22.22% on a QoQ basis from -$26.1 million in Q4 2010, and up 54.07% year-over-year from -$13.2 million in Q1 2010.
Oshkosh (OSK) Non Operating Income (2009 - 2011) Analysis & Trends
Oshkosh has reported Non Operating Income for 3 years, with the latest figure at -$20.3 million in Q1 2011.
- On a quarterly basis, Non Operating Income rose 54.07% year-over-year to -$20.3 million in Q1 2011; TTM through Mar 2011 was -$135.1 million, a 35.36% increase from a year earlier, with the FY2010 full-year figure at -$182.6 million, up 8.1% from the prior year.
- Non Operating Income was -$20.3 million for Q1 2011 at Oshkosh, up from -$26.1 million in the prior quarter.
- The five-year high for Non Operating Income was -$20.3 million in Q1 2011, with the low at -$58.7 million in Q2 2009.
- Average Non Operating Income over 3 years is -$43.0 million, with a median of -$45.3 million recorded in 2010.
- The sharpest annual moves came in 2010 and 2011: Non Operating Income rose 17.73% in 2010, then surged 54.07% in 2011.
- Over 3 years, Non Operating Income stood at -$49.7 million in 2009, then surged by 47.48% to -$26.1 million in 2010, then increased by 22.22% to -$20.3 million in 2011.
- The last three Non Operating Income figures came in at -$20.3 million (Q1 2011), -$26.1 million (Q4 2010), and -$46.4 million (Q3 2010), per Business Quant data.
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 | Oshkosh | 8.53 Bn | 8.13 Bn | 480.30 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | -20.30 Mn |
| Dec 31, 2010 | -26.10 Mn |
| Sep 30, 2010 | -46.40 Mn |
| Jun 30, 2010 | -42.30 Mn |
| Mar 31, 2010 | -44.20 Mn |
| Dec 31, 2009 | -49.70 Mn |
| Sep 30, 2009 | -56.40 Mn |
| Jun 30, 2009 | -58.70 Mn |
Oshkosh 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=OSK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "OSK", "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=OSK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();