FutureFuel (FF) Depreciation & Amortization (CF) (2010 - 2021)
FutureFuel's (FF) quarterly Depreciation & Amortization (CF) came in at $2.6 million in Q1 2021, down 13.18% on a YoY basis from $3.0 million in Q1 2020, and little changed quarter-over-quarter from $2.6 million in Q4 2020.
FutureFuel (FF) Depreciation & Amortization (CF) (2010 - 2021) Analysis & Trends
FutureFuel (FF) has reported Depreciation & Amortization (CF) for 12 consecutive years, with $2.6 million the latest figure, recorded in Q1 2021.
- For the quarter ending Q1 2021, Depreciation & Amortization (CF) fell 13.18% year-over-year to $2.6 million; the trailing twelve-month figure through Dec 2021 stood at $2.6 million (down 53.43% YoY), and the FY2020 full-year result was $11.2 million, down 7.75% from the prior year.
- Depreciation & Amortization (CF) was little changed at $2.6 million in Q1 2021 per FF's latest filing, from $2.6 million in the prior quarter.
- Across five years, Depreciation & Amortization (CF) topped out at $3.6 million in Q3 2019 and bottomed at $2.6 million in Q4 2020.
- Historically, Depreciation & Amortization (CF) has averaged $2.9 million across 5 years, with a median of $2.9 million in 2017.
- The sharpest annual moves came in 2019 and 2020: Depreciation & Amortization (CF) advanced 21.07% in 2019, then slipped 13.32% in 2020.
- Over 5 years, Depreciation & Amortization (CF) stood at $2.9 million in 2017, then retreated by 6.36% to $2.7 million in 2018, then climbed by 9.91% to $3.0 million in 2019, then retreated by 13.32% to $2.6 million in 2020, then advanced by 0.46% to $2.6 million in 2021.
- According to Business Quant data, Depreciation & Amortization (CF) over the past three periods registered $2.6 million, $2.6 million, and $3.0 million for Q1 2021, Q4 2020, and Q1 2020 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Dep. & Amort. (Qtr) |
|---|---|---|---|---|---|
| 1 | Corning | 137.52 Bn | 135.58 Bn | 1.63 Bn | - |
| 2 | Qnity Electronics | 26.13 Bn | 25.46 Bn | 666.00 Mn | - |
| 3 | Ati | 25.40 Bn | 24.74 Bn | 309.80 Mn | 44.00 Mn |
| 4 | International Flavors & Fragrances | 21.90 Bn | 21.36 Bn | 853.00 Mn | 218.00 Mn |
| 5 | DuPont de Nemours | 17.80 Bn | 16.17 Bn | 639.00 Mn | 154.00 Mn |
| 6 | Avery Dennison | 13.06 Bn | 12.84 Bn | 729.40 Mn | - |
| 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 | 44.70 Mn |
| 9 | Newmarket | 8.17 Bn | 8.08 Bn | 242.43 Mn | 31.80 Mn |
| 10 | FutureFuel | 232.04 Mn | 197.67 Mn | 15.02 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2021 | 2.61 Mn |
| Dec 31, 2020 | 2.60 Mn |
| Mar 31, 2020 | 3.00 Mn |
| Dec 31, 2019 | 3.00 Mn |
| Sep 30, 2019 | 3.62 Mn |
| Jun 30, 2019 | 2.75 Mn |
| Mar 31, 2019 | 2.73 Mn |
| Dec 31, 2018 | 2.73 Mn |
| Sep 30, 2018 | 2.99 Mn |
| Jun 30, 2018 | 2.76 Mn |
| Mar 31, 2018 | 2.76 Mn |
| Dec 31, 2017 | 2.91 Mn |
| Sep 30, 2017 | 2.93 Mn |
| Jun 30, 2017 | 2.91 Mn |
| Mar 31, 2017 | 2.90 Mn |
| Dec 31, 2016 | 2.86 Mn |
| Sep 30, 2016 | 2.70 Mn |
| Jun 30, 2016 | 2.64 Mn |
| Mar 31, 2016 | 2.62 Mn |
| Dec 31, 2015 | 2.71 Mn |
FutureFuel Depreciation & Amortization (CF) 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=depreciation-and-amortization-cf&ticker=FF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "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=depreciation-and-amortization-cf&ticker=FF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();