Gatx (GATX) Change in Accured Expenses (2009 - 2011)
Gatx's (GATX) quarterly Change in Accured Expenses came in at -$1.3 million in Q1 2011, up 13.33% year-over-year from -$1.1 million in Q1 2010, and up 7.14% quarter-over-quarter from -$1.4 million in Q4 2010.
Gatx (GATX) Change in Accured Expenses (2009 - 2011) Analysis & Trends
Gatx has disclosed Change in Accured Expenses across 3 years of filings, most recently posting -$1.3 million for Q1 2011.
- In Q1 2011, Change in Accured Expenses rose 13.33% year-over-year to -$1.3 million; the TTM figure through Mar 2011 stood at -$21.4 million (changed N/A YoY), while the FY2010 annual figure was -$21.6 million, up 56.8% from the prior year.
- Change in Accured Expenses came in at -$1.3 million for Q1 2011 at Gatx, up from -$1.4 million in the prior quarter.
- In the past five years, Change in Accured Expenses ranged from a high of -$1.3 million in Q1 2011 to a low of -$34.8 million in Q3 2009.
- Average Change in Accured Expenses over 3 years is -$9.1 million, with a median of -$1.9 million recorded in 2010.
- Year-over-year, Change in Accured Expenses surged 77.78% in 2010 and rose 13.33% in 2011.
- Over 3 years, Change in Accured Expenses stood at -$6.3 million in 2009, then surged by 77.78% to -$1.4 million in 2010, then climbed by 7.14% to -$1.3 million in 2011.
- Per Business Quant data, the three most recent Change in Accured Expenses figures were -$1.3 million in Q1 2011, -$1.4 million in Q4 2010, and -$16.8 million in Q3 2010.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Accured Exp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | -135.00 Mn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | - |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | 37.70 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | 4.74 Mn |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | -4.30 Mn |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | 3.62 Mn |
| 7 | FreightCar America | 240.12 Mn | 175.82 Mn | - | - |
| 8 | GenFlat Holdings | 32.89 Mn | 28.89 Mn | -32,922.00 | -134,665.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2011 | -1.30 Mn |
| Dec 31, 2010 | -1.40 Mn |
| Sep 30, 2010 | -16.80 Mn |
| Jun 30, 2010 | -1.90 Mn |
| Mar 31, 2010 | -1.50 Mn |
| Dec 31, 2009 | -6.30 Mn |
| Sep 30, 2009 | -34.80 Mn |
Gatx Change in Accured Expenses 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-accured-expenses&ticker=GATX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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-accured-expenses&ticker=GATX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();