Gatx (GATX) Cash from Financing Activities (2009 - 2026)
Gatx's (GATX) quarterly Cash from Financing Activities came in at -$313.6 million in Q2 2026, down 771.11% year-over-year from $46.7 million in Q2 2025, and down 279.66% quarter-over-quarter from -$82.6 million in Q1 2026.
Gatx (GATX) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Gatx has disclosed Cash from Financing Activities across 18 years of filings, most recently posting -$313.6 million for Q2 2026.
- In Q2 2026, Cash from Financing Activities fell 771.11% year-over-year to -$313.6 million; the TTM figure through Jun 2026 stood at $4.1 billion (up 1055.55% YoY), while the FY2025 annual figure was $4.9 billion, up 541.77% from the prior year.
- Cash from Financing Activities came in at -$313.6 million for Q2 2026 at Gatx, down from -$82.6 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $4.5 billion in Q4 2025 to a low of -$313.6 million in Q2 2026.
- Average Cash from Financing Activities over 5 years is $370.4 million, with a median of $35.8 million recorded in 2023.
- Year-over-year, Cash from Financing Activities jumped 24339.78% in 2025 and slumped 771.11% in 2026.
- Over 5 years, Cash from Financing Activities stood at -$8.4 million in 2022, then soared by 5864.29% to $484.2 million in 2023, then tumbled by 103.84% to -$18.6 million in 2024, then jumped by 24339.78% to $4.5 billion in 2025, then slumped by 106.96% to -$313.6 million in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were -$313.6 million in Q2 2026, -$82.6 million in Q1 2026, and $4.5 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | -248.00 Mn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | -313.60 Mn |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | 60.00 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | -70.77 Mn |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | 500,000.00 |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | -12.49 Mn |
| 7 | FreightCar America | 240.12 Mn | 175.82 Mn | - | - |
| 8 | GenFlat Holdings | 32.89 Mn | 28.89 Mn | -32,922.00 | 5.96 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -313.60 Mn |
| Mar 31, 2026 | -82.60 Mn |
| Dec 31, 2025 | 4.51 Bn |
| Sep 30, 2025 | 10.60 Mn |
| Jun 30, 2025 | -36.00 Mn |
| Mar 31, 2025 | 461.60 Mn |
| Dec 31, 2024 | -18.60 Mn |
| Sep 30, 2024 | -50.20 Mn |
| Jun 30, 2024 | 594.30 Mn |
| Mar 31, 2024 | 245.00 Mn |
| Dec 31, 2023 | 484.20 Mn |
| Sep 30, 2023 | 61.00 Mn |
| Jun 30, 2023 | 397.20 Mn |
| Mar 31, 2023 | -98.30 Mn |
| Dec 31, 2022 | -8.40 Mn |
| Sep 30, 2022 | 413.80 Mn |
| Jun 30, 2022 | -286.60 Mn |
| Mar 31, 2022 | 385.60 Mn |
| Dec 31, 2021 | -160.70 Mn |
| Sep 30, 2021 | 187.50 Mn |
Gatx Cash from Financing 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-financing-activities&ticker=GATX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=GATX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();