GenFlat Holdings (GFLT) Income from Continuing Operations (2019 - 2026)
GenFlat Holdings' (GFLT) quarterly Income from Continuing Operations came in at -$884172.0 in Q1 2026, down 57.6% on a YoY basis from -$2.1 million in Q1 2025, and down 103.36% quarter-over-quarter from -$434780.0 in Q4 2025.
GenFlat Holdings (GFLT) Income from Continuing Operations (2019 - 2026) Analysis & Trends
GenFlat Holdings (GFLT) has reported Income from Continuing Operations for 8 consecutive years, with -$884172.0 the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Income from Continuing Operations fell 57.6% year-over-year to -$884172.0; the trailing twelve-month figure through Mar 2026 stood at -$3.4 million (up 5.73% YoY), and the FY2025 full-year result was -$4.7 million, down 288.16% from the prior year.
- Income from Continuing Operations fell to -$884172.0 in Q1 2026 per GFLT's latest filing, from -$434780.0 in the prior quarter.
- Across five years, Income from Continuing Operations topped out at -$30174.0 in Q3 2022 and bottomed at -$1.8 million in Q3 2024.
- Historically, Income from Continuing Operations has averaged -$553323.0 across 5 years, with a median of -$468372.5 in 2023.
- The widest YoY moves for Income from Continuing Operations: up 84.14% in 2022, down 2926.93% in 2022.
- Over 5 years, Income from Continuing Operations stood at -$33332.0 in 2022, then plunged by 1405.96% to -$501965.0 in 2023, then plunged by 68.58% to -$846207.0 in 2024, then surged by 48.62% to -$434780.0 in 2025, then slumped by 103.36% to -$884172.0 in 2026.
- According to Business Quant data, Income from Continuing Operations over the past three periods registered -$884172.0, -$434780.0, and -$507904.0 for Q1 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | 396.00 Mn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | 73.80 Mn |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | 102.20 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | 105.66 Mn |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | 12.40 Mn |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | 3.12 Mn |
| 7 | FreightCar America | 240.12 Mn | 175.82 Mn | - | - |
| 8 | GenFlat Holdings | 32.89 Mn | 28.89 Mn | -32,922.00 | -884,172.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -884,172.00 |
| Dec 31, 2025 | -434,780.00 |
| Sep 30, 2025 | -507,904.00 |
| Jun 30, 2025 | -1.54 Mn |
| Mar 31, 2025 | -561,010.00 |
| Dec 31, 2024 | -846,207.00 |
| Sep 30, 2024 | -1.76 Mn |
| Jun 30, 2024 | -398,421.00 |
| Mar 31, 2024 | -200,431.00 |
| Dec 31, 2023 | -501,965.00 |
| Sep 30, 2023 | -133,652.00 |
| May 31, 2023 | -31,267.00 |
| Nov 30, 2022 | -33,332.00 |
| Aug 31, 2022 | -30,174.00 |
| May 31, 2022 | -70,268.00 |
| Feb 28, 2022 | -917,494.00 |
| Nov 30, 2021 | -210,123.00 |
| Aug 31, 2021 | -170,152.00 |
| May 31, 2021 | -342,946.00 |
| Feb 28, 2021 | -30,311.00 |
GenFlat Holdings Income from Continuing Operations 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-continuing-operations&ticker=GFLT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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-continuing-operations&ticker=GFLT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();