First Horizon Corp (FHN-PE) Other Non Operating Income (2013 - 2021)
First Horizon's (FHN-PE) quarterly Other Non Operating Income came in at $22.0 million in Q4 2021, up 2100.0% year-over-year from $1.0 million in Q4 2020, and up 195.65% quarter-over-quarter from -$23.0 million in Q3 2021.
First Horizon Corp (FHN-PE) Other Non Operating Income (2013 - 2021) Analysis & Trends
First Horizon has disclosed Other Non Operating Income across 6 years of filings, most recently posting $22.0 million for Q4 2021.
- In Q4 2021, Other Non Operating Income rose 2100.0% year-over-year to $22.0 million; the TTM figure through Dec 2022 stood at -$1.0 million (down 100.19% YoY), while the FY2021 annual figure was -$1.0 million, down 100.19% from the prior year.
- Other Non Operating Income came in at $22.0 million for Q4 2021 at First Horizon, up from -$23.0 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $532.0 million in Q3 2020 to a low of -$23.0 million in Q3 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 22.00 Mn |
| Sep 30, 2021 | -23.00 Mn |
| Dec 31, 2020 | 1.00 Mn |
| Sep 30, 2020 | 532.00 Mn |
| Dec 31, 2016 | 12.50 Mn |
| Dec 31, 2015 | -1,000.00 |
| Sep 30, 2015 | 5.79 Mn |
| Dec 31, 2014 | 184,000.00 |
| Mar 31, 2014 | -4.35 Mn |
| Dec 31, 2013 | -13.31 Mn |
First Horizon Corp Other Non 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=other-non-operating-income&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-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=other-non-operating-income&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();