GenFlat Holdings (GFLT) Cash from Investing Activities (2021 - 2023)
GenFlat Holdings' (GFLT) quarterly Cash from Investing Activities came in at $8171.0 in Q2 2023, little changed on a YoY basis from $8172.0 in Q2 2022, and little changed quarter-over-quarter from $8172.0 in Q3 2022.
GenFlat Holdings (GFLT) Cash from Investing Activities (2021 - 2023) Analysis & Trends
GenFlat Holdings (GFLT) has reported Cash from Investing Activities for 3 consecutive years, with $8171.0 the latest figure, recorded in Q2 2023.
- For the quarter ending Q2 2023, Cash from Investing Activities changed 0.01% year-over-year to $8171.0; the trailing twelve-month figure through Mar 2024 stood at $8171.0 (changed N/A YoY), and the FY2023 full-year result was -$3713.0, changed N/A from the prior year.
- Cash from Investing Activities held at $8171.0 in Q2 2023 per GFLT's latest filing, from $8172.0 in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $8172.0 in Q2 2022 and bottomed at -$200000.0 in Q2 2021.
- Historically, Cash from Investing Activities has averaged -$27506.3 across 3 years, with a median of $6809.0 in 2022.
- The sharpest annual moves came in 2022 and 2023: Cash from Investing Activities soared 104.09% in 2022, then fell 0.01% in 2023.
- Over 3 years, Cash from Investing Activities stood at $5000.0 in 2021, then jumped by 63.44% to $8172.0 in 2022, then fell by 0.01% to $8171.0 in 2023.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered $8171.0, $8172.0, and $8172.0 for Q2 2023, Q3 2022, and Q2 2022 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | -55.00 Mn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | 45.50 Mn |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | -111.60 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | -96.02 Mn |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | -14.60 Mn |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | -3.56 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 |
|---|---|
| May 31, 2023 | 8,171.00 |
| Aug 31, 2022 | 8,172.00 |
| May 31, 2022 | 8,172.00 |
| Feb 28, 2022 | 5,447.00 |
| Nov 30, 2021 | 5,000.00 |
| May 31, 2021 | -200,000.00 |
GenFlat Holdings Cash from Investing Activities 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=cash-from-investing-activities&ticker=GFLT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=GFLT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();