Adobe (ADBE) EBT Growth (3y) (2012 - 2026)
Analysis
Adobe (ADBE) EBT Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Adobe | 94.11 Bn | 88.47 Bn | 6.00 Bn | 10.58% |
| 2 | Atlassian | 50.75 Bn | 49.51 Bn | 1.53 Bn | 85.02% |
| 3 | Autodesk | 45.38 Bn | 41.23 Bn | 1.87 Bn | 31.97% |
| 4 | Twilio | 44.64 Bn | 41.99 Bn | 725.87 Mn | 34.93% |
| 5 | Zoom Communications | 26.86 Bn | 19.62 Bn | 985.50 Mn | 99.73% |
| 6 | Figma | 11.55 Bn | 9.88 Bn | 309.61 Mn | - |
| 7 | Dropbox | 7.52 Bn | 6.40 Bn | 506.50 Mn | 25.89% |
| 8 | Nice | 7.12 Bn | 6.76 Bn | 995.81 Mn | 30.26% |
| 9 | RingCentral | 6.64 Bn | 6.53 Bn | 472.31 Mn | 69.94% |
| 10 | Open Text | 5.59 Bn | 4.63 Bn | 1.01 Bn | 91.48% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 28, 2026 | 10.58% |
| May 29, 2026 | 10.69% |
| Feb 27, 2026 | 14.87% |
| Nov 28, 2025 | 14.28% |
| Aug 29, 2025 | 14.52% |
| May 30, 2025 | 12.09% |
| Feb 28, 2025 | 12.24% |
| Nov 29, 2024 | 10.69% |
| Aug 30, 2024 | 12.93% |
| May 31, 2024 | 11.67% |
| Mar 1, 2024 | -12.26% |
| Dec 1, 2023 | 14.74% |
| Sep 1, 2023 | 18.03% |
| Jun 2, 2023 | 18.17% |
| Mar 3, 2023 | 20.25% |
| Dec 2, 2022 | 16.60% |
| Sep 2, 2022 | 20.36% |
| Jun 3, 2022 | 28.03% |
| Mar 4, 2022 | 30.02% |
| Dec 3, 2021 | 28.04% |
API Access
Adobe EBT 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=ebt-growth-3y&ticker=ADBE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-growth-3y", "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=ebt-growth-3y&ticker=ADBE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();