First Horizon Corp (FHN-PE) Treasury Shares (2015 - 2021)
First Horizon's (FHN-PE) quarterly Treasury Shares came in at $64.0 million in Q2 2021, up 6300.0% year-over-year from $1.0 million in Q2 2020, and up 3.23% quarter-over-quarter from $62.0 million in Q1 2021.
First Horizon Corp (FHN-PE) Treasury Shares (2015 - 2021) Analysis & Trends
First Horizon has disclosed Treasury Shares across 7 years of filings, most recently posting $64.0 million for Q2 2021.
- In Q2 2021, Treasury Shares rose 6300.0% year-over-year to $64.0 million; the TTM figure through Jun 2021 stood at $64.0 million (up 6300.0% YoY), while the FY2018 annual figure was $99.4 million, up 1689.7% from the prior year.
- Treasury Shares came in at $64.0 million for Q2 2021 at First Horizon, up from $62.0 million in the prior quarter.
- In the past five years, Treasury Shares ranged from a high of $99.4 million in Q4 2018 to a low of $1.0 million in Q2 2020.
- Average Treasury Shares over 5 years is $34.4 million, with a median of $28.9 million recorded in 2017.
- Year-over-year, Treasury Shares plunged 98.09% in 2020 and surged 6300.0% in 2021.
- Over 5 years, Treasury Shares stood at $5.6 million in 2017, then surged by 1689.7% to $99.4 million in 2018, then plunged by 47.46% to $52.2 million in 2019, then sank by 98.09% to $1.0 million in 2020, then surged by 6300.0% to $64.0 million in 2021.
- Per Business Quant data, the three most recent Treasury Shares figures were $64.0 million in Q2 2021, $62.0 million in Q1 2021, and $1.0 million in Q2 2020.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2021 | 64.00 Mn |
| Jun 30, 2021 | 64.00 Mn |
| Mar 31, 2021 | 62.00 Mn |
| Mar 31, 2021 | 62.00 Mn |
| Jun 30, 2020 | 1.00 Mn |
| Jun 30, 2020 | 1.00 Mn |
| Mar 31, 2020 | 2.00 Mn |
| Mar 31, 2020 | 2.00 Mn |
| Jun 30, 2019 | 52.22 Mn |
| Jun 30, 2019 | 52.22 Mn |
| Mar 31, 2019 | 53.44 Mn |
| Mar 31, 2019 | 53.44 Mn |
| Dec 31, 2018 | 99.40 Mn |
| Dec 31, 2018 | 99.40 Mn |
| Jun 30, 2018 | 2.61 Mn |
| Jun 30, 2018 | 2.61 Mn |
| Mar 31, 2018 | 2.19 Mn |
| Mar 31, 2018 | 2.19 Mn |
| Dec 31, 2017 | 5.55 Mn |
| Dec 31, 2017 | 5.55 Mn |
First Horizon Corp Treasury Shares 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=treasury-shares&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();