AXIA Energia (AXIAY) Operating Expenses (2009 - 2026)
AXIA Energia's (AXIAY) quarterly Operating Expenses came in at -$681.2 million in Q2 2026, down 60.41% on a YoY basis from -$1.7 billion in Q2 2025, and down 60.44% quarter-over-quarter from -$424.6 million in Q1 2026.
AXIA Energia (AXIAY) Operating Expenses (2009 - 2026) Analysis & Trends
AXIA Energia (AXIAY) has reported Operating Expenses for 18 consecutive years, with -$681.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Operating Expenses fell 60.41% year-over-year to -$681.2 million; the trailing twelve-month figure through Jun 2026 stood at -$5.3 billion (down 167.36% YoY), and the FY2025 full-year result was -$6.6 billion, down 43.58% from the prior year.
- Operating Expenses eased to -$681.2 million in Q2 2026 per AXIAY's latest filing, from -$424.6 million in the prior quarter.
- Across five years, Operating Expenses topped out at -$199.7 million in Q1 2025 and bottomed at -$2.6 billion in Q4 2022.
- Historically, Operating Expenses has averaged -$944.6 million across 5 years, with a median of -$609.1 million in 2024.
- The sharpest annual moves came in 2022 and 2023: Operating Expenses tumbled 346660.59% in 2022, then soared 76.11% in 2023.
- Over 5 years, Operating Expenses stood at -$2.6 billion in 2022, then soared by 40.95% to -$1.5 billion in 2023, then soared by 47.54% to -$790.1 million in 2024, then slumped by 181.76% to -$2.2 billion in 2025, then surged by 69.4% to -$681.2 million in 2026.
- According to Business Quant data, Operating Expenses over the past three periods registered -$681.2 million, -$424.6 million, and -$2.2 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Opex (Qtr) |
|---|---|---|---|---|---|
| 1 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | -681.17 Mn |
| 2 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -118.69 Mn |
| 3 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | 783.00 Mn |
| 4 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 365.00 Mn |
| 5 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 27.07 Mn |
| 6 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | 418.00 Mn |
| 7 | XPLR Infrastructure | 1.02 Bn | 8.39 Bn | 219.00 Mn | 304.00 Mn |
| 8 | Eco Wave Power Global AB (publ) | 304.13 Mn | 295.80 Mn | - | -769,000.00 |
| 9 | Ellomay Capital | 288.03 Mn | 122.92 Mn | 3.55 Mn | -5.55 Mn |
| 10 | Spruce Power Holding | 38.69 Mn | -40.33 Mn | 23.10 Mn | 20.57 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -681.17 Mn |
| Mar 31, 2026 | -424.56 Mn |
| Dec 31, 2025 | -2.23 Bn |
| Sep 30, 2025 | -1.97 Bn |
| Jun 30, 2025 | -424.63 Mn |
| Mar 31, 2025 | -199.74 Mn |
| Dec 31, 2024 | -790.11 Mn |
| Sep 30, 2024 | -569.58 Mn |
| Jun 30, 2024 | -496.52 Mn |
| Mar 31, 2024 | -237.80 Mn |
| Dec 31, 2023 | -1.51 Bn |
| Sep 30, 2023 | -648.71 Mn |
| Jun 30, 2023 | -312.14 Mn |
| Mar 31, 2023 | -328.41 Mn |
| Dec 31, 2022 | -2.55 Bn |
| Sep 30, 2022 | -1.77 Bn |
| Jun 30, 2022 | -1.31 Bn |
| Mar 31, 2022 | -554.34 Mn |
| Dec 31, 2021 | -415.35 Mn |
| Sep 30, 2021 | -2.80 Bn |
AXIA Energia 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=operating-expenses&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=operating-expenses&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();