AXIA Energia (AXIAY) Treasury Shares (2009 - 2026)
AXIA Energia's (AXIAY) quarterly Treasury Shares came in at -$593.4 million in Q2 2026, down 3.61% quarter-over-quarter from -$572.7 million in Q1 2026.
AXIA Energia (AXIAY) Treasury Shares (2009 - 2026) Analysis & Trends
AXIA Energia (AXIAY) has reported Treasury Shares for 2 consecutive years, with $635878.1 the latest figure, recorded in Q4 2025.
- For the quarter ending Q2 2026, Treasury Shares changed N/A year-over-year to -$593.4 million; the trailing twelve-month figure through Jun 2026 stood at -$593.4 million (changed N/A YoY), and the FY2025 full-year result was -$562.9 million, down 47.16% from the prior year.
- Treasury Shares retreated to -$593.4 million in Q2 2026 per AXIAY's latest filing, from -$572.7 million in the prior quarter.
- Across five years, Treasury Shares topped out at $427.1 million in Q4 2023 and bottomed at -$593.4 million in Q2 2026.
- Historically, Treasury Shares has averaged -$364.5 million across 4 years, with a median of -$415.9 million in 2023.
- The sharpest annual moves came in 2024 and 2025: Treasury Shares sank 189.57% in 2024, then slumped 47.16% in 2025.
- Over 4 years, Treasury Shares stood at $427.1 million in 2023, then tumbled by 189.57% to -$382.5 million in 2024, then plunged by 47.16% to -$562.9 million in 2025, then retreated by 5.42% to -$593.4 million in 2026.
- According to Business Quant data, Treasury Shares over the past three periods registered -$593.4 million, -$572.7 million, and -$562.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 220.12 Mn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | -593.41 Mn |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 14.89 Mn |
| 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 | 483,260.00 |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -593.41 Mn |
| Jun 30, 2026 | -593.41 Mn |
| Mar 31, 2026 | -572.71 Mn |
| Mar 31, 2026 | -572.71 Mn |
| Dec 31, 2025 | 635,878.11 |
| Dec 31, 2025 | 635,878.11 |
| Dec 31, 2025 | -562.91 Mn |
| Dec 31, 2025 | -562.91 Mn |
| Dec 31, 2024 | -382.52 Mn |
| Dec 31, 2024 | -382.52 Mn |
| Mar 31, 2024 | -427.56 Mn |
| Mar 31, 2024 | -427.56 Mn |
| Dec 31, 2023 | 427.07 Mn |
| Dec 31, 2023 | 427.07 Mn |
| Sep 30, 2023 | -404.21 Mn |
| Sep 30, 2023 | -404.21 Mn |
| Jun 30, 2023 | -399.86 Mn |
| Jun 30, 2023 | -399.86 Mn |
| Dec 31, 2009 | -52,442.96 |
| Dec 31, 2009 | -52,442.96 |
AXIA Energia Treasury Shares 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=treasury-shares&ticker=AXIAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=AXIAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();