FutureFuel (FF) Cash from Financing Activities (2010 - 2026)
FutureFuel's (FF) quarterly Cash from Financing Activities came in at -$439000.0 in Q2 2026, up 83.3% on a YoY basis from -$239504.3 in Q2 2025, and up 83.32% quarter-over-quarter from -$2.6 million in Q1 2026.
FutureFuel (FF) Cash from Financing Activities (2010 - 2026) Analysis & Trends
FutureFuel (FF) has reported Cash from Financing Activities for 17 consecutive years, with -$439000.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities rose 83.3% year-over-year to -$439000.0; the trailing twelve-month figure through Jun 2026 stood at -$8.3 million (up 23.3% YoY), and the FY2025 full-year result was -$10.9 million, up 90.92% from the prior year.
- Cash from Financing Activities rose to -$439000.0 in Q2 2026 per FF's latest filing, from -$2.6 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at -$439000.0 in Q2 2026 and bottomed at -$112.0 million in Q2 2024.
- Historically, Cash from Financing Activities has averaged -$8.6 million across 5 years, with a median of -$2.6 million in 2022.
- The sharpest annual moves came in 2024 and 2025: Cash from Financing Activities slumped 4167.96% in 2024, then surged 97.65% in 2025.
- Over 5 years, Cash from Financing Activities stood at -$2.6 million in 2022, then changed by 0.0% to -$2.6 million in 2023, then changed by 0.0% to -$2.6 million in 2024, then retreated by 0.27% to -$2.6 million in 2025, then surged by 83.33% to -$439000.0 in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$439000.0, -$2.6 million, and -$2.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Corning | 137.52 Bn | 135.58 Bn | 1.63 Bn | -631.00 Mn |
| 2 | Qnity Electronics | 26.13 Bn | 25.46 Bn | 666.00 Mn | -50.00 Mn |
| 3 | Ati | 25.40 Bn | 24.74 Bn | 309.80 Mn | 312.20 Mn |
| 4 | International Flavors & Fragrances | 21.90 Bn | 21.36 Bn | 853.00 Mn | -264.00 Mn |
| 5 | DuPont de Nemours | 17.80 Bn | 16.17 Bn | 639.00 Mn | -381.00 Mn |
| 6 | Avery Dennison | 13.06 Bn | 12.84 Bn | 729.40 Mn | -319.00 Mn |
| 7 | Solstice Advanced Materials | 9.35 Bn | 8.61 Bn | 370.00 Mn | -16.00 Mn |
| 8 | Element Solutions | 8.57 Bn | 8.40 Bn | 334.00 Mn | -57.40 Mn |
| 9 | Newmarket | 8.17 Bn | 8.08 Bn | 242.43 Mn | -114.22 Mn |
| 10 | FutureFuel | 232.04 Mn | 197.67 Mn | 15.02 Mn | -439,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -439,000.00 |
| Mar 31, 2026 | -2.63 Mn |
| Dec 31, 2025 | -2.63 Mn |
| Sep 30, 2025 | -2.64 Mn |
| Jun 30, 2025 | -2.63 Mn |
| Mar 31, 2025 | -2.99 Mn |
| Dec 31, 2024 | -2.63 Mn |
| Sep 30, 2024 | -2.63 Mn |
| Jun 30, 2024 | -112.03 Mn |
| Mar 31, 2024 | -2.63 Mn |
| Dec 31, 2023 | -2.63 Mn |
| Sep 30, 2023 | -2.63 Mn |
| Jun 30, 2023 | -2.63 Mn |
| Mar 31, 2023 | -2.64 Mn |
| Dec 31, 2022 | -2.63 Mn |
| Sep 30, 2022 | -2.63 Mn |
| Jun 30, 2022 | -2.63 Mn |
| Mar 31, 2022 | -2.63 Mn |
| Dec 31, 2021 | -2.63 Mn |
| Sep 30, 2021 | -2.63 Mn |
FutureFuel Cash from Financing 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-financing-activities&ticker=FF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=FF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();