First Horizon Corp (FHN-PE) Interest income - Investments (2013 - 2020)
First Horizon's (FHN-PE) quarterly Interest income - Investments came in at $1.1 million in Q2 2020, down 41.57% year-over-year from $1.8 million in Q3 2019, and down 6.46% quarter-over-quarter from $1.1 million in Q1 2020.
First Horizon Corp (FHN-PE) Interest income - Investments (2013 - 2020) Analysis & Trends
First Horizon has disclosed Interest income - Investments across 8 years of filings, most recently posting $1.1 million for Q2 2020.
- In Q2 2020, Interest income - Investments fell 41.57% year-over-year to $1.1 million; the TTM figure through Jun 2020 stood at $4.1 million (down 53.54% YoY), while the FY2025 annual figure was $1.0 billion, down 9.01% from the prior year.
- Interest income - Investments came in at $1.1 million for Q2 2020 at First Horizon, down from $1.1 million in the prior quarter.
- In the past five years, Interest income - Investments ranged from a high of $3.1 million in Q2 2018 to a low of -$3.0 million in Q4 2016.
- Average Interest income - Investments over 5 years is $1.0 million, with a median of $1.1 million recorded in 2020.
- Year-over-year, Interest income - Investments plunged 348.87% in 2016 and surged 329.44% in 2018.
- Over 5 years, Interest income - Investments stood at -$3.0 million in 2016, then climbed by 19.17% to -$2.4 million in 2017, then surged by 177.53% to $1.9 million in 2018, then slumped by 82.78% to $322000.0 in 2019, then jumped by 228.26% to $1.1 million in 2020.
- Per Business Quant data, the three most recent Interest income - Investments figures were $1.1 million in Q2 2020, $1.1 million in Q1 2020, and $322000.0 in Q4 2019.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2020 | 1.06 Mn |
| Mar 31, 2020 | 1.13 Mn |
| Dec 31, 2019 | 322,000.00 |
| Sep 30, 2019 | 1.56 Mn |
| Jun 30, 2019 | 1.81 Mn |
| Mar 31, 2019 | 2.31 Mn |
| Dec 31, 2018 | 1.87 Mn |
| Sep 30, 2018 | 2.76 Mn |
| Jun 30, 2018 | 3.12 Mn |
| Mar 31, 2018 | 2.25 Mn |
| Dec 31, 2017 | -2.41 Mn |
| Sep 30, 2017 | 642,000.00 |
| Jun 30, 2017 | 919,000.00 |
| Mar 31, 2017 | 851,000.00 |
| Dec 31, 2016 | -2.98 Mn |
| Sep 30, 2016 | 837,000.00 |
| Jun 30, 2016 | 996,000.00 |
| Mar 31, 2016 | 1.15 Mn |
| Dec 31, 2015 | 1.20 Mn |
| Sep 30, 2015 | 1.04 Mn |
First Horizon Corp Interest income - Investments 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=interest-income-investments&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-income-investments", "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=interest-income-investments&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();