FutureFuel Corp. has paid 67 recorded cash distributions, spanning 2011 to 2026.
The highest single cash dividend paid by FutureFuel Corp. is $3.00. The latest distribution of $0.01 was recorded on Dec 18, 2026.
The most recently recorded trailing dividend yield for FutureFuel Corp. stands at 358.91%, peaking at 6,612.85% on Mar 14, 2025, and averaging — across the selected range.
View 67 recorded historical distributions for FutureFuel Corp., covering a time period spanning from 2011 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Dec 4, 2026 | $0.01 | Cash | Dec 18, 2026 |
| 2 | Sep 4, 2026 | $0.01 | Cash | Sep 18, 2026 |
| 3 | Jun 4, 2026 | $0.01 | Cash | Jun 18, 2026 |
| 4 | Mar 4, 2026 | $0.06 | Cash | Mar 18, 2026 |
| 5 | Dec 4, 2025 | $0.06 | Cash | Dec 18, 2025 |
| 6 | Sep 4, 2025 | $0.06 | Cash | Sep 18, 2025 |
| 7 | Jun 4, 2025 | $0.06 | Cash | Jun 18, 2025 |
| 8 | Mar 4, 2025 | $0.06 | Cash | Mar 18, 2025 |
| 9 | Dec 4, 2024 | $0.06 | Cash | Dec 18, 2024 |
| 10 | Sep 4, 2024 | $0.06 | Cash | Sep 18, 2024 |
| 11 | Jun 4, 2024 | $0.06 | Cash | Jun 18, 2024 |
| 12 | Apr 10, 2024 | $2.50 | Cash | Apr 9, 2024 |
| 13 | Mar 1, 2024 | $0.06 | Cash | Mar 18, 2024 |
| 14 | Nov 30, 2023 | $0.06 | Cash | Dec 15, 2023 |
| 15 | Aug 31, 2023 | $0.06 | Cash | Sep 15, 2023 |
| 16 | May 31, 2023 | $0.06 | Cash | Jun 15, 2023 |
| 17 | Feb 28, 2023 | $0.06 | Cash | Mar 15, 2023 |
| 18 | Nov 30, 2022 | $0.06 | Cash | Dec 15, 2022 |
| 19 | Aug 31, 2022 | $0.06 | Cash | Sep 15, 2022 |
| 20 | May 31, 2022 | $0.06 | Cash | Jun 15, 2022 |
Pull FutureFuel Corp.'s full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=FF&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "FF", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=FF&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();