Analysts expect Autodesk, Inc. to report revenue of 2.23 B for Q3 26, against a range of 2.01 B to 2.45 B. The most recent reported quarter, Q2 26, came in at 2.05 B, a 3.6% miss against the 2.13 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.57 B | 1.64 B | 1.63 B | 1.76 B | 1.85 B | 1.96 B | 1.93 B | 2.05 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 1.76 B | 1.59 B | 1.74 B | 1.85 B | 1.85 B | 1.96 B | 1.85 B | 2.23 B | 2.45 B | 2.49 B | 2.39 B | 2.30 B | 2.61 B | 2.48 B | 2.67 B | 2.73 B | ||||||||||
| Low Estimate | 1.46 B | 1.45 B | 1.57 B | 1.74 B | 1.57 B | 1.67 B | 1.73 B | 2.02 B | 2.01 B | 2.19 B | 2.18 B | 1.97 B | 2.28 B | 2.24 B | 2.36 B | 2.40 B | ||||||||||
| Consensus Estimate | 1.61 B | 1.52 B | 1.65 B | 1.80 B | 1.71 B | 1.82 B | 1.79 B | 2.13 B | 2.23 B | 2.34 B | 2.28 B | 2.14 B | 2.44 B | 2.36 B | 2.51 B | 2.57 B |
Analysts expect Autodesk, Inc. to report earnings per share of 2.92 for Q3 26, against a range of 2.64 to 3.20. The most recent reported quarter, Q2 26, came in at 3.30, a 3.1% beat against the 3.20 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) | 2.17 | 2.29 | 2.29 | 2.62 | 2.67 | 2.85 | 2.99 | 3.30 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 2.31 | 2.19 | 2.24 | 2.75 | 2.44 | 3.00 | 3.17 | 3.49 | 3.20 | 3.20 | 3.14 | 3.48 | 4.07 | 3.67 | 4.00 | 4.47 | ||||||||||
| Low Estimate | 2.11 | 1.81 | 1.86 | 2.33 | 2.26 | 2.56 | 2.81 | 2.91 | 2.64 | 2.90 | 2.90 | 3.04 | 3.33 | 3.35 | 3.30 | 4.17 | ||||||||||
| Consensus Estimate | 2.21 | 2.00 | 2.05 | 2.54 | 2.35 | 2.78 | 2.99 | 3.20 | 2.92 | 3.05 | 3.02 | 3.26 | 3.70 | 3.51 | 3.65 | 4.32 |
Pull Wall Street consensus for Autodesk, 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=ADSK&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "ADSK", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=ADSK&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();