Adobe Inc. has paid 7 recorded cash distributions, spanning 2003 to 2005.
The highest single cash dividend paid by Adobe Inc. is $0.01. The latest distribution of $0.01 was recorded on Apr 12, 2005.
The most recently recorded trailing dividend yield for Adobe Inc. stands at 0.00%, peaking at 0.00% on N/A, and averaging — across the selected range.
View 7 recorded historical distributions for Adobe Inc., covering a time period spanning from 2003 to 2005.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Mar 24, 2005 | $0.01 | Cash | Apr 12, 2005 |
| 2 | Dec 23, 2004 | $0.01 | Cash | Jan 11, 2005 |
| 3 | Sep 24, 2004 | $0.01 | Cash | Oct 12, 2004 |
| 4 | Jun 25, 2004 | $0.01 | Cash | Jul 13, 2004 |
| 5 | Mar 26, 2004 | $0.01 | Cash | Apr 13, 2004 |
| 6 | Jan 7, 2004 | $0.01 | Cash | Jan 23, 2004 |
| 7 | Sep 19, 2003 | $0.01 | Cash | Oct 7, 2003 |
Pull Adobe Inc.'s full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=ADBE&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "ADBE", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=ADBE&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();