AXIA Energia (AXIAY) Share-based Compensation (2009 - 2023)
AXIA Energia's (AXIAY) quarterly Share-based Compensation came in at $169.5 million in Q3 2023, down 59.26% on a YoY basis from $416.1 million in Q3 2022, and up 76.69% quarter-over-quarter from $95.9 million in Q1 2023.
AXIA Energia (AXIAY) Share-based Compensation (2009 - 2023) Analysis & Trends
AXIA Energia (AXIAY) has reported Share-based Compensation for 15 consecutive years, with $169.5 million the latest figure, recorded in Q3 2023.
- For the quarter ending Q3 2023, Share-based Compensation fell 59.26% year-over-year to $169.5 million; the trailing twelve-month figure through Sep 2023 stood at -$161.6 million (down 127.62% YoY), and the FY2022 full-year result was -$82.9 million, down 129.28% from the prior year.
- Share-based Compensation climbed to $169.5 million in Q3 2023 per AXIAY's latest filing, from $95.9 million in the prior quarter.
- Across five years, Share-based Compensation topped out at $929.9 million in Q2 2019 and bottomed at -$843.1 million in Q4 2022.
- Historically, Share-based Compensation has averaged -$104.6 million across 5 years, with a median of -$227.3 million in 2020.
- The widest YoY moves for Share-based Compensation: up 235.87% in 2022, down 359.01% in 2022.
- Over 5 years, Share-based Compensation stood at $929.9 million in 2019, then sank by 127.43% to -$255.1 million in 2020, then jumped by 227.63% to $325.5 million in 2021, then slumped by 359.01% to -$843.1 million in 2022, then surged by 120.1% to $169.5 million in 2023.
- According to Business Quant data, Share-based Compensation over the past three periods registered $169.5 million, $95.9 million, and -$843.1 million for Q3 2023, Q1 2023, and Q4 2022 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | - |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | - |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 20.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | 159.00 Mn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | 4.94 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | - |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | 14.36 Mn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | - |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 6.24 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | 21.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2023 | 169.50 Mn |
| Mar 31, 2023 | 95.93 Mn |
| Dec 31, 2022 | -843.15 Mn |
| Sep 30, 2022 | 416.07 Mn |
| Mar 31, 2022 | 149.88 Mn |
| Dec 31, 2021 | 325.53 Mn |
| Sep 30, 2021 | -306.22 Mn |
| Jun 30, 2021 | -693.63 Mn |
| Mar 31, 2021 | 183.67 Mn |
| Dec 31, 2020 | -255.06 Mn |
| Sep 30, 2020 | -303.23 Mn |
| Jun 30, 2020 | -712.33 Mn |
| Mar 31, 2020 | -227.34 Mn |
| Jun 30, 2019 | 929.92 Mn |
| Mar 31, 2019 | -498.94 Mn |
| Dec 31, 2018 | -2.61 Bn |
| Jun 30, 2018 | 780.51 Mn |
| Mar 31, 2018 | -713.29 Mn |
| Sep 30, 2017 | -547.08 Mn |
| Jun 30, 2017 | 143.14 Mn |
AXIA Energia 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=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "ticker": "AXIAY", "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=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();