Adobe (ADBE) Short term Debt (2013 - 2026)
Adobe's (ADBE) quarterly Short term Debt came in at $1.8 billion in Q2 2026, up 117.08% quarter-over-quarter from $849.0 million in Q1 2026.
Adobe (ADBE) Short term Debt (2013 - 2026) Analysis & Trends
Adobe (ADBE) has reported Short term Debt for 7 consecutive years, with $1.8 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Short term Debt changed N/A year-over-year to $1.8 billion in Q2 2026; TTM through May 2026 was $1.8 billion, a N/A change from a year earlier, with the FY2024 full-year figure at $1.5 billion, changed N/A from the prior year.
- Short term Debt was $1.8 billion for Q2 2026 at Adobe, up from $849.0 million in the prior quarter.
- Over five years, Short term Debt peaked at $1.8 billion in Q2 2026 and troughed at $499.0 million in Q1 2022.
- A 3-year average of $1.1 billion and a median of $1.2 billion in 2024 frame the typical range for Short term Debt.
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 |
|---|---|
| Aug 28, 2026 | 1.60 Bn |
| May 29, 2026 | 1.84 Bn |
| Feb 27, 2026 | 849.00 Mn |
| Nov 29, 2024 | 1.50 Bn |
| Aug 30, 2024 | 1.50 Bn |
| May 31, 2024 | 1.50 Bn |
| Mar 1, 2024 | 1.50 Bn |
| Dec 2, 2022 | 500.00 Mn |
| Sep 2, 2022 | 500.00 Mn |
| Jun 3, 2022 | 499.00 Mn |
| Mar 4, 2022 | 499.00 Mn |
| Nov 29, 2019 | 3.15 Bn |
| Aug 30, 2019 | 3.15 Bn |
| May 31, 2019 | 3.15 Bn |
| Mar 1, 2019 | 892.75 Mn |
| Feb 27, 2015 | 64,000.00 |
| Nov 28, 2014 | 603.23 Mn |
| Aug 29, 2014 | 606.43 Mn |
| May 30, 2014 | 609.74 Mn |
| Feb 28, 2014 | 613.31 Mn |
Adobe 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=ADBE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt", "ticker": "ADBE", "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=ADBE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();