Autodesk (ADSK) Short term Debt (2009 - 2026)
Autodesk's (ADSK) quarterly Short term Debt came in at $994.0 million in Q3 2026, up 803.64% quarter-over-quarter from $110.0 million in Q4 2012.
Autodesk (ADSK) Short term Debt (2009 - 2026) Analysis & Trends
Autodesk (ADSK) has reported Short term Debt for 3 consecutive years, with $994.0 million the latest figure, recorded in Q3 2026.
- On a quarterly basis, Short term Debt changed N/A year-over-year to $994.0 million in Q3 2026; TTM through Jul 2026 was $994.0 million, a N/A change from a year earlier, with the FY2009 full-year figure at $52.1 million, changed N/A from the prior year.
- Short term Debt was $994.0 million for Q3 2026 at Autodesk, up from $110.0 million in the prior quarter.
- Over five years, Short term Debt peaked at $994.0 million in Q3 2026 and troughed at $994.0 million in Q3 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Adobe | 94.11 Bn | 88.47 Bn | 6.00 Bn |
| 2 | Atlassian | 50.75 Bn | 49.51 Bn | 1.53 Bn |
| 3 | Autodesk | 45.38 Bn | 41.23 Bn | 1.87 Bn |
| 4 | Twilio | 44.64 Bn | 41.99 Bn | 725.87 Mn |
| 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 |
| 8 | Nice | 7.12 Bn | 6.76 Bn | 995.81 Mn |
| 9 | RingCentral | 6.64 Bn | 6.53 Bn | 472.31 Mn |
| 10 | Open Text | 5.59 Bn | 4.63 Bn | 1.01 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 994.00 Mn |
| Oct 31, 2012 | 110.00 Mn |
| Apr 30, 2009 | 2.10 Mn |
| Jan 31, 2009 | 52.10 Mn |
Autodesk Short term Debt 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=short-term-debt&ticker=ADSK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt", "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=short-term-debt&ticker=ADSK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();