First Horizon Corp (FHN-PE) Gains from Investment Securities (2009 - 2014)
First Horizon's (FHN-PE) quarterly Gains from Investment Securities came in at $17000.0 in Q4 2014, down 80.0% year-over-year from $85000.0 in Q4 2013, and up 189.47% quarter-over-quarter from -$19000.0 in Q3 2014.
First Horizon Corp (FHN-PE) Gains from Investment Securities (2009 - 2014) Analysis & Trends
First Horizon has disclosed Gains from Investment Securities across 6 years of filings, most recently posting $17000.0 for Q4 2014.
- In Q4 2014, Gains from Investment Securities fell 80.0% year-over-year to $17000.0; the TTM figure through Dec 2014 stood at -$1.2 million (up 93.82% YoY), while the FY2014 annual figure was -$1.2 million, up 93.82% from the prior year.
- Gains from Investment Securities came in at $17000.0 for Q4 2014 at First Horizon, up from -$19000.0 in the prior quarter.
- In the past five years, Gains from Investment Securities ranged from a high of $31.3 million in Q2 2010 to a low of -$26.7 million in Q4 2010.
- Average Gains from Investment Securities over 5 years is $2.8 million, with a median of $51000.0 recorded in 2013.
- Year-over-year, Gains from Investment Securities surged 5721.93% in 2011 and sank 525.74% in 2013.
- Over 5 years, Gains from Investment Securities stood at -$26.7 million in 2010, then soared by 111.6% to $3.1 million in 2011, then plunged by 82.79% to $534000.0 in 2012, then sank by 84.08% to $85000.0 in 2013, then sank by 80.0% to $17000.0 in 2014.
- Per Business Quant data, the three most recent Gains from Investment Securities figures were $17000.0 in Q4 2014, -$19000.0 in Q3 2014, and -$107000.0 in Q2 2014.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | 17,000.00 |
| Sep 30, 2014 | -19,000.00 |
| Jun 30, 2014 | -107,000.00 |
| Mar 31, 2014 | -1.14 Mn |
| Dec 31, 2013 | 85,000.00 |
| Sep 30, 2013 | -8.93 Mn |
| Jun 30, 2013 | -10.50 Mn |
| Mar 31, 2013 | -833,000.00 |
| Dec 31, 2012 | 534,000.00 |
| Sep 30, 2012 | 2.10 Mn |
| Jun 30, 2012 | 6.91 Mn |
| Mar 31, 2012 | -4.47 Mn |
| Dec 31, 2011 | 3.10 Mn |
| Sep 30, 2011 | 30.80 Mn |
| Jun 30, 2011 | 15.01 Mn |
| Mar 31, 2011 | -7.65 Mn |
| Dec 31, 2010 | -26.74 Mn |
| Sep 30, 2010 | 529,000.00 |
| Jun 30, 2010 | 31.32 Mn |
| Mar 31, 2010 | 26.04 Mn |
First Horizon Corp Gains from Investment Securities 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=gains-from-investment-securities&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();