Gatx (GATX) Other Non Operating Income (2009 - 2026)
Gatx's (GATX) quarterly Other Non Operating Income came in at -$900000.0 in Q1 2026, up 66.67% year-over-year from -$540000.0 in Q1 2025, and up 70.97% quarter-over-quarter from -$3.1 million in Q4 2025.
Gatx (GATX) Other Non Operating Income (2009 - 2026) Analysis & Trends
Gatx has disclosed Other Non Operating Income across 18 years of filings, most recently posting -$900000.0 for Q1 2026.
- In Q1 2026, Other Non Operating Income rose 66.67% year-over-year to -$900000.0; the TTM figure through Mar 2026 stood at $1.4 million (up 110.77% YoY), while the FY2025 annual figure was -$400000.0, up 95.79% from the prior year.
- Other Non Operating Income came in at -$900000.0 for Q1 2026 at Gatx, up from -$3.1 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $113.8 million in Q4 2022 to a low of -$11.3 million in Q2 2022.
- Average Other Non Operating Income over 5 years is $3.9 million, with a median of -$2.3 million recorded in 2023.
- The largest YoY upside for Other Non Operating Income was 822.22% in 2025 against a maximum downside of 321.43% in 2025.
- Over 5 years, Other Non Operating Income stood at $113.8 million in 2022, then plunged by 102.02% to -$2.3 million in 2023, then soared by 160.87% to $1.4 million in 2024, then tumbled by 321.43% to -$3.1 million in 2025, then surged by 70.97% to -$900000.0 in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$900000.0 in Q1 2026, -$3.1 million in Q4 2025, and $6.5 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
|---|---|
| Mar 31, 2026 | -900,000.00 |
| Dec 31, 2025 | -3.10 Mn |
| Sep 30, 2025 | 6.50 Mn |
| Jun 30, 2025 | -1.10 Mn |
| Mar 31, 2025 | -2.70 Mn |
| Dec 31, 2024 | 1.40 Mn |
| Sep 30, 2024 | -900,000.00 |
| Jun 30, 2024 | -10.80 Mn |
| Mar 31, 2024 | -4.50 Mn |
| Dec 31, 2023 | -2.30 Mn |
| Sep 30, 2023 | 2.00 Mn |
| Jun 30, 2023 | -4.90 Mn |
| Mar 31, 2023 | -4.00 Mn |
| Dec 31, 2022 | 113.80 Mn |
| Sep 30, 2022 | -8.30 Mn |
| Jun 30, 2022 | -11.30 Mn |
| Mar 31, 2022 | -2.00 Mn |
| Dec 31, 2021 | 107.50 Mn |
| Sep 30, 2021 | -2.40 Mn |
| Jun 30, 2021 | -8.10 Mn |
Gatx Other Non Operating 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=other-non-operating-income&ticker=GATX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-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=other-non-operating-income&ticker=GATX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();