First Horizon Corp (FHN-PE) Income from Discontinued Operations (2009 - 2013)
First Horizon's (FHN-PE) quarterly Income from Discontinued Operations came in at -$6000.0 in Q4 2013, up 50.0% year-over-year from -$4000.0 in Q4 2012, and down 104.88% quarter-over-quarter from $123000.0 in Q3 2013.
First Horizon Corp (FHN-PE) Income from Discontinued Operations (2009 - 2013) Analysis & Trends
First Horizon has disclosed Income from Discontinued Operations across 5 years of filings, most recently posting -$6000.0 for Q4 2013.
- In Q4 2013, Income from Discontinued Operations rose 50.0% year-over-year to -$6000.0; the TTM figure through Sep 2014 stood at -$6000.0 (down 101.11% YoY), while the FY2013 annual figure was $548000.0, up 270.27% from the prior year.
- Income from Discontinued Operations came in at -$6000.0 for Q4 2013 at First Horizon, down from $123000.0 in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $4.8 million in Q3 2011 to a low of -$10.2 million in Q3 2009.
- Average Income from Discontinued Operations over 5 years is -$709150.0, with a median of -$9000.0 recorded in 2012.
- Year-over-year, Income from Discontinued Operations plunged 992.13% in 2010 and soared 2745.74% in 2011.
- Over 5 years, Income from Discontinued Operations stood at -$1.7 million in 2009, then sank by 103.25% to -$3.4 million in 2010, then jumped by 78.14% to -$751000.0 in 2011, then surged by 98.4% to -$12000.0 in 2012, then surged by 50.0% to -$6000.0 in 2013.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were -$6000.0 in Q4 2013, $123000.0 in Q3 2013, and $1000.0 in Q2 2013.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2013 | -6,000.00 |
| Sep 30, 2013 | 123,000.00 |
| Jun 30, 2013 | 1,000.00 |
| Mar 31, 2013 | 430,000.00 |
| Dec 31, 2012 | -12,000.00 |
| Sep 30, 2012 | 108,000.00 |
| Jun 30, 2012 | 487,000.00 |
| Mar 31, 2012 | -435,000.00 |
| Dec 31, 2011 | -751,000.00 |
| Sep 30, 2011 | 4.83 Mn |
| Jun 30, 2011 | 3.67 Mn |
| Mar 31, 2011 | 960,000.00 |
| Dec 31, 2010 | -3.44 Mn |
| Sep 30, 2010 | -358,000.00 |
| Jun 30, 2010 | 129,000.00 |
| Mar 31, 2010 | -7.08 Mn |
| Dec 31, 2009 | -1.69 Mn |
| Sep 30, 2009 | -10.20 Mn |
| Jun 30, 2009 | -308,000.00 |
| Mar 31, 2009 | -648,000.00 |
First Horizon Corp Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "FHN-PE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-discontinued-operations&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();