AXIA Energia (AXIAY) Raw Materials (2009 - 2026)
AXIA Energia's (AXIAY) quarterly Raw Materials came in at -$10.9 million in Q2 2026, down 46.48% on a YoY basis from -$20.3 million in Q2 2025, and up 6.02% quarter-over-quarter from -$11.6 million in Q3 2025.
AXIA Energia (AXIAY) Raw Materials (2009 - 2026) Analysis & Trends
AXIA Energia (AXIAY) has reported Raw Materials for 13 consecutive years, with -$10.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Raw Materials fell 46.48% year-over-year to -$10.9 million; the trailing twelve-month figure through Jun 2026 stood at -$10.9 million (down 46.48% YoY), and the FY2016 full-year result was -$4.3 billion, changed N/A from the prior year.
- Raw Materials rose to -$10.9 million in Q2 2026 per AXIAY's latest filing, from -$11.6 million in the prior quarter.
- Across five years, Raw Materials topped out at -$7.4 million in Q2 2025 and bottomed at -$11.6 million in Q3 2025.
- Historically, Raw Materials has averaged -$10.3 million across 3 years, with a median of -$11.2 million in 2024.
- The sharpest annual moves came in 2025 and 2026: Raw Materials slipped 0.18% in 2025, then sank 46.48% in 2026.
- Over 3 years, Raw Materials stood at -$11.5 million in 2024, then dropped by 0.18% to -$11.6 million in 2025, then grew by 6.02% to -$10.9 million in 2026.
- According to Business Quant data, Raw Materials over the past three periods registered -$10.9 million, -$11.6 million, and -$7.4 million for Q2 2026, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn |
| 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 |
| 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 |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -10.87 Mn |
| Sep 30, 2025 | -11.56 Mn |
| Jun 30, 2025 | -7.42 Mn |
| Sep 30, 2024 | -11.54 Mn |
| Jun 30, 2018 | -3.17 Bn |
| Sep 30, 2017 | -3.36 Bn |
| Jun 30, 2017 | -6.24 Mn |
| Dec 31, 2016 | -4.29 Bn |
| Sep 30, 2016 | -3.77 Bn |
| Jun 30, 2016 | -673.13 Mn |
| Mar 31, 2015 | -21,611.20 |
| Dec 31, 2014 | 424,282.60 |
| Jun 30, 2014 | -66,004.44 |
| Mar 31, 2014 | -871,386.34 |
| Dec 31, 2013 | 574,469.44 |
| Mar 31, 2013 | -792,985.70 |
| Dec 31, 2012 | 530,943.59 |
| Sep 30, 2012 | -3.80 Mn |
| Jun 30, 2012 | -2.69 Mn |
| Mar 31, 2012 | -1.52 Mn |
AXIA Energia Raw Materials 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=raw-materials&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "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=raw-materials&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();