GenFlat Holdings (GFLT) Gross Profit (2024 - 2026)
GenFlat Holdings' (GFLT) quarterly Gross Profit came in at -$32922.0 in Q1 2026, up 45.23% on a YoY basis from -$22668.7 in Q1 2025, and down 50.7% quarter-over-quarter from -$21846.0 in Q4 2025.
GenFlat Holdings (GFLT) Gross Profit (2024 - 2026) Analysis & Trends
GenFlat Holdings (GFLT) has reported Gross Profit for 3 consecutive years, with -$32922.0 the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Gross Profit rose 45.23% year-over-year to -$32922.0; the trailing twelve-month figure through Mar 2026 stood at -$80975.0 (up 74.81% YoY), and the FY2025 full-year result was -$169385.0, down 3.72% from the prior year.
- Gross Profit slipped to -$32922.0 in Q1 2026 per GFLT's latest filing, from -$21846.0 in the prior quarter.
- Across five years, Gross Profit topped out at -$11257.0 in Q2 2025 and bottomed at -$163306.0 in Q2 2024.
- Historically, Gross Profit has averaged -$50301.1 across 3 years, with a median of -$39111.0 in 2024.
- The sharpest annual moves came in 2025 and 2026: Gross Profit jumped 93.11% in 2025, then jumped 45.23% in 2026.
- Over 3 years, Gross Profit stood at -$52717.0 in 2024, then jumped by 58.56% to -$21846.0 in 2025, then slumped by 50.7% to -$32922.0 in 2026.
- According to Business Quant data, Gross Profit over the past three periods registered -$32922.0, -$21846.0, and -$14950.0 for Q1 2026, Q4 2025, and Q3 2025 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 | -32,922.00 |
| Dec 31, 2025 | -21,846.00 |
| Sep 30, 2025 | -14,950.00 |
| Jun 30, 2025 | -11,257.00 |
| Mar 31, 2025 | -60,111.00 |
| Dec 31, 2024 | -52,717.00 |
| Sep 30, 2024 | -45,300.00 |
| Jun 30, 2024 | -163,306.00 |
GenFlat Holdings Gross Profit 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=gross-profit&ticker=GFLT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-profit", "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=gross-profit&ticker=GFLT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();