Gatx (GATX) Income from Non-Controlling Interests (2011 - 2026)
Gatx's (GATX) quarterly Income from Non-Controlling Interests came in at -$5.0 million in Q1 2026, down 1350.0% quarter-over-quarter from $400000.0 in Q2 2021.
Gatx (GATX) Income from Non-Controlling Interests (2011 - 2026) Analysis & Trends
Gatx has disclosed Income from Non-Controlling Interests across 12 years of filings, most recently posting -$5.0 million for Q1 2026.
- In Q1 2026, Income from Non-Controlling Interests changed N/A year-over-year to -$5.0 million; the TTM figure through Mar 2026 stood at -$4.5 million (changed N/A YoY), while the FY2020 annual figure was -$4.5 million, down 215.38% from the prior year.
- Income from Non-Controlling Interests came in at -$5.0 million for Q1 2026 at Gatx, down from $400000.0 in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of -$5.0 million in Q1 2026 to a low of -$5.0 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | 1.00 Mn |
| 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 | -1.40 Mn |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | 3,000.00 |
| 7 | FreightCar America | 240.12 Mn | 175.82 Mn | - | - |
| 8 | GenFlat Holdings | 32.89 Mn | 28.89 Mn | -32,922.00 | -7,201.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -5.00 Mn |
| Jun 30, 2021 | 400,000.00 |
| Mar 31, 2021 | 900,000.00 |
| Dec 31, 2020 | -800,000.00 |
| Sep 30, 2020 | 300,000.00 |
| Jun 30, 2020 | -3.30 Mn |
| Mar 31, 2020 | -700,000.00 |
| Dec 31, 2019 | 1.80 Mn |
| Sep 30, 2019 | -1.00 Mn |
| Jun 30, 2019 | 1.10 Mn |
| Mar 31, 2019 | 2.00 Mn |
| Dec 31, 2018 | 2.20 Mn |
| Sep 30, 2018 | 1.60 Mn |
| Jun 30, 2018 | 2.20 Mn |
| Mar 31, 2018 | -1.50 Mn |
| Dec 31, 2017 | 1.20 Mn |
| Sep 30, 2017 | 700,000.00 |
| Jun 30, 2017 | 2.10 Mn |
| Mar 31, 2017 | 800,000.00 |
| Dec 31, 2016 | 7.40 Mn |
Gatx Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=GATX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=GATX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();