First Horizon Corp (FHN-PE) Share-based Compensation (2009 - 2026)
First Horizon's (FHN-PE) quarterly Share-based Compensation came in at $14.0 million in Q2 2026, down 6.67% year-over-year from $15.0 million in Q2 2025, and up 7.69% quarter-over-quarter from $13.0 million in Q1 2026.
First Horizon Corp (FHN-PE) Share-based Compensation (2009 - 2026) Analysis & Trends
First Horizon has disclosed Share-based Compensation across 18 years of filings, most recently posting $14.0 million for Q2 2026.
- In Q2 2026, Share-based Compensation fell 6.67% year-over-year to $14.0 million; the TTM figure through Jun 2026 stood at $55.0 million (down 9.84% YoY), while the FY2025 annual figure was $61.0 million, up 3.39% from the prior year.
- Share-based Compensation came in at $14.0 million for Q2 2026 at First Horizon, up from $13.0 million in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $22.0 million in Q4 2022 to a low of -$14.0 million in Q2 2023.
- Average Share-based Compensation over 5 years is $14.3 million, with a median of $15.0 million recorded in 2023.
- Year-over-year, Share-based Compensation tumbled 177.78% in 2023 and soared 192.86% in 2024.
- Over 5 years, Share-based Compensation stood at $22.0 million in 2022, then tumbled by 31.82% to $15.0 million in 2023, then changed by 0.0% to $15.0 million in 2024, then slipped by 13.33% to $13.0 million in 2025, then grew by 7.69% to $14.0 million in 2026.
- Per Business Quant data, the three most recent Share-based Compensation figures were $14.0 million in Q2 2026, $13.0 million in Q1 2026, and $13.0 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 14.00 Mn |
| Mar 31, 2026 | 13.00 Mn |
| Dec 31, 2025 | 13.00 Mn |
| Sep 30, 2025 | 15.00 Mn |
| Jun 30, 2025 | 15.00 Mn |
| Mar 31, 2025 | 18.00 Mn |
| Dec 31, 2024 | 15.00 Mn |
| Sep 30, 2024 | 13.00 Mn |
| Jun 30, 2024 | 13.00 Mn |
| Mar 31, 2024 | 18.00 Mn |
| Dec 31, 2023 | 15.00 Mn |
| Sep 30, 2023 | 13.00 Mn |
| Jun 30, 2023 | -14.00 Mn |
| Mar 31, 2023 | 22.00 Mn |
| Dec 31, 2022 | 22.00 Mn |
| Sep 30, 2022 | 21.00 Mn |
| Jun 30, 2022 | 18.00 Mn |
| Mar 31, 2022 | 14.00 Mn |
| Dec 31, 2021 | 12.00 Mn |
| Sep 30, 2021 | 10.00 Mn |
First Horizon Corp Share-based Compensation 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=share-based-compensation&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=FHN-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();