AXIA Energia (AXIAY) Capital Expenditures (2009 - 2025)
AXIA Energia's (AXIAY) quarterly Capital Expenditures came in at $31.5 million in Q4 2025, up 105.9% on a YoY basis from $15.3 million in Q4 2024, and up 113.38% quarter-over-quarter from -$235.1 million in Q3 2025.
AXIA Energia (AXIAY) Capital Expenditures (2009 - 2025) Analysis & Trends
AXIA Energia (AXIAY) has reported Capital Expenditures for 17 consecutive years, with $31.5 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Capital Expenditures rose 105.9% year-over-year to $31.5 million; the trailing twelve-month figure through Dec 2025 stood at -$370.8 million (up 71.38% YoY), and the FY2025 full-year result was -$383.1 million, up 28.16% from the prior year.
- Capital Expenditures grew to $31.5 million in Q4 2025 per AXIAY's latest filing, from -$235.1 million in the prior quarter.
- Across five years, Capital Expenditures topped out at $51.2 million in Q1 2021 and bottomed at -$780.3 million in Q4 2023.
- Historically, Capital Expenditures has averaged -$217.3 million across 5 years, with a median of -$194.5 million in 2021.
- The sharpest annual moves came in 2024 and 2025: Capital Expenditures sank 469594.17% in 2024, then surged 105.9% in 2025.
- Over 5 years, Capital Expenditures stood at -$194.5 million in 2021, then tumbled by 54.94% to -$301.4 million in 2022, then plunged by 158.87% to -$780.3 million in 2023, then surged by 31.65% to -$533.3 million in 2024, then soared by 105.9% to $31.5 million in 2025.
- According to Business Quant data, Capital Expenditures over the past three periods registered $31.5 million, -$235.1 million, and -$128.5 million for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Capex (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 689.00 Mn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | - |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 338.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | 139.00 Mn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -723.46 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | -1.33 Bn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | 94.09 Mn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | 84.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 138.02 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 31.45 Mn |
| Sep 30, 2025 | -235.13 Mn |
| Jun 30, 2025 | -128.52 Mn |
| Mar 31, 2025 | -38.64 Mn |
| Dec 31, 2024 | -533.33 Mn |
| Sep 30, 2024 | -337.35 Mn |
| Jun 30, 2024 | -291.24 Mn |
| Mar 31, 2024 | -133.87 Mn |
| Dec 31, 2023 | -780.27 Mn |
| Sep 30, 2023 | -452.21 Mn |
| Jun 30, 2023 | -263.74 Mn |
| Mar 31, 2023 | -28,501.45 |
| Dec 31, 2022 | -301.41 Mn |
| Jun 30, 2022 | -65.72 Mn |
| Mar 31, 2022 | -21.38 Mn |
| Dec 31, 2021 | -194.54 Mn |
| Mar 31, 2021 | 51.17 Mn |
| Dec 31, 2020 | -171.50 Mn |
| Dec 31, 2019 | -475.06 Mn |
| Dec 31, 2018 | -297.35 Mn |
AXIA Energia Capital Expenditures 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=capital-expenditures&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();