GenFlat Holdings (GFLT) Non Operating Income (2023 - 2026)
GenFlat Holdings' (GFLT) quarterly Non Operating Income came in at -$4782.0 in Q1 2026, down 506.08% on a YoY basis from $1177.6 in Q1 2025, and up 52.1% quarter-over-quarter from -$9984.0 in Q4 2025.
GenFlat Holdings (GFLT) Non Operating Income (2023 - 2026) Analysis & Trends
GenFlat Holdings (GFLT) has reported Non Operating Income for 4 consecutive years, with -$4782.0 the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Non Operating Income fell 506.08% year-over-year to -$4782.0; the trailing twelve-month figure through Mar 2026 stood at -$18525.0 (down 290.82% YoY), and the FY2025 full-year result was -$4540.0, down 7422.58% from the prior year.
- Non Operating Income climbed to -$4782.0 in Q1 2026 per GFLT's latest filing, from -$9984.0 in the prior quarter.
- Across five years, Non Operating Income topped out at $960.0 in Q4 2023 and bottomed at -$9984.0 in Q4 2025.
- Historically, Non Operating Income has averaged -$2229.2 across 4 years, with a median of -$1072.0 in 2024.
- The widest YoY moves for Non Operating Income: up 25.64% in 2025, down 6169.23% in 2025.
- Over 4 years, Non Operating Income stood at $960.0 in 2023, then sank by 289.17% to -$1816.0 in 2024, then slumped by 449.78% to -$9984.0 in 2025, then soared by 52.1% to -$4782.0 in 2026.
- According to Business Quant data, Non Operating Income over the past three periods registered -$4782.0, -$9984.0, and -$3179.0 for Q1 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | -2.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 | -65.80 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | 65.94 Mn |
| 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 | -4,782.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -4,782.00 |
| Dec 31, 2025 | -9,984.00 |
| Sep 30, 2025 | -3,179.00 |
| Jun 30, 2025 | -580.00 |
| Mar 31, 2025 | -789.00 |
| Dec 31, 2024 | -1,816.00 |
| Sep 30, 2024 | -1,355.00 |
| Jun 30, 2024 | -780.00 |
| Mar 31, 2024 | 13.00 |
| Dec 31, 2023 | 960.00 |
GenFlat Holdings 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=non-operating-income&ticker=GFLT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=GFLT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();