AXIA Energia (AXIAY) Income from Discontinued Operations (2016 - 2023)
AXIA Energia's (AXIAY) quarterly Income from Discontinued Operations came in at -$67.1 million in Q4 2023, up 67.17% on a YoY basis from -$40.1 million in Q4 2022, and up 1.43% quarter-over-quarter from -$68.0 million in Q3 2023.
AXIA Energia (AXIAY) Income from Discontinued Operations (2016 - 2023) Analysis & Trends
AXIA Energia (AXIAY) has reported Income from Discontinued Operations for 6 consecutive years, with -$67.1 million the latest figure, recorded in Q4 2023.
- For the quarter ending Q4 2023, Income from Discontinued Operations rose 67.17% year-over-year to -$67.1 million; the trailing twelve-month figure through Jun 2026 stood at -$0.0 (changed 0.0% YoY), and the FY2023 full-year result was -$67.1 million, down 135.75% from the prior year.
- Income from Discontinued Operations advanced to -$67.1 million in Q4 2023 per AXIAY's latest filing, from -$68.0 million in the prior quarter.
- Across five years, Income from Discontinued Operations topped out at $1.3 billion in Q2 2019 and bottomed at -$1.7 billion in Q4 2019.
- Historically, Income from Discontinued Operations has averaged $84.5 million across 4 years, with a median of -$8.8 million in 2021.
- The sharpest annual moves came in 2019 and 2022: Income from Discontinued Operations slumped 6231.08% in 2019, then jumped 2239.13% in 2022.
- Over 4 years, Income from Discontinued Operations stood at -$1.7 billion in 2019, then surged by 99.07% to -$15.3 million in 2021, then sank by 1236.88% to -$204.3 million in 2022, then jumped by 67.17% to -$67.1 million in 2023.
- According to Business Quant data, Income from Discontinued Operations over the past three periods registered -$67.1 million, -$68.0 million, and -$67.0 million for Q4 2023, Q3 2023, and Q2 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 | - |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | - |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | -67.07 Mn |
| Sep 30, 2023 | -68.04 Mn |
| Jun 30, 2023 | -67.04 Mn |
| Mar 31, 2023 | 213.75 Mn |
| Dec 31, 2022 | -204.28 Mn |
| Sep 30, 2022 | 188.40 Mn |
| Jun 30, 2022 | 201.39 Mn |
| Mar 31, 2022 | 16.77 Mn |
| Dec 31, 2021 | -15.28 Mn |
| Sep 30, 2021 | -8.81 Mn |
| Dec 31, 2019 | -1.65 Bn |
| Sep 30, 2019 | 1.27 Bn |
| Jun 30, 2019 | 1.29 Bn |
| Dec 31, 2018 | -26.06 Mn |
| Jun 30, 2018 | -276.81 Mn |
| Mar 31, 2018 | 8,401.33 |
| Dec 31, 2016 | -30.12 Mn |
AXIA Energia Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();