Athene Holding Ltd. (ATH-PE) Goodwill (2022 - 2026)
Athene Holding (ATH-PE) posted Goodwill of $4.1 billion for Q2 2026, little changed on a QoQ basis from $4.1 billion in Q1 2026, and little changed year-over-year from $4.1 billion in Q2 2025.
Athene Holding Ltd. (ATH-PE) Goodwill (2022 - 2026) Analysis & Trends
Athene Holding has reported Goodwill for 5 years, with the latest figure at $4.1 billion in Q2 2026.
- On a quarterly basis, Goodwill changed 0.1% year-over-year to $4.1 billion in Q2 2026; TTM through Jun 2026 was $4.1 billion, a 0.1% change from a year earlier, with the FY2025 full-year figure at $4.1 billion, changed 0.22% from the prior year.
- Goodwill was $4.1 billion for Q2 2026 at Athene Holding, roughly flat from $4.1 billion in the prior quarter.
- The five-year high for Goodwill was $4.2 billion in Q1 2022, with the low at $4.1 billion in Q3 2022.
- Average Goodwill over 5 years is $4.1 billion, with a median of $4.1 billion recorded in 2023.
- The sharpest annual moves came in 2023 and 2026: Goodwill dropped 2.87% in 2023, then gained 0.3% in 2026.
- Over 5 years, Goodwill stood at $4.1 billion in 2022, then increased by 0.17% to $4.1 billion in 2023, then fell by 0.05% to $4.1 billion in 2024, then climbed by 0.22% to $4.1 billion in 2025, then advanced by 0.17% to $4.1 billion in 2026.
- The last three Goodwill figures came in at $4.1 billion (Q2 2026), $4.1 billion (Q1 2026), and $4.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.08 Bn |
| Mar 31, 2026 | 4.08 Bn |
| Dec 31, 2025 | 4.07 Bn |
| Sep 30, 2025 | 4.07 Bn |
| Jun 30, 2025 | 4.08 Bn |
| Mar 31, 2025 | 4.07 Bn |
| Dec 31, 2024 | 4.06 Bn |
| Sep 30, 2024 | 4.07 Bn |
| Jun 30, 2024 | 4.06 Bn |
| Mar 31, 2024 | 4.06 Bn |
| Dec 31, 2023 | 4.07 Bn |
| Sep 30, 2023 | 4.06 Bn |
| Jun 30, 2023 | 4.07 Bn |
| Mar 31, 2023 | 4.06 Bn |
| Dec 31, 2022 | 4.06 Bn |
| Sep 30, 2022 | 4.06 Bn |
| Jun 30, 2022 | 4.15 Bn |
| Mar 31, 2022 | 4.18 Bn |
Athene Holding Ltd. Goodwill 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=goodwill&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "goodwill", "ticker": "ATH-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=goodwill&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();