AXIA Energia (AXIAY) Depreciation & Amortization - Total (2009 - 2025)
AXIA Energia's (AXIAY) quarterly Depreciation & Amortization - Total came in at -$701.9 million in Q4 2025, down 27.02% on a YoY basis from -$961.8 million in Q4 2024, and down 3626.54% quarter-over-quarter from -$18.8 million in Q2 2025.
AXIA Energia (AXIAY) Depreciation & Amortization - Total (2009 - 2025) Analysis & Trends
AXIA Energia (AXIAY) has reported Depreciation & Amortization - Total for 17 consecutive years, with -$701.9 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Depreciation & Amortization - Total fell 27.02% year-over-year to -$701.9 million; the trailing twelve-month figure through Dec 2025 stood at -$1.3 billion (down 62.78% YoY), and the FY2021 full-year result was -$320.5 million, up 2.35% from the prior year.
- Depreciation & Amortization - Total fell to -$701.9 million in Q4 2025 per AXIAY's latest filing, from -$18.8 million in the prior quarter.
- Across five years, Depreciation & Amortization - Total topped out at -$18.8 million in Q2 2025 and bottomed at -$701.9 million in Q4 2025.
- Historically, Depreciation & Amortization - Total has averaged -$184.5 million across 5 years, with a median of -$149.8 million in 2021.
- The widest YoY moves for Depreciation & Amortization - Total: up 88.85% in 2024, down 1234.83% in 2024.
- Over 5 years, Depreciation & Amortization - Total stood at -$189.4 million in 2021, then plunged by 43.3% to -$271.4 million in 2022, then surged by 84.75% to -$41.4 million in 2023, then plunged by 1234.83% to -$552.6 million in 2024, then retreated by 27.02% to -$701.9 million in 2025.
- According to Business Quant data, Depreciation & Amortization - Total over the past three periods registered -$701.9 million, -$18.8 million, and -$552.6 million for Q4 2025, Q2 2025, and Q4 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Dep. & Amort. (Tot) (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 | -558.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 | 7.30 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -701.87 Mn |
| Jun 30, 2025 | -18.83 Mn |
| Dec 31, 2024 | -552.56 Mn |
| Jun 30, 2024 | -20.12 Mn |
| Dec 31, 2023 | -41.40 Mn |
| Jun 30, 2023 | -180.47 Mn |
| Mar 31, 2023 | -86.69 Mn |
| Dec 31, 2022 | -271.41 Mn |
| Sep 30, 2022 | -176.90 Mn |
| Jun 30, 2022 | -100.12 Mn |
| Mar 31, 2022 | -46.99 Mn |
| Dec 31, 2021 | -189.40 Mn |
| Sep 30, 2021 | -149.84 Mn |
| Jun 30, 2021 | -150.47 Mn |
| Mar 31, 2021 | -79.84 Mn |
| Dec 31, 2020 | -303.35 Mn |
| Sep 30, 2020 | -229.55 Mn |
| Jun 30, 2020 | -152.13 Mn |
| Mar 31, 2020 | -101.36 Mn |
| Dec 31, 2019 | -378.98 Mn |
AXIA Energia Depreciation & Amortization - Total 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=depreciation-and-amortization-total&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-total", "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=depreciation-and-amortization-total&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();