GenFlat Holdings (GFLT) Other Non Operating Income (2021 - 2026)
GenFlat Holdings' (GFLT) quarterly Other Non Operating Income came in at -$6811.0 in Q1 2026, down 257.99% quarter-over-quarter from $4311.0 in Q3 2025.
GenFlat Holdings (GFLT) Other Non Operating Income (2021 - 2026) Analysis & Trends
GenFlat Holdings (GFLT) has reported Other Non Operating Income for 6 consecutive years, with -$6811.0 the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Other Non Operating Income changed N/A year-over-year to -$6811.0; the trailing twelve-month figure through Mar 2026 stood at -$2500.0 (down 220.51% YoY), and the FY2024 full-year result was $62.0, up 103.06% from the prior year.
- Other Non Operating Income eased to -$6811.0 in Q1 2026 per GFLT's latest filing, from $4311.0 in the prior quarter.
- Across five years, Other Non Operating Income topped out at $10570.0 in Q2 2022 and bottomed at -$7574.0 in Q1 2022.
- Historically, Other Non Operating Income has averaged -$495.64 across 5 years, with a median of -$173.0 in 2022.
- The sharpest annual moves came in 2022 and 2023: Other Non Operating Income jumped 2475.28% in 2022, then slumped 122.96% in 2023.
- Over 5 years, Other Non Operating Income stood at -$173.0 in 2022, then surged by 654.91% to $960.0 in 2023, then plunged by 181.25% to -$780.0 in 2024, then soared by 652.69% to $4311.0 in 2025, then plunged by 257.99% to -$6811.0 in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$6811.0, $4311.0, and -$780.0 for Q1 2026, Q3 2025, and Q2 2024 respectively.
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 | -6,811.00 |
| Sep 30, 2025 | 4,311.00 |
| Jun 30, 2024 | -780.00 |
| Mar 31, 2024 | 13.00 |
| Dec 31, 2023 | 960.00 |
| Sep 30, 2023 | -131.00 |
| May 31, 2023 | -2,427.00 |
| Nov 30, 2022 | -173.00 |
| Aug 31, 2022 | -3,410.00 |
| May 31, 2022 | 10,570.00 |
| Feb 28, 2022 | -7,574.00 |
| Nov 30, 2021 | -5,555.00 |
| Aug 31, 2021 | -5,468.00 |
| May 31, 2021 | -445.00 |
GenFlat Holdings 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=GFLT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-operating-income&ticker=GFLT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();