AXIA Energia (AXIAY) Divestments (2011 - 2023)
AXIA Energia's (AXIAY) quarterly Divestments came in at $921.4 million in Q4 2023, up 382.44% quarter-over-quarter from $191.0 million in Q3 2023.
AXIA Energia (AXIAY) Divestments (2011 - 2023) Analysis & Trends
AXIA Energia (AXIAY) has reported Divestments for 10 consecutive years, with $921.4 million the latest figure, recorded in Q4 2023.
- For the quarter ending Q4 2023, Divestments changed N/A year-over-year to $921.4 million; the trailing twelve-month figure through Mar 2025 stood at $921.4 million (up 96.55% YoY), and the FY2023 full-year result was $192.3 million, up 1849.35% from the prior year.
- Divestments advanced to $921.4 million in Q4 2023 per AXIAY's latest filing, from $191.0 million in the prior quarter.
- Across five years, Divestments topped out at $921.4 million in Q4 2023 and bottomed at -$912.8 million in Q2 2022.
- Historically, Divestments has averaged -$172.5 million across 3 years, with a median of -$260.8 million in 2023.
- The sharpest annual moves came in 2019 and 2023: Divestments soared 119.45% in 2019, then grew 29.49% in 2023.
- Over 3 years, Divestments stood at $1.5 million in 2019, then sank by 59365.5% to -$912.8 million in 2022, then jumped by 200.95% to $921.4 million in 2023.
- According to Business Quant data, Divestments over the past three periods registered $921.4 million, $191.0 million, and -$643.6 million for Q4 2023, Q3 2023, and Q2 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (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 | - |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | - |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | - |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | - |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | - |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 3.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | - |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | 23.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 921.44 Mn |
| Sep 30, 2023 | 191.00 Mn |
| Jun 30, 2023 | -643.63 Mn |
| Mar 31, 2023 | -260.79 Mn |
| Jun 30, 2022 | -912.78 Mn |
| Mar 31, 2022 | -504.51 Mn |
| Dec 31, 2019 | 1.54 Mn |
| Dec 31, 2018 | -7.92 Mn |
| Jun 30, 2018 | -32.22 Mn |
| Sep 30, 2017 | 121.06 Mn |
| Jun 30, 2017 | 172.14 Mn |
| Mar 30, 2017 | 94.14 Mn |
| Dec 31, 2016 | -272.62 Mn |
| Mar 31, 2016 | 145.43 Mn |
| Sep 30, 2015 | 172.69 Mn |
| Mar 31, 2015 | 151.53 Mn |
| Dec 31, 2013 | 482.87 Mn |
| Dec 31, 2012 | -296.05 Mn |
| Dec 31, 2011 | -2.37 Bn |
AXIA Energia Divestments 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=divestments&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();