AXIA Energia (AXIAY) Other Operating Expenses (2009 - 2026)
AXIA Energia's (AXIAY) quarterly Other Operating Expenses came in at -$681.2 million in Q2 2026, down 67.86% on a YoY basis from -$2.1 billion in Q2 2025, and down 60.51% quarter-over-quarter from -$424.4 million in Q1 2026.
AXIA Energia (AXIAY) Other Operating Expenses (2009 - 2026) Analysis & Trends
AXIA Energia (AXIAY) has reported Other Operating Expenses for 18 consecutive years, with -$681.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Operating Expenses fell 67.86% year-over-year to -$681.2 million; the trailing twelve-month figure through Jun 2026 stood at -$4.6 billion (down 805.37% YoY), and the FY2025 full-year result was $85.1 million, up 262.37% from the prior year.
- Other Operating Expenses fell to -$681.2 million in Q2 2026 per AXIAY's latest filing, from -$424.4 million in the prior quarter.
- Across five years, Other Operating Expenses topped out at $1.8 billion in Q4 2024 and bottomed at -$2.0 billion in Q3 2025.
- Historically, Other Operating Expenses has averaged -$135.5 million across 5 years, with a median of -$218.7 million in 2025.
- The sharpest annual moves came in 2023 and 2025: Other Operating Expenses surged 504.54% in 2023, then sank 246.35% in 2025.
- Over 5 years, Other Operating Expenses stood at $852.6 million in 2022, then tumbled by 59.05% to $349.1 million in 2023, then jumped by 423.46% to $1.8 billion in 2024, then plunged by 183.41% to -$1.5 billion in 2025, then jumped by 55.31% to -$681.2 million in 2026.
- According to Business Quant data, Other Operating Expenses over the past three periods registered -$681.2 million, -$424.4 million, and -$1.5 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn |
| 2 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn |
| 3 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn |
| 4 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn |
| 5 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn |
| 6 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - |
| 7 | XPLR Infrastructure | 1.02 Bn | 8.39 Bn | 219.00 Mn |
| 8 | Eco Wave Power Global AB (publ) | 304.13 Mn | 295.80 Mn | - |
| 9 | Ellomay Capital | 288.03 Mn | 122.92 Mn | 3.55 Mn |
| 10 | Spruce Power Holding | 38.69 Mn | -40.33 Mn | 23.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -681.17 Mn |
| Mar 31, 2026 | -424.39 Mn |
| Dec 31, 2025 | -1.52 Bn |
| Sep 30, 2025 | -1.97 Bn |
| Jun 30, 2025 | -405.80 Mn |
| Mar 31, 2025 | -199.65 Mn |
| Dec 31, 2024 | 1.83 Bn |
| Sep 30, 2024 | -569.58 Mn |
| Jun 30, 2024 | -476.40 Mn |
| Mar 31, 2024 | -237.75 Mn |
| Dec 31, 2023 | 349.13 Mn |
| Sep 30, 2023 | 840.12 Mn |
| Jun 30, 2023 | 672.10 Mn |
| Mar 31, 2023 | 197.61 Mn |
| Dec 31, 2022 | 852.56 Mn |
| Sep 30, 2022 | -1.60 Bn |
| Jun 30, 2022 | 958.76 Mn |
| Mar 31, 2022 | -48.85 Mn |
| Dec 31, 2021 | -1.56 Bn |
| Sep 30, 2021 | 1.96 Bn |
AXIA Energia Other Operating Expenses 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-operating-expenses&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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-operating-expenses&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();