Oracle Corp (ORCL-PD) Share-based Compensation (QoQ) (2009 - 2026)
Analysis
Oracle Corp (ORCL-PD) Share-based Compensation (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | -6.32% |
| May 31, 2026 | -9.41% |
| Feb 28, 2026 | 14.88% |
| Nov 30, 2025 | 2.85% |
| Aug 31, 2025 | -13.54% |
| May 31, 2025 | 8.51% |
| Feb 28, 2025 | 2.39% |
| Nov 30, 2024 | 16.19% |
| Aug 31, 2024 | -3.82% |
| May 31, 2024 | -0.10% |
| Feb 29, 2024 | 1.85% |
| Nov 30, 2023 | -2.92% |
| Aug 31, 2023 | 9.96% |
| May 31, 2023 | 4.33% |
| Feb 28, 2023 | 1.65% |
| Nov 30, 2022 | 9.65% |
| Aug 31, 2022 | 16.27% |
| May 31, 2022 | 5.79% |
| Feb 28, 2022 | -1.03% |
| Nov 30, 2021 | -16.95% |
API Access
Oracle Corp Share-based Compensation (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=share-based-compensation-qoq&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-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=share-based-compensation-qoq&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();