Greenbrier Companies (GBX) Income from Non-Controlling Interests (2010 - 2026)
Greenbrier Companies' (GBX) quarterly Income from Non-Controlling Interests came in at -$1.4 million in Q2 2026, down 118.92% year-over-year from $7.4 million in Q2 2025, and down 27.27% quarter-over-quarter from -$1.1 million in Q1 2026.
Greenbrier Companies (GBX) Income from Non-Controlling Interests (2010 - 2026) Analysis & Trends
Greenbrier Companies has disclosed Income from Non-Controlling Interests across 17 years of filings, most recently posting -$1.4 million for Q2 2026.
- In Q2 2026, Income from Non-Controlling Interests fell 118.92% year-over-year to -$1.4 million; the TTM figure through May 2026 stood at $1.9 million (down 79.35% YoY), while the FY2025 annual figure was $9.0 million, down 28.57% from the prior year.
- Income from Non-Controlling Interests came in at -$1.4 million for Q2 2026 at Greenbrier Companies, down from -$1.1 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $9.2 million in Q3 2022 to a low of -$5.7 million in Q1 2025.
- Average Income from Non-Controlling Interests over 5 years is $2.5 million, with a median of $3.6 million recorded in 2023.
- Year-over-year, Income from Non-Controlling Interests soared 1400.0% in 2022 and slumped 2950.0% in 2025.
- Over 5 years, Income from Non-Controlling Interests stood at -$600000.0 in 2022, then jumped by 433.33% to $2.0 million in 2023, then surged by 90.0% to $3.8 million in 2024, then tumbled by 76.32% to $900000.0 in 2025, then plunged by 255.56% to -$1.4 million in 2026.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were -$1.4 million in Q2 2026, -$1.1 million in Q1 2026, and $900000.0 in Q4 2025.
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 |
|---|---|
| May 31, 2026 | -1.40 Mn |
| Feb 28, 2026 | -1.10 Mn |
| Nov 30, 2025 | 900,000.00 |
| Aug 31, 2025 | 3.50 Mn |
| May 31, 2025 | 7.40 Mn |
| Feb 28, 2025 | -5.70 Mn |
| Nov 30, 2024 | 3.80 Mn |
| Aug 31, 2024 | 3.70 Mn |
| May 31, 2024 | 6.70 Mn |
| Feb 29, 2024 | 200,000.00 |
| Nov 30, 2023 | 2.00 Mn |
| Aug 31, 2023 | 4.60 Mn |
| May 31, 2023 | 5.40 Mn |
| Feb 28, 2023 | 3.70 Mn |
| Nov 30, 2022 | -600,000.00 |
| Aug 31, 2022 | 9.20 Mn |
| May 31, 2022 | 4.50 Mn |
| Feb 28, 2022 | -1.60 Mn |
| Nov 30, 2021 | -5.20 Mn |
| Aug 31, 2021 | 3.90 Mn |
Greenbrier Companies 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=GBX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "GBX", "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=GBX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();