FutureFuel (FF) Property, Plant & Equipment (Net) Growth (3y) (2013 - 2026)
Analysis
FutureFuel (FF) Property, Plant & Equipment (Net) Growth (3y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Corning | 137.52 Bn | 135.58 Bn | 1.63 Bn | 0.56% |
| 2 | Qnity Electronics | 26.13 Bn | 25.46 Bn | 666.00 Mn | - |
| 3 | Ati | 25.40 Bn | 24.74 Bn | 309.80 Mn | 8.10% |
| 4 | International Flavors & Fragrances | 21.90 Bn | 21.36 Bn | 853.00 Mn | -14.18% |
| 5 | DuPont de Nemours | 17.80 Bn | 16.17 Bn | 639.00 Mn | -16.00% |
| 6 | Avery Dennison | 13.06 Bn | 12.84 Bn | 729.40 Mn | -0.04% |
| 7 | Solstice Advanced Materials | 9.35 Bn | 8.61 Bn | 370.00 Mn | - |
| 8 | Element Solutions | 8.57 Bn | 8.40 Bn | 334.00 Mn | 13.11% |
| 9 | Newmarket | 8.17 Bn | 8.08 Bn | 242.43 Mn | 6.51% |
| 10 | FutureFuel | 232.04 Mn | 197.67 Mn | 15.02 Mn | 7.28% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 7.28% |
| Mar 31, 2026 | 5.34% |
| Dec 31, 2025 | 4.10% |
| Sep 30, 2025 | 3.04% |
| Jun 30, 2025 | 2.25% |
| Mar 31, 2025 | -0.52% |
| Dec 31, 2024 | -1.79% |
| Sep 30, 2024 | -3.07% |
| Jun 30, 2024 | -5.17% |
| Mar 31, 2024 | -6.65% |
| Dec 31, 2023 | -7.39% |
| Sep 30, 2023 | -7.32% |
| Mar 31, 2023 | -7.43% |
| Dec 31, 2022 | -7.93% |
| Sep 30, 2022 | -7.89% |
| Jun 30, 2022 | -8.22% |
| Mar 31, 2022 | -7.63% |
| Dec 31, 2021 | -7.15% |
| Sep 30, 2021 | -6.82% |
| Jun 30, 2021 | -6.16% |
API Access
FutureFuel Property, Plant & Equipment (Net) Growth (3y) 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=property-plant-and-equipment-net-growth-3y&ticker=FF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-3y", "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=property-plant-and-equipment-net-growth-3y&ticker=FF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();