AXIA Energia (AXIAY) Non Operating Income (2009 - 2025)
AXIA Energia's (AXIAY) quarterly Non Operating Income came in at -$236307.2 in Q4 2025, up 57.6% on a YoY basis from -$149940.3 in Q4 2024, and up 57.6% quarter-over-quarter from -$557339.8 in Q4 2024.
AXIA Energia (AXIAY) Non Operating Income (2009 - 2025) Analysis & Trends
AXIA Energia (AXIAY) has reported Non Operating Income for 4 consecutive years, with -$236307.2 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Non Operating Income rose 57.6% year-over-year to -$236307.2; the trailing twelve-month figure through Dec 2025 stood at -$240.3 million (up 94.76% YoY), and the FY2024 full-year result was -$557339.8, changed N/A from the prior year.
- Non Operating Income grew to -$236307.2 in Q4 2025 per AXIAY's latest filing, from -$557339.8 in the prior quarter.
- Across five years, Non Operating Income topped out at -$236307.2 in Q4 2025 and bottomed at -$238.9 million in Q2 2022.
- Historically, Non Operating Income has averaged -$60.1 million across 3 years, with a median of -$553437.5 in 2022.
- The widest YoY moves for Non Operating Income: up 57.6% in 2025, down 57.6% in 2025.
- Over 3 years, Non Operating Income stood at -$238.9 million in 2022, then soared by 99.77% to -$557339.8 in 2024, then jumped by 57.6% to -$236307.2 in 2025.
- According to Business Quant data, Non Operating Income over the past three periods registered -$236307.2, -$557339.8, and -$238.9 million for Q4 2025, Q4 2024, and Q2 2022 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | -89.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 | -58.00 Mn |
| 8 | Eco Wave Power Global AB (publ) | 304.13 Mn | 295.80 Mn | - | -208,000.00 |
| 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 |
|---|---|
| Dec 31, 2025 | -236,307.24 |
| Dec 31, 2024 | -557,339.81 |
| Jun 30, 2022 | -238.91 Mn |
| Mar 31, 2022 | -549,535.14 |
| Dec 31, 2009 | -4.34 Bn |
| Sep 30, 2009 | 4.33 Mn |
| Mar 31, 2009 | 3.49 Mn |
AXIA Energia Non Operating Income 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=non-operating-income&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();