FutureFuel (FF) Change in Taxes (2011 - 2013)
FutureFuel's (FF) quarterly Change in Taxes came in at -$1.1 million in Q4 2013, up 72.83% on a YoY basis from -$656153.9 in Q4 2012, and up 8.7% quarter-over-quarter from -$1.2 million in Q3 2013.
FutureFuel (FF) Change in Taxes (2011 - 2013) Analysis & Trends
FutureFuel (FF) has reported Change in Taxes for 3 consecutive years, with -$1.1 million the latest figure, recorded in Q4 2013.
- For the quarter ending Q4 2013, Change in Taxes rose 72.83% year-over-year to -$1.1 million; the trailing twelve-month figure through Dec 2013 stood at -$620000.0 (down 23.26% YoY), and the FY2013 full-year result was -$620000.0, down 23.26% from the prior year.
- Change in Taxes rose to -$1.1 million in Q4 2013 per FF's latest filing, from -$1.2 million in the prior quarter.
- Across five years, Change in Taxes topped out at $4.3 million in Q1 2013 and bottomed at -$4.2 million in Q4 2012.
- Historically, Change in Taxes has averaged $0.0 across 3 years, with a median of -$507500.0 in 2011.
- The widest YoY moves for Change in Taxes: up 84.86% in 2012, down 2179.83% in 2012.
- Over 3 years, Change in Taxes stood at -$3.4 million in 2011, then slipped by 21.06% to -$4.2 million in 2012, then soared by 72.83% to -$1.1 million in 2013.
- According to Business Quant data, Change in Taxes over the past three periods registered -$1.1 million, -$1.2 million, and -$2.5 million for Q4 2013, Q3 2013, and Q2 2013 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Corning | 137.52 Bn | 135.58 Bn | 1.63 Bn | - |
| 2 | Qnity Electronics | 26.13 Bn | 25.46 Bn | 666.00 Mn | -30.00 Mn |
| 3 | Ati | 25.40 Bn | 24.74 Bn | 309.80 Mn | - |
| 4 | International Flavors & Fragrances | 21.90 Bn | 21.36 Bn | 853.00 Mn | - |
| 5 | DuPont de Nemours | 17.80 Bn | 16.17 Bn | 639.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 | - |
| 9 | Newmarket | 8.17 Bn | 8.08 Bn | 242.43 Mn | - |
| 10 | FutureFuel | 232.04 Mn | 197.67 Mn | 15.02 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2013 | -1.13 Mn |
| Sep 30, 2013 | -1.24 Mn |
| Jun 30, 2013 | -2.53 Mn |
| Mar 31, 2013 | 4.29 Mn |
| Dec 31, 2012 | -4.17 Mn |
| Sep 30, 2012 | 2.95 Mn |
| Jun 30, 2012 | -2.48 Mn |
| Mar 31, 2012 | 3.20 Mn |
| Dec 31, 2011 | -3.45 Mn |
| Sep 30, 2011 | 2.72 Mn |
| Jun 30, 2011 | 119,000.00 |
| Mar 31, 2011 | 1.73 Mn |
FutureFuel Change in Taxes 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=change-in-taxes&ticker=FF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=FF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();