Gatx (GATX) Short-Term Debt issuances (2009 - 2026)
Gatx's (GATX) quarterly Short-Term Debt issuances came in at -$2.3 million in Q2 2026, up 47.73% year-over-year from -$1.6 million in Q2 2025, and up 90.17% quarter-over-quarter from -$23.4 million in Q1 2026.
Gatx (GATX) Short-Term Debt issuances (2009 - 2026) Analysis & Trends
Gatx has disclosed Short-Term Debt issuances across 17 years of filings, most recently posting -$2.3 million for Q2 2026.
- In Q2 2026, Short-Term Debt issuances rose 47.73% year-over-year to -$2.3 million; the TTM figure through Jun 2026 stood at $44.9 million (up 22550.0% YoY), while the FY2025 annual figure was $70.4 million, changed N/A from the prior year.
- Short-Term Debt issuances came in at -$2.3 million for Q2 2026 at Gatx, up from -$23.4 million in the prior quarter.
- In the past five years, Short-Term Debt issuances ranged from a high of $105.5 million in Q3 2025 to a low of -$34.9 million in Q4 2025.
- Average Short-Term Debt issuances over 4 years is $2.7 million, with a median of -$1.4 million recorded in 2022.
- Year-over-year, Short-Term Debt issuances surged 225.0% in 2022 and slumped 657.14% in 2026.
- Over 4 years, Short-Term Debt issuances stood at -$700000.0 in 2022, then plunged by 200.0% to -$2.1 million in 2023, then slumped by 1561.9% to -$34.9 million in 2025, then jumped by 93.41% to -$2.3 million in 2026.
- Per Business Quant data, the three most recent Short-Term Debt issuances figures were -$2.3 million in Q2 2026, -$23.4 million in Q1 2026, and -$34.9 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | ST Debt Issuance (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 | -2.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 | 15.00 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, 2026 | -2.30 Mn |
| Mar 31, 2026 | -23.40 Mn |
| Dec 31, 2025 | -34.90 Mn |
| Sep 30, 2025 | 105.50 Mn |
| Jun 30, 2025 | -4.40 Mn |
| Mar 31, 2025 | 4.20 Mn |
| Dec 31, 2023 | -2.10 Mn |
| Sep 30, 2023 | 1.80 Mn |
| Jun 30, 2023 | -9.60 Mn |
| Mar 31, 2023 | 2.80 Mn |
| Dec 31, 2022 | -700,000.00 |
| Sep 30, 2022 | -2.70 Mn |
| Jun 30, 2022 | 2.50 Mn |
| Mar 31, 2022 | 900,000.00 |
| Dec 31, 2021 | -2.20 Mn |
| Sep 30, 2021 | 3.30 Mn |
| Jun 30, 2021 | -2.00 Mn |
| Mar 31, 2021 | -3.20 Mn |
| Dec 31, 2020 | 9.50 Mn |
| Sep 30, 2020 | 7.00 Mn |
Gatx Short-Term Debt issuances 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=short-term-debt-issuances&ticker=GATX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt-issuances", "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=short-term-debt-issuances&ticker=GATX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();