Oracle Corp (ORCL-PD) Dividends Paid - Common Growth (3y) (2012 - 2026)
Analysis
Oracle Corp (ORCL-PD) Dividends Paid - Common Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | 12.78% |
| May 31, 2026 | 11.55% |
| Feb 28, 2026 | 18.53% |
| Nov 30, 2025 | 18.47% |
| Aug 31, 2025 | 18.00% |
| May 31, 2025 | 18.00% |
| Feb 28, 2025 | 9.38% |
| Nov 30, 2024 | 9.10% |
| Aug 31, 2024 | 7.54% |
| May 31, 2024 | 6.32% |
| Feb 29, 2024 | 16.28% |
| Nov 30, 2023 | 15.30% |
| Aug 31, 2023 | 14.33% |
| May 31, 2023 | 13.50% |
| Feb 28, 2023 | 3.96% |
| Nov 30, 2022 | 4.01% |
| Aug 31, 2022 | 2.65% |
| May 31, 2022 | 1.95% |
| Feb 28, 2022 | 8.47% |
| Nov 30, 2021 | 6.44% |
API Access
Oracle Corp Dividends Paid - Common 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=dividends-paid-common-growth-3y&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-growth-3y", "ticker": "ORCL-PD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=dividends-paid-common-growth-3y&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();