Gatx (GATX) Cash from Investing Activities (2009 - 2026)
Gatx's (GATX) quarterly Cash from Investing Activities came in at $45.5 million in Q2 2026, up 134.92% year-over-year from $19.4 million in Q2 2025, and up 101.04% quarter-over-quarter from -$4.4 billion in Q1 2026.
Gatx (GATX) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Gatx has disclosed Cash from Investing Activities across 18 years of filings, most recently posting $45.5 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 134.92% year-over-year to $45.5 million; the TTM figure through Jun 2026 stood at -$5.0 billion (down 358.58% YoY), while the FY2025 annual figure was -$1.0 billion, up 28.23% from the prior year.
- Cash from Investing Activities came in at $45.5 million for Q2 2026 at Gatx, up from -$4.4 billion in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $45.5 million in Q2 2026 to a low of -$4.4 billion in Q1 2026.
- Average Cash from Investing Activities over 5 years is -$502.2 million, with a median of -$304.3 million recorded in 2022.
- The largest YoY upside for Cash from Investing Activities was 134.92% in 2026 against a maximum downside of 1757.14% in 2026.
- Over 5 years, Cash from Investing Activities stood at -$467.0 million in 2022, then rose by 23.19% to -$358.7 million in 2023, then rose by 20.46% to -$285.3 million in 2024, then declined by 27.73% to -$364.4 million in 2025, then surged by 112.49% to $45.5 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were $45.5 million in Q2 2026, -$4.4 billion in Q1 2026, and -$364.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | -55.00 Mn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | 45.50 Mn |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | -111.60 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | -96.02 Mn |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | -14.60 Mn |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | -3.56 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, 2026 | 45.50 Mn |
| Mar 31, 2026 | -4.36 Bn |
| Dec 31, 2025 | -364.40 Mn |
| Sep 30, 2025 | -287.40 Mn |
| Jun 30, 2025 | -130.30 Mn |
| Mar 31, 2025 | -234.70 Mn |
| Dec 31, 2024 | -285.30 Mn |
| Sep 30, 2024 | -432.40 Mn |
| Jun 30, 2024 | -387.40 Mn |
| Mar 31, 2024 | -311.60 Mn |
| Dec 31, 2023 | -358.70 Mn |
| Sep 30, 2023 | -316.00 Mn |
| Jun 30, 2023 | -421.70 Mn |
| Mar 31, 2023 | -122.90 Mn |
| Dec 31, 2022 | -467.00 Mn |
| Sep 30, 2022 | -130.40 Mn |
| Jun 30, 2022 | -297.10 Mn |
| Mar 31, 2022 | -179.00 Mn |
| Dec 31, 2021 | -227.80 Mn |
| Sep 30, 2021 | -179.60 Mn |
Gatx Cash from Investing Activities 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=cash-from-investing-activities&ticker=GATX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=GATX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();