Westinghouse Air Brake Technologies (WAB) Equity Income (2010 - 2013)
Westinghouse Air Brake Technologies' (WAB) quarterly Equity Income came in at -$134.4 million in Q3 2013, down 5.32% on a YoY basis from -$141.9 million in Q3 2012, and up 3.54% quarter-over-quarter from -$139.3 million in Q2 2013.
Westinghouse Air Brake Technologies (WAB) Equity Income (2010 - 2013) Analysis & Trends
Westinghouse Air Brake Technologies (WAB) has reported Equity Income for 4 consecutive years, with -$134.4 million the latest figure, recorded in Q3 2013.
- For the quarter ending Q3 2013, Equity Income fell 5.32% year-over-year to -$134.4 million; the trailing twelve-month figure through Sep 2013 stood at -$469.6 million (down 7.12% YoY), and the FY2012 full-year result was -$443.0 million, down 25.5% from the prior year.
- Equity Income climbed to -$134.4 million in Q3 2013 per WAB's latest filing, from -$139.3 million in the prior quarter.
- Across five years, Equity Income topped out at -$63.2 million in Q3 2010 and bottomed at -$139.3 million in Q2 2013.
- Historically, Equity Income has averaged -$98.5 million across 4 years, with a median of -$102.8 million in 2011.
- The sharpest annual moves came in 2011 and 2013: Equity Income sank 64.48% in 2011, then fell 5.14% in 2013.
- Over 4 years, Equity Income stood at -$63.4 million in 2010, then dropped by 13.9% to -$72.2 million in 2011, then slipped by 6.34% to -$76.8 million in 2012, then sank by 75.02% to -$134.4 million in 2013.
- According to Business Quant data, Equity Income over the past three periods registered -$134.4 million, -$139.3 million, and -$119.1 million for Q3 2013, Q2 2013, and Q1 2013 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (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 | 37.20 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 | 5.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 |
|---|---|
| Sep 30, 2013 | -134.39 Mn |
| Jun 30, 2013 | -139.32 Mn |
| Mar 31, 2013 | -119.12 Mn |
| Dec 31, 2012 | -76.78 Mn |
| Sep 30, 2012 | -127.60 Mn |
| Jun 30, 2012 | -132.51 Mn |
| Mar 31, 2012 | -106.09 Mn |
| Dec 31, 2011 | -72.20 Mn |
| Sep 30, 2011 | -103.90 Mn |
| Jun 30, 2011 | -101.67 Mn |
| Mar 31, 2011 | -75.19 Mn |
| Dec 31, 2010 | -63.40 Mn |
| Sep 30, 2010 | -63.17 Mn |
| Jun 30, 2010 | -64.23 Mn |
Westinghouse Air Brake Technologies Equity 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=equity-income&ticker=WAB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-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=equity-income&ticker=WAB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();