Gatx (GATX) Other Working Capital Changes (2009 - 2016)
Gatx's (GATX) quarterly Other Working Capital Changes came in at $4.2 million in Q3 2016, up 122.7% year-over-year from $1.9 million in Q4 2015, and up 566.67% quarter-over-quarter from -$900000.0 in Q2 2016.
Gatx (GATX) Other Working Capital Changes (2009 - 2016) Analysis & Trends
Gatx has disclosed Other Working Capital Changes across 7 years of filings, most recently posting $4.2 million for Q3 2016.
- In Q3 2016, Other Working Capital Changes rose 122.7% year-over-year to $4.2 million; the TTM figure through Sep 2016 stood at -$46.4 million (down 41.46% YoY), while the FY2010 annual figure was $2.1 million, down 67.19% from the prior year.
- Other Working Capital Changes came in at $4.2 million for Q3 2016 at Gatx, up from -$900000.0 in the prior quarter.
- In the past five years, Other Working Capital Changes ranged from a high of $1.9 million in Q3 2013 to a low of -$16.8 million in Q3 2010.
- Average Other Working Capital Changes over 4 years is -$1.6 million, with a median of -$700000.0 recorded in 2011.
- Year-over-year, Other Working Capital Changes soared 350.0% in 2014 and plunged 1633.33% in 2016.
- Over 4 years, Other Working Capital Changes stood at $34.1 million in 2013, then tumbled by 128.15% to -$9.6 million in 2014, then plunged by 92.71% to -$18.5 million in 2015, then jumped by 122.7% to $4.2 million in 2016.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were $4.2 million in Q3 2016, -$900000.0 in Q2 2016, and -$31.2 million in Q1 2016.
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 |
|---|---|
| Sep 30, 2016 | 4.20 Mn |
| Sep 30, 2016 | 4.20 Mn |
| Jun 30, 2016 | -900,000.00 |
| Jun 30, 2016 | -900,000.00 |
| Mar 31, 2016 | -31.20 Mn |
| Mar 31, 2016 | -31.20 Mn |
| Sep 30, 2015 | -18.50 Mn |
| Sep 30, 2015 | -18.50 Mn |
| Jun 30, 2015 | -2.90 Mn |
| Jun 30, 2015 | -2.90 Mn |
| Mar 31, 2015 | -1.80 Mn |
| Mar 31, 2015 | -1.80 Mn |
| Sep 30, 2014 | -9.60 Mn |
| Sep 30, 2014 | -9.60 Mn |
| Jun 30, 2014 | -17.90 Mn |
| Jun 30, 2014 | -17.90 Mn |
| Mar 31, 2014 | 1.00 Mn |
| Mar 31, 2014 | 1.00 Mn |
| Sep 30, 2013 | 34.10 Mn |
| Sep 30, 2013 | 34.10 Mn |
Gatx Other Working Capital Changes 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-working-capital-changes&ticker=GATX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "ticker": "GATX", "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-working-capital-changes&ticker=GATX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();