First Horizon Corp (FHN-PE) Divestments (2018 - 2019)
First Horizon's (FHN-PE) quarterly Divestments came in at $1.4 million in Q3 2019, up 105.22% quarter-over-quarter from -$27.6 million in Q1 2018.
First Horizon Corp (FHN-PE) Divestments (2018 - 2019) Analysis & Trends
First Horizon has disclosed Divestments across 2 years of filings, most recently posting $1.4 million for Q3 2019.
- In Q3 2019, Divestments changed N/A year-over-year to $1.4 million; the TTM figure through Dec 2019 stood at $1.4 million (up 105.22% YoY), while the FY2023 annual figure was $11.0 million, changed N/A from the prior year.
- Divestments came in at $1.4 million for Q3 2019 at First Horizon, up from -$27.6 million in the prior quarter.
- In the past five years, Divestments ranged from a high of $1.4 million in Q3 2019 to a low of -$27.6 million in Q1 2018.
Peer Comparison
First Horizon Corp Divestments 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=divestments&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();