GenFlat Holdings (GFLT) Profit After Tax (2019 - 2026)
GenFlat Holdings' (GFLT) quarterly Profit After Tax came in at -$886480.0 in Q1 2026, down 58.07% on a YoY basis from -$2.1 million in Q1 2025, and down 103.89% quarter-over-quarter from -$434780.0 in Q4 2025.
GenFlat Holdings (GFLT) Profit After Tax (2019 - 2026) Analysis & Trends
GenFlat Holdings (GFLT) has reported Profit After Tax for 8 consecutive years, with -$886480.0 the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Profit After Tax fell 58.07% year-over-year to -$886480.0; the trailing twelve-month figure through Mar 2026 stood at -$3.4 million (up 5.9% YoY), and the FY2025 full-year result was -$4.7 million, down 282.39% from the prior year.
- Profit After Tax declined to -$886480.0 in Q1 2026 per GFLT's latest filing, from -$434780.0 in the prior quarter.
- Across five years, Profit After Tax topped out at -$31267.0 in Q2 2023 and bottomed at -$1.8 million in Q3 2024.
- Historically, Profit After Tax has averaged -$552945.1 across 5 years, with a median of -$467715.5 in 2023.
- The widest YoY moves for Profit After Tax: up 84.44% in 2022, down 1621.46% in 2022.
- Over 5 years, Profit After Tax stood at -$33210.0 in 2022, then plunged by 1407.53% to -$500651.0 in 2023, then slumped by 69.02% to -$846207.0 in 2024, then surged by 48.62% to -$434780.0 in 2025, then sank by 103.89% to -$886480.0 in 2026.
- According to Business Quant data, Profit After Tax over the past three periods registered -$886480.0, -$434780.0, and -$503593.0 for Q1 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (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 | 111.00 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 | 18.90 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 | -886,480.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -886,480.00 |
| Dec 31, 2025 | -434,780.00 |
| Sep 30, 2025 | -503,593.00 |
| Jun 30, 2025 | -1.54 Mn |
| Mar 31, 2025 | -560,826.00 |
| Dec 31, 2024 | -846,207.00 |
| Sep 30, 2024 | -1.77 Mn |
| Jun 30, 2024 | -398,387.00 |
| Mar 31, 2024 | -199,978.00 |
| Dec 31, 2023 | -500,651.00 |
| Sep 30, 2023 | -133,652.00 |
| May 31, 2023 | -31,267.00 |
| Nov 30, 2022 | -33,210.00 |
| Aug 31, 2022 | -32,578.00 |
| May 31, 2022 | -52,958.00 |
| Feb 28, 2022 | -926,042.00 |
| Nov 30, 2021 | -210,123.00 |
| Aug 31, 2021 | -175,620.00 |
| May 31, 2021 | -340,414.00 |
| Feb 28, 2021 | -53,794.00 |
GenFlat Holdings Profit After Tax 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=profit-after-tax&ticker=GFLT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=GFLT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();