FutureFuel (FF) Cash from Investing Activities (2010 - 2026)
FutureFuel's (FF) quarterly Cash from Investing Activities came in at -$6.3 million in Q2 2026, down 40.6% on a YoY basis from -$10.7 million in Q2 2025, and little changed quarter-over-quarter from -$6.3 million in Q1 2026.
FutureFuel (FF) Cash from Investing Activities (2010 - 2026) Analysis & Trends
FutureFuel (FF) has reported Cash from Investing Activities for 17 consecutive years, with -$6.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities fell 40.6% year-over-year to -$6.3 million; the trailing twelve-month figure through Jun 2026 stood at -$22.7 million (down 25.47% YoY), and the FY2025 full-year result was -$18.6 million, down 25.73% from the prior year.
- Cash from Investing Activities was little changed at -$6.3 million in Q2 2026 per FF's latest filing, from -$6.3 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $35.1 million in Q2 2023 and bottomed at -$7.3 million in Q3 2023.
- Historically, Cash from Investing Activities has averaged -$936333.3 across 5 years, with a median of -$3.8 million in 2024.
- The widest YoY moves for Cash from Investing Activities: up 1549.22% in 2023, down 460.06% in 2023.
- Over 5 years, Cash from Investing Activities stood at -$1.3 million in 2022, then soared by 349.32% to $3.3 million in 2023, then sank by 239.69% to -$4.6 million in 2024, then rose by 9.59% to -$4.2 million in 2025, then tumbled by 51.64% to -$6.3 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$6.3 million, -$6.3 million, and -$4.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Corning | 137.52 Bn | 135.58 Bn | 1.63 Bn | -359.00 Mn |
| 2 | Qnity Electronics | 26.13 Bn | 25.46 Bn | 666.00 Mn | -82.00 Mn |
| 3 | Ati | 25.40 Bn | 24.74 Bn | 309.80 Mn | -63.20 Mn |
| 4 | International Flavors & Fragrances | 21.90 Bn | 21.36 Bn | 853.00 Mn | -156.00 Mn |
| 5 | DuPont de Nemours | 17.80 Bn | 16.17 Bn | 639.00 Mn | 1.09 Bn |
| 6 | Avery Dennison | 13.06 Bn | 12.84 Bn | 729.40 Mn | -117.80 Mn |
| 7 | Solstice Advanced Materials | 9.35 Bn | 8.61 Bn | 370.00 Mn | -138.00 Mn |
| 8 | Element Solutions | 8.57 Bn | 8.40 Bn | 334.00 Mn | -29.40 Mn |
| 9 | Newmarket | 8.17 Bn | 8.08 Bn | 242.43 Mn | -27.38 Mn |
| 10 | FutureFuel | 232.04 Mn | 197.67 Mn | 15.02 Mn | -6.33 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.33 Mn |
| Mar 31, 2026 | -6.32 Mn |
| Dec 31, 2025 | -4.18 Mn |
| Sep 30, 2025 | -5.84 Mn |
| Jun 30, 2025 | -4.50 Mn |
| Mar 31, 2025 | -4.08 Mn |
| Dec 31, 2024 | -4.62 Mn |
| Sep 30, 2024 | -4.86 Mn |
| Jun 30, 2024 | -1.83 Mn |
| Mar 31, 2024 | -3.49 Mn |
| Dec 31, 2023 | 3.31 Mn |
| Sep 30, 2023 | -7.26 Mn |
| Jun 30, 2023 | 35.11 Mn |
| Mar 31, 2023 | 1.87 Mn |
| Dec 31, 2022 | -1.33 Mn |
| Sep 30, 2022 | -1.30 Mn |
| Jun 30, 2022 | 2.13 Mn |
| Mar 31, 2022 | -3.34 Mn |
| Dec 31, 2021 | -898,000.00 |
| Sep 30, 2021 | -357,000.00 |
FutureFuel 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=FF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "FF", "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=FF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();