Gatx (GATX) Change in Account Payables (2009 - 2018)
Gatx's (GATX) quarterly Change in Account Payables came in at -$1.8 million in Q4 2018, down 124.66% year-over-year from $7.3 million in Q4 2017, and down 120.22% quarter-over-quarter from $8.9 million in Q3 2018.
Gatx (GATX) Change in Account Payables (2009 - 2018) Analysis & Trends
Gatx has disclosed Change in Account Payables across 10 years of filings, most recently posting -$1.8 million for Q4 2018.
- In Q4 2018, Change in Account Payables fell 124.66% year-over-year to -$1.8 million; the TTM figure through Mar 2019 stood at -$4.0 million (down 130.77% YoY), while the FY2018 annual figure was -$4.0 million, up 71.22% from the prior year.
- Change in Account Payables came in at -$1.8 million for Q4 2018 at Gatx, down from $8.9 million in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $19.7 million in Q4 2014 to a low of -$47.4 million in Q1 2015.
- Average Change in Account Payables over 5 years is -$2.3 million, with a median of $1.6 million recorded in 2017.
- Year-over-year, Change in Account Payables soared 236.67% in 2017 and slumped 793.75% in 2018.
- Over 5 years, Change in Account Payables stood at $19.7 million in 2014, then dropped by 29.95% to $13.8 million in 2015, then grew by 1.45% to $14.0 million in 2016, then tumbled by 47.86% to $7.3 million in 2017, then plunged by 124.66% to -$1.8 million in 2018.
- Per Business Quant data, the three most recent Change in Account Payables figures were -$1.8 million in Q4 2018, $8.9 million in Q3 2018, and -$11.1 million in Q2 2018.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (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 | 9.00 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 | 5.69 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 |
|---|---|
| Dec 31, 2018 | -1.80 Mn |
| Sep 30, 2018 | 8.90 Mn |
| Jun 30, 2018 | -11.10 Mn |
| Dec 31, 2017 | 7.30 Mn |
| Sep 30, 2017 | 4.10 Mn |
| Jun 30, 2017 | 1.60 Mn |
| Mar 31, 2017 | -26.90 Mn |
| Dec 31, 2016 | 14.00 Mn |
| Sep 30, 2016 | -3.00 Mn |
| Jun 30, 2016 | 13.10 Mn |
| Mar 31, 2016 | -21.10 Mn |
| Dec 31, 2015 | 13.80 Mn |
| Sep 30, 2015 | -4.80 Mn |
| Jun 30, 2015 | 14.20 Mn |
| Mar 31, 2015 | -47.40 Mn |
| Dec 31, 2014 | 19.70 Mn |
| Sep 30, 2014 | -2.90 Mn |
| Jun 30, 2014 | 17.80 Mn |
| Mar 31, 2014 | -39.80 Mn |
| Dec 31, 2013 | 23.70 Mn |
Gatx Change in Account Payables 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=change-in-account-payables&ticker=GATX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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=change-in-account-payables&ticker=GATX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();