Autodesk (ADSK) Share-based Compensation Growth (3y) (2012 - 2026)
Analysis
Autodesk (ADSK) Share-based Compensation Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Adobe | 94.11 Bn | 88.47 Bn | 6.00 Bn | 6.84% |
| 2 | Atlassian | 50.75 Bn | 49.51 Bn | 1.53 Bn | 17.17% |
| 3 | Autodesk | 45.38 Bn | 41.23 Bn | 1.87 Bn | -2.25% |
| 4 | Twilio | 44.64 Bn | 41.99 Bn | 725.87 Mn | -2.50% |
| 5 | Zoom Communications | 26.86 Bn | 19.62 Bn | 985.50 Mn | - |
| 6 | Figma | 11.55 Bn | 9.88 Bn | 309.61 Mn | - |
| 7 | Dropbox | 7.52 Bn | 6.40 Bn | 506.50 Mn | -6.74% |
| 8 | Nice | 7.12 Bn | 6.76 Bn | 995.81 Mn | 30.84% |
| 9 | RingCentral | 6.64 Bn | 6.53 Bn | 472.31 Mn | -18.27% |
| 10 | Open Text | 5.59 Bn | 4.63 Bn | 1.01 Bn | -19.52% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -2.25% |
| Apr 30, 2026 | -2.06% |
| Jan 31, 2026 | 3.34% |
| Oct 31, 2025 | 2.84% |
| Jul 31, 2025 | 3.96% |
| Apr 30, 2025 | 14.81% |
| Jan 31, 2025 | 8.65% |
| Oct 31, 2024 | 7.92% |
| Jul 31, 2024 | 3.64% |
| Apr 30, 2024 | 8.70% |
| Jan 31, 2024 | 14.29% |
| Oct 31, 2023 | 23.17% |
| Jul 31, 2023 | 27.12% |
| Apr 30, 2023 | 18.88% |
| Jan 31, 2023 | 16.02% |
| Oct 31, 2022 | 22.07% |
| Jul 31, 2022 | 24.45% |
| Apr 30, 2022 | 26.44% |
| Jan 31, 2022 | 25.13% |
| Oct 31, 2021 | 30.90% |
API Access
Autodesk Share-based Compensation Growth (3y) 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=share-based-compensation-growth-3y&ticker=ADSK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "ticker": "ADSK", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation-growth-3y&ticker=ADSK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();