First Horizon Corp (FHN-PE) Acquisitions (2013 - 2018)
First Horizon's (FHN-PE) quarterly Acquisitions came in at -$17000.0 in Q4 2018, down 100.01% year-over-year from $212.7 million in Q4 2017, and down 100.01% quarter-over-quarter from $212.7 million in Q4 2017.
First Horizon Corp (FHN-PE) Acquisitions (2013 - 2018) Analysis & Trends
First Horizon has disclosed Acquisitions across 4 years of filings, most recently posting -$17000.0 for Q4 2018.
- In Q4 2018, Acquisitions fell 100.01% year-over-year to -$17000.0; the TTM figure through Dec 2019 stood at -$17000.0 (down 100.01% YoY), while the FY2020 annual figure was -$2.1 billion, changed N/A from the prior year.
- Acquisitions came in at -$17000.0 for Q4 2018 at First Horizon, down from $212.7 million in the prior quarter.
- In the past five years, Acquisitions ranged from a high of $413.4 million in Q4 2014 to a low of -$17000.0 in Q4 2018.
- Average Acquisitions over 3 years is $208.7 million, with a median of $212.7 million recorded in 2017.
- Year-over-year, Acquisitions jumped 17422.34% in 2014 and plunged 100.01% in 2018.
- Over 3 years, Acquisitions stood at $413.4 million in 2014, then slumped by 48.55% to $212.7 million in 2017, then slumped by 100.01% to -$17000.0 in 2018.
- Per Business Quant data, the three most recent Acquisitions figures were -$17000.0 in Q4 2018, $212.7 million in Q4 2017, and $413.4 million in Q4 2014.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2018 | -17,000.00 |
| Dec 31, 2017 | 212.66 Mn |
| Dec 31, 2014 | 413.35 Mn |
| Dec 31, 2013 | 2.36 Mn |
| Sep 30, 2013 | -3.94 Mn |
First Horizon Corp Acquisitions 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=acquisitions&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();