First Horizon Corp (FHN-PE) Non Operating Investment Income (2018 - 2020)
First Horizon's (FHN-PE) quarterly Non Operating Investment Income came in at -$1.5 million in Q2 2020, down 572.47% year-over-year from $316000.0 in Q3 2019, and down 6072.0% quarter-over-quarter from $25000.0 in Q1 2020.
First Horizon Corp (FHN-PE) Non Operating Investment Income (2018 - 2020) Analysis & Trends
First Horizon has disclosed Non Operating Investment Income across 3 years of filings, most recently posting -$1.5 million for Q2 2020.
- In Q2 2020, Non Operating Investment Income fell 572.47% year-over-year to -$1.5 million; the TTM figure through Jun 2020 stood at -$1.4 million (down 100.64% YoY), while the FY2019 annual figure was $441000.0, down 99.79% from the prior year.
- Non Operating Investment Income came in at -$1.5 million for Q2 2020 at First Horizon, down from $25000.0 in the prior quarter.
- In the past five years, Non Operating Investment Income ranged from a high of $212.9 million in Q3 2018 to a low of -$1.5 million in Q2 2020.
- Average Non Operating Investment Income over 3 years is $21.2 million, with a median of $31000.0 recorded in 2018.
- Year-over-year, Non Operating Investment Income surged 919.35% in 2019 and slumped 572.47% in 2020.
- Over 3 years, Non Operating Investment Income stood at -$28000.0 in 2018, then soared by 89.29% to -$3000.0 in 2019, then plunged by 49666.67% to -$1.5 million in 2020.
- Per Business Quant data, the three most recent Non Operating Investment Income figures were -$1.5 million in Q2 2020, $25000.0 in Q1 2020, and -$3000.0 in Q4 2019.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2020 | -1.49 Mn |
| Mar 31, 2020 | 25,000.00 |
| Dec 31, 2019 | -3,000.00 |
| Sep 30, 2019 | 97,000.00 |
| Jun 30, 2019 | 316,000.00 |
| Mar 31, 2019 | 31,000.00 |
| Dec 31, 2018 | -28,000.00 |
| Sep 30, 2018 | 212.86 Mn |
| Jun 30, 2018 | 31,000.00 |
| Mar 31, 2018 | 34,000.00 |
First Horizon Corp Non Operating Investment 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=non-operating-investment-income&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-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=non-operating-investment-income&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();