Athene Holding Ltd. (ATH-PE) Share-based Compensation (2016 - 2018)
Athene Holding (ATH-PE) posted Share-based Compensation of -$9.0 million for Q4 2018, down 400.0% on a QoQ basis from $3.0 million in Q3 2018, and down 28.57% year-over-year from -$12.6 million in Q4 2017.
Athene Holding Ltd. (ATH-PE) Share-based Compensation (2016 - 2018) Analysis & Trends
Athene Holding has reported Share-based Compensation for 3 years, with the latest figure at -$9.0 million in Q4 2018.
- On a quarterly basis, Share-based Compensation fell 28.57% year-over-year to -$9.0 million in Q4 2018; TTM through Dec 2018 was $3.0 million, a 88.46% decrease from a year earlier, with the FY2019 full-year figure at $12.0 million, up 9.09% from the prior year.
- Share-based Compensation was -$9.0 million for Q4 2018 at Athene Holding, down from $3.0 million in the prior quarter.
- The five-year high for Share-based Compensation was $46.0 million in Q3 2016, with the low at -$15.0 million in Q1 2016.
- Average Share-based Compensation over 3 years is $9.2 million, with a median of $7.0 million recorded in 2017.
- The largest YoY upside for Share-based Compensation was 186.67% in 2017 against a maximum downside of 130.43% in 2017.
- Over 3 years, Share-based Compensation stood at $23.0 million in 2016, then slumped by 130.43% to -$7.0 million in 2017, then slipped by 28.57% to -$9.0 million in 2018.
- The last three Share-based Compensation figures came in at -$9.0 million (Q4 2018), $3.0 million (Q3 2018), and $2.0 million (Q2 2018), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2018 | -9.00 Mn |
| Sep 30, 2018 | 3.00 Mn |
| Jun 30, 2018 | 2.00 Mn |
| Mar 31, 2018 | 7.00 Mn |
| Dec 31, 2017 | -7.00 Mn |
| Sep 30, 2017 | 7.00 Mn |
| Jun 30, 2017 | 13.00 Mn |
| Mar 31, 2017 | 13.00 Mn |
| Dec 31, 2016 | 23.00 Mn |
| Sep 30, 2016 | 46.00 Mn |
| Jun 30, 2016 | 28.00 Mn |
| Mar 31, 2016 | -15.00 Mn |
Athene Holding Ltd. 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=ATH-PE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=ATH-PE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();