Westinghouse Air Brake Technologies (WAB) Other Non Operating Income (2009 - 2015)
Westinghouse Air Brake Technologies' (WAB) quarterly Other Non Operating Income came in at -$1.5 million in Q2 2015, down 688.17% on a YoY basis from $262000.0 in Q2 2014, and up 35.63% quarter-over-quarter from -$2.4 million in Q1 2015.
Westinghouse Air Brake Technologies (WAB) Other Non Operating Income (2009 - 2015) Analysis & Trends
Westinghouse Air Brake Technologies (WAB) has reported Other Non Operating Income for 7 consecutive years, with -$1.5 million the latest figure, recorded in Q2 2015.
- For the quarter ending Q2 2015, Other Non Operating Income fell 688.17% year-over-year to -$1.5 million; the trailing twelve-month figure through Jun 2015 stood at -$7.5 million (down 344.11% YoY), and the FY2014 full-year result was -$2.4 million, up 30.38% from the prior year.
- Other Non Operating Income grew to -$1.5 million in Q2 2015 per WAB's latest filing, from -$2.4 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $1.4 million in Q2 2013 and bottomed at -$3.1 million in Q4 2014.
- Historically, Other Non Operating Income has averaged -$620833.3 across 5 years, with a median of -$551500.0 in 2012.
- The sharpest annual moves came in 2012 and 2015: Other Non Operating Income soared 3640.0% in 2012, then plunged 688.17% in 2015.
- Over 5 years, Other Non Operating Income stood at $20000.0 in 2011, then jumped by 3640.0% to $748000.0 in 2012, then slumped by 177.41% to -$579000.0 in 2013, then sank by 430.4% to -$3.1 million in 2014, then soared by 49.82% to -$1.5 million in 2015.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$1.5 million, -$2.4 million, and -$3.1 million for Q2 2015, Q1 2015, and Q4 2014 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn |
| 7 | FreightCar America | 240.12 Mn | 175.82 Mn | - |
| 8 | GenFlat Holdings | 32.89 Mn | 28.89 Mn | -32,922.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2015 | -1.54 Mn |
| Mar 31, 2015 | -2.39 Mn |
| Dec 31, 2014 | -3.07 Mn |
| Sep 30, 2014 | -455,000.00 |
| Jun 30, 2014 | 262,000.00 |
| Mar 31, 2014 | -361,000.00 |
| Dec 31, 2013 | -579,000.00 |
| Sep 30, 2013 | -1.00 Mn |
| Jun 30, 2013 | 1.41 Mn |
| Mar 31, 2013 | -927,000.00 |
| Dec 31, 2012 | 748,000.00 |
| Sep 30, 2012 | -1.47 Mn |
| Jun 30, 2012 | 631,000.00 |
| Mar 31, 2012 | -524,000.00 |
| Dec 31, 2011 | 20,000.00 |
| Sep 30, 2011 | -1.80 Mn |
| Jun 30, 2011 | -589,000.00 |
| Mar 31, 2011 | 460,000.00 |
| Dec 31, 2010 | -227,000.00 |
| Sep 30, 2010 | -1.05 Mn |
Westinghouse Air Brake Technologies Other 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=other-non-operating-income&ticker=WAB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "WAB", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-operating-income&ticker=WAB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();