Athene Holding Ltd. (ATH-PE) Acquisitions (2022 - 2024)
Athene Holding (ATH-PE) posted Acquisitions of $1.0 million for Q4 2024, down 66.67% on a QoQ basis from $3.0 million in Q3 2023.
Analysis
Athene Holding Ltd. (ATH-PE) Acquisitions (2022 - 2024) Analysis & Trends
Athene Holding has reported Acquisitions for 3 years, with the latest figure at $1.0 million in Q4 2024.
- On a quarterly basis, Acquisitions changed N/A year-over-year to $1.0 million in Q4 2024; TTM through Dec 2024 was $4.0 million, a 33.33% increase from a year earlier, with the FY2025 full-year figure at $18.0 million, up 1700.0% from the prior year.
- Acquisitions was $1.0 million for Q4 2024 at Athene Holding, down from $3.0 million in the prior quarter.
- The five-year high for Acquisitions was $393.0 million in Q1 2022, with the low at $1.0 million in Q4 2024.
- Average Acquisitions over 3 years is $132.3 million, with a median of $3.0 million recorded in 2023.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 1.00 Mn |
| Sep 30, 2023 | 3.00 Mn |
| Mar 31, 2022 | 393.00 Mn |
API Access
Athene Holding Ltd. 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=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();