GenFlat Holdings (GFLT) Income from Non-Controlling Interests (2023 - 2026)
GenFlat Holdings' (GFLT) quarterly Income from Non-Controlling Interests came in at -$7201.0 in Q1 2026, down 17.7% on a YoY basis from -$8749.9 in Q1 2025, and down 57.23% quarter-over-quarter from -$4580.0 in Q4 2025.
GenFlat Holdings (GFLT) Income from Non-Controlling Interests (2023 - 2026) Analysis & Trends
GenFlat Holdings (GFLT) has reported Income from Non-Controlling Interests for 4 consecutive years, with -$7201.0 the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Income from Non-Controlling Interests fell 17.7% year-over-year to -$7201.0; the trailing twelve-month figure through Mar 2026 stood at -$46616.0 (down 87.37% YoY), and the FY2025 full-year result was -$45512.0, down 148.9% from the prior year.
- Income from Non-Controlling Interests eased to -$7201.0 in Q1 2026 per GFLT's latest filing, from -$4580.0 in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at $1242.0 in Q4 2023 and bottomed at -$29643.0 in Q2 2025.
- Historically, Income from Non-Controlling Interests has averaged -$7828.6 across 4 years, with a median of -$5704.0 in 2024.
- The sharpest annual moves came in 2024 and 2025: Income from Non-Controlling Interests sank 525.93% in 2024, then grew 23.84% in 2025.
- Over 4 years, Income from Non-Controlling Interests stood at $1242.0 in 2023, then tumbled by 525.93% to -$5290.0 in 2024, then gained by 13.42% to -$4580.0 in 2025, then slumped by 57.23% to -$7201.0 in 2026.
- According to Business Quant data, Income from Non-Controlling Interests over the past three periods registered -$7201.0, -$4580.0, and -$5192.0 for Q1 2026, Q4 2025, and Q3 2025 respectively.
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 | -7,201.00 |
| Dec 31, 2025 | -4,580.00 |
| Sep 30, 2025 | -5,192.00 |
| Jun 30, 2025 | -29,643.00 |
| Mar 31, 2025 | -6,118.00 |
| Dec 31, 2024 | -5,290.00 |
| Sep 30, 2024 | -4,461.00 |
| Jun 30, 2024 | -9,010.00 |
| Mar 31, 2024 | -8,033.00 |
| Dec 31, 2023 | 1,242.00 |
GenFlat Holdings 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=GFLT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "GFLT", "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=GFLT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();