Analysts expect Avnet Inc to report revenue of 8.98 B for Q1 27, against a range of 8.52 B to 9.44 B. The most recent reported quarter, Q4 26, came in at 8.30 B, a 15.1% beat against the 7.21 B consensus.
| Metric | 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) | 5.60 B | 5.66 B | 5.32 B | 5.62 B | 5.90 B | 6.32 B | 7.12 B | 8.30 B | - | - | - | - | - | - | - | - | ||||||||
| High Estimate | 5.31 B | 5.76 B | 5.80 B | 6.20 B | 5.86 B | 5.94 B | 7.17 B | 7.88 B | 9.44 B | 10.45 B | 9.30 B | 10.19 B | 10.34 B | 11.12 B | 10.90 B | 10.56 B | ||||||||
| Low Estimate | 4.94 B | 4.85 B | 5.06 B | 5.29 B | 4.84 B | 5.35 B | 6.52 B | 6.55 B | 8.52 B | 9.01 B | 8.28 B | 9.60 B | 9.19 B | 9.50 B | 9.93 B | 8.66 B | ||||||||
| Consensus Estimate | 5.13 B | 5.31 B | 5.43 B | 5.74 B | 5.35 B | 5.65 B | 6.84 B | 7.21 B | 8.98 B | 9.73 B | 8.79 B | 9.90 B | 9.76 B | 10.31 B | 10.41 B | 9.61 B |
Analysts expect Avnet Inc to report earnings per share of 2.78 for Q1 27, against a range of 2.65 to 2.91. The most recent reported quarter, Q4 26, came in at 2.28, a 31.0% beat against the 1.74 consensus.
| Metric | 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.92 | 0.87 | 0.84 | 0.81 | 0.84 | 1.05 | 1.48 | 2.28 | - | - | - | - | - | - | - | - | ||||||||
| High Estimate | 0.86 | 0.90 | 0.80 | 0.84 | 0.90 | 0.97 | 1.36 | 1.89 | 2.91 | 3.32 | 2.86 | 2.85 | 2.98 | 3.27 | 3.37 | 3.41 | ||||||||
| Low Estimate | 0.74 | 0.78 | 0.70 | 0.76 | 0.84 | 0.89 | 1.22 | 1.59 | 2.65 | 2.94 | 2.56 | 2.67 | 2.64 | 2.95 | 2.99 | 3.03 | ||||||||
| Consensus Estimate | 0.80 | 0.84 | 0.75 | 0.80 | 0.87 | 0.93 | 1.29 | 1.74 | 2.78 | 3.13 | 2.71 | 2.76 | 2.81 | 3.11 | 3.18 | 3.22 |
Pull Wall Street consensus for Avnet Inc (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=AVT&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "AVT", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=AVT&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();