Westinghouse Air Brake Technologies (WAB) Long-Term Investments (2010 - 2013)
Westinghouse Air Brake Technologies' (WAB) quarterly Long-Term Investments came in at -$4.1 billion in Q3 2013, down 25.7% on a YoY basis from -$5.5 billion in Q3 2012, and down 7.86% quarter-over-quarter from -$3.8 billion in Q2 2013.
Westinghouse Air Brake Technologies (WAB) Long-Term Investments (2010 - 2013) Analysis & Trends
Westinghouse Air Brake Technologies (WAB) has reported Long-Term Investments for 4 consecutive years, with -$4.1 billion the latest figure, recorded in Q3 2013.
- For the quarter ending Q3 2013, Long-Term Investments fell 25.7% year-over-year to -$4.1 billion; the trailing twelve-month figure through Sep 2013 stood at -$4.1 billion (down 25.7% YoY), and the FY2012 full-year result was -$3.4 billion, down 19.87% from the prior year.
- Long-Term Investments slipped to -$4.1 billion in Q3 2013 per WAB's latest filing, from -$3.8 billion in the prior quarter.
- Across five years, Long-Term Investments topped out at -$2.5 billion in Q4 2010 and bottomed at -$4.2 billion in Q3 2011.
- Historically, Long-Term Investments has averaged -$3.5 billion across 4 years, with a median of -$3.4 billion in 2012.
- The sharpest annual moves came in 2012 and 2013: Long-Term Investments grew 24.8% in 2012, then declined 25.7% in 2013.
- Over 4 years, Long-Term Investments stood at -$2.5 billion in 2010, then declined by 12.43% to -$2.9 billion in 2011, then decreased by 19.87% to -$3.4 billion in 2012, then fell by 19.75% to -$4.1 billion in 2013.
- According to Business Quant data, Long-Term Investments over the past three periods registered -$4.1 billion, -$3.8 billion, and -$3.7 billion for Q3 2013, Q2 2013, and Q1 2013 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (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 | 721.90 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 | 96.50 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 | -4.10 Bn |
| Jun 30, 2013 | -3.80 Bn |
| Mar 31, 2013 | -3.70 Bn |
| Dec 31, 2012 | -3.43 Bn |
| Sep 30, 2012 | -3.26 Bn |
| Jun 30, 2012 | -3.13 Bn |
| Mar 31, 2012 | -2.96 Bn |
| Dec 31, 2011 | -2.86 Bn |
| Sep 30, 2011 | -4.20 Bn |
| Jun 30, 2011 | -4.17 Bn |
| Dec 31, 2010 | -2.54 Bn |
Westinghouse Air Brake Technologies Long-Term Investments 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=long-term-investments&ticker=WAB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=WAB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();