AXIA Energia (AXIAY) Other financing activities (2009 - 2026)
AXIA Energia's (AXIAY) quarterly Other financing activities came in at -$215.2 million in Q2 2026, down 791.83% on a YoY basis from $31.1 million in Q2 2025, and down 67.47% quarter-over-quarter from -$128.5 million in Q1 2026.
AXIA Energia (AXIAY) Other financing activities (2009 - 2026) Analysis & Trends
AXIA Energia (AXIAY) has reported Other financing activities for 17 consecutive years, with -$215.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other financing activities fell 791.83% year-over-year to -$215.2 million; the trailing twelve-month figure through Jun 2026 stood at -$381.2 million (down 1414.39% YoY), and the FY2025 full-year result was -$178.5 million, changed N/A from the prior year.
- Other financing activities fell to -$215.2 million in Q2 2026 per AXIAY's latest filing, from -$128.5 million in the prior quarter.
- Across five years, Other financing activities topped out at -$1.0 million in Q1 2025 and bottomed at -$215.2 million in Q2 2026.
- Historically, Other financing activities has averaged -$61.9 million across 4 years, with a median of -$36.2 million in 2022.
- The sharpest annual moves came in 2023 and 2026: Other financing activities slumped 120.16% in 2023, then slumped 12321.43% in 2026.
- Over 4 years, Other financing activities stood at -$35.7 million in 2022, then declined by 3.06% to -$36.8 million in 2023, then declined by 1.72% to -$37.4 million in 2025, then slumped by 475.51% to -$215.2 million in 2026.
- According to Business Quant data, Other financing activities over the past three periods registered -$215.2 million, -$128.5 million, and -$37.4 million for Q2 2026, Q1 2026, and Q3 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 | -215.24 Mn |
| Mar 31, 2026 | -128.52 Mn |
| Sep 30, 2025 | -37.40 Mn |
| Jun 30, 2025 | -24.13 Mn |
| Mar 31, 2025 | -1.03 Mn |
| Mar 31, 2023 | -36.77 Mn |
| Jun 30, 2022 | -35.68 Mn |
| Mar 31, 2022 | -16.70 Mn |
| Dec 31, 2021 | -89.59 Mn |
| Mar 31, 2021 | -715,759.29 |
| Dec 31, 2020 | -15.27 Mn |
| Sep 30, 2020 | -2.65 Mn |
| Jun 30, 2020 | -8.41 Mn |
| Dec 31, 2019 | -4.68 Mn |
| Jun 30, 2019 | 20.92 Mn |
| Dec 31, 2018 | -39.18 Mn |
| Jun 30, 2018 | 2.94 Mn |
| Mar 31, 2018 | -17,631.30 |
| Sep 30, 2017 | 52.51 Mn |
| Jun 30, 2017 | 49.59 Mn |
AXIA Energia Other financing activities 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-financing-activities&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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-financing-activities&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();