Gatx (GATX) Divestments (2019 - 2021)
Gatx's (GATX) quarterly Divestments came in at $1.1 million in Q2 2021, down 99.56% year-over-year from $252.0 million in Q2 2020, and down 57.69% quarter-over-quarter from $2.6 million in Q3 2020.
Gatx (GATX) Divestments (2019 - 2021) Analysis & Trends
Gatx has disclosed Divestments across 3 years of filings, most recently posting $1.1 million for Q2 2021.
- In Q2 2021, Divestments fell 99.56% year-over-year to $1.1 million; the TTM figure through Dec 2021 stood at $1.1 million (down 99.54% YoY), while the FY2021 annual figure was $1.1 million, down 99.54% from the prior year.
- Divestments came in at $1.1 million for Q2 2021 at Gatx, down from $2.6 million in the prior quarter.
- In the past five years, Divestments ranged from a high of $252.0 million in Q2 2020 to a low of -$13.7 million in Q1 2020.
- Average Divestments over 3 years is $44.8 million, with a median of $1.8 million recorded in 2020.
- Year-over-year, Divestments jumped 966.67% in 2020 and plunged 99.56% in 2021.
- Over 3 years, Divestments stood at $26.8 million in 2019, then tumbled by 90.3% to $2.6 million in 2020, then sank by 57.69% to $1.1 million in 2021.
- Per Business Quant data, the three most recent Divestments figures were $1.1 million in Q2 2021, $2.6 million in Q3 2020, and $252.0 million in Q2 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (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 |
|---|---|
| Jun 30, 2021 | 1.10 Mn |
| Sep 30, 2020 | 2.60 Mn |
| Jun 30, 2020 | 252.00 Mn |
| Mar 31, 2020 | -13.70 Mn |
| Dec 31, 2019 | 26.80 Mn |
| Sep 30, 2019 | -300,000.00 |
Gatx Divestments 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=divestments&ticker=GATX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=GATX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();