Athene Holding Ltd. (ATH-PE) Treasury Shares (2017 - 2025)
Athene Holding (ATH-PE) posted Treasury Shares of $600.0 million for Q2 2025, up 7400.0% on a QoQ basis from $8.0 million in Q4 2021.
Athene Holding Ltd. (ATH-PE) Treasury Shares (2017 - 2025) Analysis & Trends
Athene Holding has reported Treasury Shares for 6 years, with the latest figure at $600.0 million in Q2 2025.
- On a quarterly basis, Treasury Shares changed N/A year-over-year to $600.0 million in Q2 2025; TTM through Jun 2025 was $600.0 million, a N/A change from a year earlier, with the FY2021 full-year figure at $8.0 million, changed N/A from the prior year.
- Treasury Shares was $600.0 million for Q2 2025 at Athene Holding, up from $8.0 million in the prior quarter.
- The five-year high for Treasury Shares was $600.0 million in Q2 2025, with the low at $4.0 million in Q1 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 600.00 Mn |
| Jun 30, 2025 | 600.00 Mn |
| Dec 31, 2021 | 8.00 Mn |
| Dec 31, 2021 | 8.00 Mn |
| Sep 30, 2021 | 4.00 Mn |
| Sep 30, 2021 | 4.00 Mn |
| Jun 30, 2021 | 4.00 Mn |
| Jun 30, 2021 | 4.00 Mn |
| Mar 31, 2021 | 4.00 Mn |
| Mar 31, 2021 | 4.00 Mn |
| Sep 30, 2020 | 425.00 Mn |
| Sep 30, 2020 | 425.00 Mn |
| Jun 30, 2020 | 328.00 Mn |
| Jun 30, 2020 | 328.00 Mn |
| Mar 31, 2020 | 328.00 Mn |
| Mar 31, 2020 | 328.00 Mn |
| Sep 30, 2019 | 548.00 Mn |
| Sep 30, 2019 | 548.00 Mn |
| Jun 30, 2019 | 427.00 Mn |
| Jun 30, 2019 | 427.00 Mn |
Athene Holding Ltd. 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=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();