Oracle Corp (ORCL-PD) Share-based Compensation Growth (3y) (2012 - 2026)
Analysis
Oracle Corp (ORCL-PD) Share-based Compensation Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | 2.06% |
| May 31, 2026 | 7.66% |
| Feb 28, 2026 | 12.85% |
| Nov 30, 2025 | 8.34% |
| Aug 31, 2025 | 10.68% |
| May 31, 2025 | 22.17% |
| Feb 28, 2025 | 21.13% |
| Nov 30, 2024 | 19.77% |
| Aug 31, 2024 | 7.09% |
| May 31, 2024 | 33.30% |
| Feb 29, 2024 | 29.82% |
| Nov 30, 2023 | 28.23% |
| Aug 31, 2023 | 30.40% |
| May 31, 2023 | 35.67% |
| Feb 28, 2023 | 36.79% |
| Nov 30, 2022 | 31.80% |
| Aug 31, 2022 | 17.27% |
| May 31, 2022 | -2.70% |
| Feb 28, 2022 | 16.43% |
| Nov 30, 2021 | 19.81% |
API Access
Oracle Corp Share-based Compensation 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=share-based-compensation-growth-3y&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-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=share-based-compensation-growth-3y&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();