AXIA Energia (AXIAY) Construction in Progress (2009 - 2026)
AXIA Energia's (AXIAY) quarterly Construction in Progress came in at -$284.7 million in Q2 2026, up 69.7% quarter-over-quarter from -$939.5 million in Q4 2025.
AXIA Energia (AXIAY) Construction in Progress (2009 - 2026) Analysis & Trends
AXIA Energia (AXIAY) has reported Construction in Progress for 18 consecutive years, with -$284.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Construction in Progress changed N/A year-over-year to -$284.7 million; the trailing twelve-month figure through Jun 2026 stood at -$284.7 million (changed N/A YoY), and the FY2025 full-year result was -$939.5 million, down 27.37% from the prior year.
- Construction in Progress climbed to -$284.7 million in Q2 2026 per AXIAY's latest filing, from -$939.5 million in the prior quarter.
- Across five years, Construction in Progress topped out at -$37.4 million in Q1 2022 and bottomed at -$939.5 million in Q4 2025.
- Historically, Construction in Progress has averaged -$312.3 million across 5 years, with a median of -$222.2 million in 2025.
- The sharpest annual moves came in 2022 and 2023: Construction in Progress slipped 21.03% in 2022, then sank 105.25% in 2023.
- Over 5 years, Construction in Progress stood at -$319.1 million in 2022, then jumped by 33.29% to -$212.9 million in 2023, then sank by 246.55% to -$737.7 million in 2024, then slipped by 27.37% to -$939.5 million in 2025, then jumped by 69.7% to -$284.7 million in 2026.
- According to Business Quant data, Construction in Progress over the past three periods registered -$284.7 million, -$939.5 million, and -$231.6 million for Q2 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Construction in Progress (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 1.84 Bn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | -284.71 Mn |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | - |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | - |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | - |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | 6.92 Bn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | - |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | - |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | 975.43 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -284.71 Mn |
| Dec 31, 2025 | -939.52 Mn |
| Sep 30, 2025 | -231.62 Mn |
| Dec 31, 2024 | -737.66 Mn |
| Jun 30, 2023 | -212.86 Mn |
| Mar 31, 2023 | -76.68 Mn |
| Dec 31, 2022 | -319.09 Mn |
| Sep 30, 2022 | -178.43 Mn |
| Jun 30, 2022 | -104.59 Mn |
| Mar 31, 2022 | -37.36 Mn |
| Dec 31, 2021 | -250.11 Mn |
| Sep 30, 2021 | -147.42 Mn |
| Jun 30, 2021 | -77.34 Mn |
| Mar 31, 2021 | -27.22 Mn |
| Dec 31, 2020 | -179.01 Mn |
| Sep 30, 2020 | -107.31 Mn |
| Jun 30, 2020 | -64.97 Mn |
| Mar 31, 2020 | -43.16 Mn |
| Dec 31, 2019 | -222.41 Mn |
| Sep 30, 2019 | -136.31 Mn |
AXIA Energia Construction in Progress 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=construction-in-progress&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "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=construction-in-progress&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();