Autodesk (ADSK) Cash & Equivalents Growth (3y) (2012 - 2026)
Analysis
Autodesk (ADSK) Cash & Equivalents Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Adobe | 94.11 Bn | 88.47 Bn | 6.00 Bn | -12.92% |
| 2 | Atlassian | 50.75 Bn | 49.51 Bn | 1.53 Bn | -16.15% |
| 3 | Autodesk | 45.38 Bn | 41.23 Bn | 1.87 Bn | 33.72% |
| 4 | Twilio | 44.64 Bn | 41.99 Bn | 725.87 Mn | 6.84% |
| 5 | Zoom Communications | 26.86 Bn | 19.62 Bn | 985.50 Mn | -12.27% |
| 6 | Figma | 11.55 Bn | 9.88 Bn | 309.61 Mn | - |
| 7 | Dropbox | 7.52 Bn | 6.40 Bn | 506.50 Mn | 27.44% |
| 8 | Nice | 7.12 Bn | 6.76 Bn | 995.81 Mn | -19.25% |
| 9 | RingCentral | 6.64 Bn | 6.53 Bn | 472.31 Mn | -20.91% |
| 10 | Open Text | 5.59 Bn | 4.63 Bn | 1.01 Bn | -8.10% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 33.72% |
| Apr 30, 2026 | 11.85% |
| Jan 31, 2026 | 4.92% |
| Oct 31, 2025 | 6.11% |
| Jul 31, 2025 | 11.63% |
| Apr 30, 2025 | 6.16% |
| Jan 31, 2025 | 1.53% |
| Oct 31, 2024 | -6.34% |
| Jul 31, 2024 | 17.89% |
| Apr 30, 2024 | 22.11% |
| Jan 31, 2024 | 2.20% |
| Oct 31, 2023 | -0.24% |
| Jul 31, 2023 | 5.98% |
| Apr 30, 2023 | 11.16% |
| Jan 31, 2023 | 3.14% |
| Oct 31, 2022 | 20.31% |
| Jul 31, 2022 | 15.94% |
| Apr 30, 2022 | 19.79% |
| Jan 31, 2022 | 19.92% |
| Oct 31, 2021 | 25.93% |
API Access
Autodesk Cash & Equivalents 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=cash-and-equivalents-growth-3y&ticker=ADSK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-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=cash-and-equivalents-growth-3y&ticker=ADSK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();