GenFlat Holdings (GFLT) Other Operating Expenses (2019 - 2025)
GenFlat Holdings' (GFLT) quarterly Other Operating Expenses came in at $1.1 million in Q2 2025, up 926129.51% quarter-over-quarter from $122.0 in Q4 2022.
GenFlat Holdings (GFLT) Other Operating Expenses (2019 - 2025) Analysis & Trends
GenFlat Holdings (GFLT) has reported Other Operating Expenses for 5 consecutive years, with $1.1 million the latest figure, recorded in Q2 2025.
- For the quarter ending Q2 2025, Other Operating Expenses changed N/A year-over-year to $1.1 million; the trailing twelve-month figure through Mar 2026 stood at $1.1 million (changed N/A YoY), and the FY2025 full-year result was $1.1 million, changed N/A from the prior year.
- Other Operating Expenses grew to $1.1 million in Q2 2025 per GFLT's latest filing, from $122.0 in the prior quarter.
- Across five years, Other Operating Expenses topped out at $1.1 million in Q2 2025 and bottomed at -$2404.0 in Q3 2022.
- Historically, Other Operating Expenses has averaged $209031.2 across 3 years, with a median of $19940.5 in 2021.
- The sharpest annual moves came in 2021 and 2022: Other Operating Expenses soared 168.64% in 2021, then tumbled 80.01% in 2022.
- Over 3 years, Other Operating Expenses stood at $86588.0 in 2021, then slumped by 99.86% to $122.0 in 2022, then jumped by 926129.51% to $1.1 million in 2025.
- According to Business Quant data, Other Operating Expenses over the past three periods registered $1.1 million, $122.0, and -$2404.0 for Q2 2025, Q4 2022, and Q3 2022 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 |
|---|---|
| Jun 30, 2025 | 1.13 Mn |
| Nov 30, 2022 | 122.00 |
| Aug 31, 2022 | -2,404.00 |
| May 31, 2022 | 17,310.00 |
| May 31, 2021 | 86,588.00 |
| Feb 28, 2021 | 22,571.00 |
| Nov 30, 2020 | 39,393.00 |
| Aug 31, 2020 | 25,200.00 |
| May 31, 2020 | 32,232.00 |
| Nov 30, 2019 | 950.00 |
GenFlat Holdings Other Operating Expenses 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-operating-expenses&ticker=GFLT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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-operating-expenses&ticker=GFLT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();