Gatx (GATX) Interest & Investment Income (2009 - 2026)
Gatx's (GATX) quarterly Interest & Investment Income came in at -$143.0 million in Q2 2026, down 48.65% year-over-year from -$278.5 million in Q2 2025, and up 5.3% quarter-over-quarter from -$151.0 million in Q1 2026.
Gatx (GATX) Interest & Investment Income (2009 - 2026) Analysis & Trends
Gatx has disclosed Interest & Investment Income across 16 years of filings, most recently posting -$143.0 million for Q2 2026.
- In Q2 2026, Interest & Investment Income fell 48.65% year-over-year to -$143.0 million; the TTM figure through Jun 2026 stood at -$494.4 million (down 33.08% YoY), while the FY2025 annual figure was -$391.5 million, down 14.81% from the prior year.
- Interest & Investment Income came in at -$143.0 million for Q2 2026 at Gatx, up from -$151.0 million in the prior quarter.
- In the past five years, Interest & Investment Income ranged from a high of -$82.8 million in Q2 2024 to a low of -$151.0 million in Q1 2026.
- Average Interest & Investment Income over 3 years is -$105.4 million, with a median of -$96.2 million recorded in 2025.
- Year-over-year, Interest & Investment Income retreated 10.46% in 2025 and plunged 59.11% in 2026.
- Over 3 years, Interest & Investment Income stood at -$91.5 million in 2024, then slipped by 11.69% to -$102.2 million in 2025, then sank by 39.92% to -$143.0 million in 2026.
- Per Business Quant data, the three most recent Interest & Investment Income figures were -$143.0 million in Q2 2026, -$151.0 million in Q1 2026, and -$102.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (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 | -143.00 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 | -891,000.00 |
| 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 | -143.00 Mn |
| Mar 31, 2026 | -151.00 Mn |
| Dec 31, 2025 | -102.20 Mn |
| Sep 30, 2025 | -98.20 Mn |
| Jun 30, 2025 | -96.20 Mn |
| Mar 31, 2025 | -94.90 Mn |
| Dec 31, 2024 | -91.50 Mn |
| Sep 30, 2024 | -88.90 Mn |
| Jun 30, 2024 | -82.80 Mn |
| Mar 31, 2021 | 76.70 Mn |
| Dec 31, 2020 | 79.20 Mn |
| Jun 30, 2020 | 79.70 Mn |
| Mar 31, 2020 | 83.20 Mn |
| Dec 31, 2019 | 85.40 Mn |
| Jun 30, 2019 | 88.10 Mn |
| Mar 31, 2019 | 89.60 Mn |
| Dec 31, 2018 | 92.60 Mn |
| Jun 30, 2018 | 96.20 Mn |
| Mar 31, 2018 | 98.10 Mn |
| Jun 30, 2017 | 84.40 Mn |
Gatx Interest & Investment Income 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=interest-and-investment-income&ticker=GATX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=GATX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();