AXIA Energia (AXIAY) Interest Expenses (2009 - 2026)
AXIA Energia's (AXIAY) quarterly Interest Expenses came in at -$903.6 million in Q2 2026, down 5.61% on a YoY basis from -$957.3 million in Q2 2025, and down 108.98% quarter-over-quarter from -$432.4 million in Q1 2026.
AXIA Energia (AXIAY) Interest Expenses (2009 - 2026) Analysis & Trends
AXIA Energia (AXIAY) has reported Interest Expenses for 18 consecutive years, with -$903.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Interest Expenses fell 5.61% year-over-year to -$903.6 million; the trailing twelve-month figure through Jun 2026 stood at -$4.4 billion (down 0.64% YoY), and the FY2024 full-year result was $1.7 billion, down 15.49% from the prior year.
- Interest Expenses retreated to -$903.6 million in Q2 2026 per AXIAY's latest filing, from -$432.4 million in the prior quarter.
- Across five years, Interest Expenses topped out at -$37.8 million in Q1 2022 and bottomed at -$1.8 billion in Q4 2025.
- Historically, Interest Expenses has averaged -$708.9 million across 5 years, with a median of -$466.0 million in 2024.
- The sharpest annual moves came in 2022 and 2025: Interest Expenses jumped 37.24% in 2022, then plunged 1489.53% in 2025.
- Over 5 years, Interest Expenses stood at -$102.1 million in 2022, then dropped by 16.65% to -$119.1 million in 2023, then slumped by 1365.06% to -$1.7 billion in 2024, then dropped by 1.41% to -$1.8 billion in 2025, then jumped by 48.93% to -$903.6 million in 2026.
- According to Business Quant data, Interest Expenses over the past three periods registered -$903.6 million, -$432.4 million, and -$1.8 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int Expense (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 312.00 Mn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | -903.61 Mn |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 310.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | 214.00 Mn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -60.37 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | -658.00 Mn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | - |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 105.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 43.94 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | 45.76 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -903.61 Mn |
| Mar 31, 2026 | -432.40 Mn |
| Dec 31, 2025 | -1.77 Bn |
| Sep 30, 2025 | -1.31 Bn |
| Jun 30, 2025 | -855.61 Mn |
| Mar 31, 2025 | -420.55 Mn |
| Dec 31, 2024 | -1.74 Bn |
| Sep 30, 2024 | -1.36 Bn |
| Jun 30, 2024 | -53.83 Mn |
| Mar 31, 2024 | -499.56 Mn |
| Dec 31, 2023 | -119.10 Mn |
| Sep 30, 2023 | -1.59 Bn |
| Jun 30, 2023 | -84.70 Mn |
| Mar 31, 2023 | -59.49 Mn |
| Jun 30, 2022 | -102.09 Mn |
| Mar 31, 2022 | -37.79 Mn |
| Dec 31, 2021 | -369.20 Mn |
| Sep 30, 2021 | -215.04 Mn |
| Jun 30, 2021 | -45.41 Mn |
| Mar 31, 2021 | -60.22 Mn |
AXIA Energia Interest 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=interest-expenses&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-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=interest-expenses&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();