Analysts expect AXIA Energia S.A. to report revenue of 2.03 B for Q3 26, against a range of 1.88 B to 2.19 B. The most recent reported quarter, Q2 26, came in at 1.96 B, a 1.7% miss against the 1.99 B consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 1.94 B | 1.89 B | 1.75 B | 1.80 B | 1.86 B | 1.95 B | 2.33 B | 1.96 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 1.99 B | 1.88 B | 1.88 B | 1.84 B | 1.98 B | 1.95 B | 2.43 B | 2.15 B | 2.19 B | 2.59 B | 2.65 B | 2.83 B | 2.64 B | 2.80 B | 2.59 B | 2.88 B | ||||||||||
| Low Estimate | 1.80 B | 1.62 B | 1.69 B | 1.62 B | 1.80 B | 1.70 B | 2.21 B | 1.83 B | 1.88 B | 2.33 B | 2.32 B | 2.33 B | 2.34 B | 2.58 B | 2.43 B | 2.36 B | ||||||||||
| Consensus Estimate | 1.89 B | 1.75 B | 1.78 B | 1.73 B | 1.89 B | 1.82 B | 2.32 B | 1.99 B | 2.03 B | 2.46 B | 2.48 B | 2.58 B | 2.49 B | 2.69 B | 2.51 B | 2.62 B |
Analysts expect AXIA Energia S.A. to report earnings per share of 0.16 for Q3 26, against a range of 0.15 to 0.17. The most recent reported quarter, Q2 26, came in at 0.19 , in line with the 0.19 consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.10 | 0.10 | 0.02 | 0.08 | 0.15 | 0.20 | 0.26 | 0.19 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 0.15 | 0.13 | 0.14 | 0.10 | 0.10 | 0.18 | 0.29 | 0.21 | 0.17 | 0.30 | 0.18 | 0.13 | 0.21 | 0.34 | 0.28 | 0.27 | ||||||||||
| Low Estimate | 0.13 | 0.11 | 0.12 | 0.10 | 0.10 | 0.16 | 0.25 | 0.17 | 0.15 | 0.26 | 0.16 | 0.11 | 0.17 | 0.28 | 0.26 | 0.23 | ||||||||||
| Consensus Estimate | 0.14 | 0.12 | 0.13 | 0.10 | 0.10 | 0.17 | 0.27 | 0.19 | 0.16 | 0.28 | 0.17 | 0.12 | 0.19 | 0.31 | 0.27 | 0.25 |
Pull Wall Street consensus for AXIA Energia S.A. (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=AXIAY&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "AXIAY", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=AXIAY&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();