First Horizon Corp (FHN-PE) Operating Income (2012 - 2017)
First Horizon's (FHN-PE) quarterly Operating Income came in at $84.6 million in Q1 2017, up 12.14% year-over-year from $75.4 million in Q1 2016, and up 5.18% quarter-over-quarter from $80.4 million in Q4 2016.
First Horizon Corp (FHN-PE) Operating Income (2012 - 2017) Analysis & Trends
First Horizon has disclosed Operating Income across 6 years of filings, most recently posting $84.6 million for Q1 2017.
- In Q1 2017, Operating Income rose 12.14% year-over-year to $84.6 million; the TTM figure through Mar 2017 stood at $350.0 million (up 27.08% YoY), while the FY2016 annual figure was $340.9 million, up 226.44% from the prior year.
- Operating Income came in at $84.6 million for Q1 2017 at First Horizon, up from $80.4 million in the prior quarter.
- In the past five years, Operating Income ranged from a high of $114.7 million in Q2 2014 to a low of -$135.2 million in Q3 2013.
- Average Operating Income over 5 years is $50.5 million, with a median of $68.9 million recorded in 2014.
- Year-over-year, Operating Income plunged 510.26% in 2013 and surged 178.9% in 2016.
- Over 5 years, Operating Income stood at $29.1 million in 2013, then jumped by 121.14% to $64.3 million in 2014, then decreased by 17.41% to $53.1 million in 2015, then surged by 51.44% to $80.4 million in 2016, then grew by 5.18% to $84.6 million in 2017.
- Per Business Quant data, the three most recent Operating Income figures were $84.6 million in Q1 2017, $80.4 million in Q4 2016, and $95.0 million in Q3 2016.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2017 | 84.58 Mn |
| Dec 31, 2016 | 80.41 Mn |
| Sep 30, 2016 | 95.02 Mn |
| Jun 30, 2016 | 90.03 Mn |
| Mar 31, 2016 | 75.43 Mn |
| Dec 31, 2015 | 53.10 Mn |
| Sep 30, 2015 | 71.26 Mn |
| Jun 30, 2015 | 75.67 Mn |
| Mar 31, 2015 | -95.59 Mn |
| Dec 31, 2014 | 64.29 Mn |
| Sep 30, 2014 | 66.56 Mn |
| Jun 30, 2014 | 114.70 Mn |
| Mar 31, 2014 | 68.93 Mn |
| Dec 31, 2013 | 29.07 Mn |
| Sep 30, 2013 | -135.19 Mn |
| Jun 30, 2013 | 59.54 Mn |
| Mar 31, 2013 | 61.21 Mn |
| Dec 31, 2012 | 29.66 Mn |
| Sep 30, 2012 | 32.95 Mn |
| Jun 30, 2012 | -211.41 Mn |
First Horizon Corp Operating Income 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=operating-income&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();