AXIA Energia (AXIAY) Other Working Capital Changes (2009 - 2026)
AXIA Energia's (AXIAY) quarterly Other Working Capital Changes came in at -$393.3 million in Q2 2026, down 28.95% on a YoY basis from -$553.6 million in Q2 2025, and down 20.78% quarter-over-quarter from -$325.7 million in Q1 2026.
AXIA Energia (AXIAY) Other Working Capital Changes (2009 - 2026) Analysis & Trends
AXIA Energia (AXIAY) has reported Other Working Capital Changes for 18 consecutive years, with -$393.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Working Capital Changes fell 28.95% year-over-year to -$393.3 million; the trailing twelve-month figure through Jun 2026 stood at -$918.1 million (down 95.61% YoY), and the FY2024 full-year result was $294.9 million, up 999.7% from the prior year.
- Other Working Capital Changes retreated to -$393.3 million in Q2 2026 per AXIAY's latest filing, from -$325.7 million in the prior quarter.
- Across five years, Other Working Capital Changes topped out at $291312.4 in Q1 2025 and bottomed at -$642216.9 in Q1 2026.
- Historically, Other Working Capital Changes has averaged -$59227.8 across 4 years, with a median of -$15.74 in 2024.
- The sharpest annual moves came in 2022 and 2024: Other Working Capital Changes jumped 347.08% in 2022, then plunged 996.92% in 2024.
- Over 5 years, Other Working Capital Changes stood at $31.8 million in 2022, then slumped by 1092.68% to -$316.1 million in 2023, then soared by 193.3% to $294.9 million in 2024, then sank by 116.1% to -$47.5 million in 2025, then slumped by 728.23% to -$393.3 million in 2026.
- According to Business Quant data, Other Working Capital Changes over the past three periods registered -$393.3 million, -$325.7 million, and -$47.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
|---|---|
| Jun 30, 2026 | 669.79 |
| Jun 30, 2026 | 669.79 |
| Mar 31, 2026 | -642,216.94 |
| Mar 31, 2026 | -642,216.94 |
| Dec 31, 2025 | -31.35 |
| Dec 31, 2025 | -31.35 |
| Sep 30, 2025 | 141.87 |
| Sep 30, 2025 | 141.87 |
| Jun 30, 2025 | -54.93 |
| Jun 30, 2025 | -54.93 |
| Mar 31, 2025 | 291,312.45 |
| Mar 31, 2025 | 291,312.45 |
| Dec 31, 2024 | 137.83 |
| Dec 31, 2024 | 137.83 |
| Sep 30, 2024 | 102.61 |
| Sep 30, 2024 | 102.61 |
| Jun 30, 2024 | -0.14 |
| Jun 30, 2024 | -0.14 |
| Mar 31, 2024 | -179,983.45 |
| Mar 31, 2024 | -179,983.45 |
AXIA Energia Other Working Capital Changes 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=other-working-capital-changes&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();