AXIA Energia (AXIAY) Cash from Discontinued Operations (2009 - 2023)
AXIA Energia's (AXIAY) quarterly Cash from Discontinued Operations came in at $4.1 million in Q3 2023, down 99.52% on a YoY basis from $856.1 million in Q3 2022, and down 97.82% quarter-over-quarter from $188.2 million in Q2 2023.
AXIA Energia (AXIAY) Cash from Discontinued Operations (2009 - 2023) Analysis & Trends
AXIA Energia (AXIAY) has reported Cash from Discontinued Operations for 10 consecutive years, with $4.1 million the latest figure, recorded in Q3 2023.
- For the quarter ending Q3 2023, Cash from Discontinued Operations fell 99.52% year-over-year to $4.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 $192.3 million, up 134.78% from the prior year.
- Cash from Discontinued Operations retreated to $4.1 million in Q3 2023 per AXIAY's latest filing, from $188.2 million in the prior quarter.
- Across five years, Cash from Discontinued Operations topped out at $2.0 billion in Q3 2021 and bottomed at -$929.9 million in Q2 2021.
- Historically, Cash from Discontinued Operations has averaged -$29.4 million across 5 years, with a median of -$29.7 million in 2022.
- The sharpest annual moves came in 2021 and 2022: Cash from Discontinued Operations soared 310.45% in 2021, then tumbled 210911.03% in 2022.
- Over 5 years, Cash from Discontinued Operations stood at -$92.4 million in 2019, then soared by 100.07% to $63902.6 in 2020, then jumped by 310.45% to $262288.9 in 2021, then sank by 210911.03% to -$552.9 million in 2022, then jumped by 100.74% to $4.1 million in 2023.
- According to Business Quant data, Cash from Discontinued Operations over the past three periods registered $4.1 million, $188.2 million, and -$552.9 million for Q3 2023, Q2 2023, and Q4 2022 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discont. Ops (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 |
|---|---|
| Sep 30, 2023 | 4.10 Mn |
| Jun 30, 2023 | 188.20 Mn |
| Dec 31, 2022 | -552.93 Mn |
| Sep 30, 2022 | 856.10 Mn |
| Jun 30, 2022 | -628.55 Mn |
| Mar 31, 2022 | -29.70 Mn |
| Dec 31, 2021 | 262,288.88 |
| Sep 30, 2021 | 1.96 Bn |
| Jun 30, 2021 | -929.89 Mn |
| Mar 31, 2021 | -398.36 Mn |
| Dec 31, 2020 | 63,902.58 |
| Jun 30, 2020 | -305.57 Mn |
| Mar 31, 2020 | 222.90 Mn |
| Dec 31, 2019 | -92.35 Mn |
| Jun 30, 2019 | -736.58 Mn |
| Dec 31, 2018 | -143,570.18 Bn |
| Jun 30, 2018 | -292.52 Mn |
| Mar 31, 2018 | -214.71 Mn |
| Sep 30, 2017 | -1.09 Bn |
| Mar 31, 2012 | 616.26 Mn |
AXIA Energia Cash 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=cash-from-discontinued-operations&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-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=cash-from-discontinued-operations&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();