Oracle Corp (ORCL-PD) Dividends Paid - Common (QoQ) (2009 - 2026)
Analysis
Oracle Corp (ORCL-PD) Dividends Paid - Common (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | 4.19% |
| May 31, 2026 | 4.52% |
| Feb 28, 2026 | 0.14% |
| Nov 30, 2025 | 1.56% |
| Aug 31, 2025 | 0.71% |
| May 31, 2025 | 25.38% |
| Feb 28, 2025 | 0.09% |
| Nov 30, 2024 | 1.36% |
| Aug 31, 2024 | 0.09% |
| May 31, 2024 | 0.27% |
| Feb 29, 2024 | 0.00% |
| Nov 30, 2023 | 0.73% |
| Aug 31, 2023 | 0.83% |
| May 31, 2023 | 25.38% |
| Feb 28, 2023 | 0.00% |
| Nov 30, 2022 | 0.35% |
| Aug 31, 2022 | 0.70% |
| May 31, 2022 | -0.12% |
| Feb 28, 2022 | -0.70% |
| Nov 30, 2021 | -2.93% |
API Access
Oracle Corp Dividends Paid - Common (QoQ) 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-qoq&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-qoq", "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-qoq&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();