Oracle Corp (ORCL-PD) Shares Outstanding (2009 - 2026)
Oracle's (ORCL-PD) quarterly Shares Outstanding (Entity) came in at $3.0 billion in Q3 2026, up 6.44% year-over-year from $2.8 billion in Q3 2025, and up 5.0% on a QoQ basis from $2.9 billion in Q2 2026.
Oracle Corp (ORCL-PD) Shares Outstanding (2009 - 2026) Analysis & Trends
Oracle (ORCL-PD) has 18 years of Shares Outstanding (Entity) data on file, last reported at $3.0 billion in Q3 2026.
- On a quarterly basis, Shares Outstanding (Entity) rose 6.44% year-over-year to $3.0 billion in Q3 2026; TTM through Aug 2026 was $3.0 billion, a 6.44% increase from a year earlier, with the FY2026 full-year figure at $2.9 billion, up 2.6% from the prior year.
- Shares Outstanding (Entity) for Q3 2026 stood at $3.0 billion, up from $2.9 billion in the prior quarter.
- Across five years, Shares Outstanding (Entity) topped out at $3.0 billion in Q3 2026 and bottomed at $2.7 billion in Q2 2022.
- Historically, Shares Outstanding (Entity) has averaged $2.8 billion across 5 years, with a median of $2.8 billion in 2024.
- The widest annual swing landed in 2022, when Shares Outstanding (Entity) dropped 7.84%; it then climbed 6.44% in 2026.
- Year by year, Shares Outstanding (Entity) stood at $2.7 billion in 2022, then grew by 1.97% to $2.7 billion in 2023, then climbed by 1.75% to $2.8 billion in 2024, then grew by 2.75% to $2.9 billion in 2025, then increased by 5.26% to $3.0 billion in 2026.
- Per Business Quant data, the three most recent Shares Outstanding (Entity) figures were $3.0 billion in Q3 2026, $2.9 billion in Q2 2026, and $2.9 billion in Q1 2026.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | 2.97 Bn |
| May 31, 2026 | 2.86 Bn |
| Feb 28, 2026 | 2.87 Bn |
| Nov 30, 2025 | 2.86 Bn |
| Aug 31, 2025 | 2.83 Bn |
| May 31, 2025 | 2.79 Bn |
| Feb 28, 2025 | 2.80 Bn |
| Nov 30, 2024 | 2.79 Bn |
| Aug 31, 2024 | 2.76 Bn |
| May 31, 2024 | 2.74 Bn |
| Feb 29, 2024 | 2.75 Bn |
| Nov 30, 2023 | 2.75 Bn |
| Aug 31, 2023 | 2.73 Bn |
| May 31, 2023 | 2.70 Bn |
| Feb 28, 2023 | 2.70 Bn |
| Nov 30, 2022 | 2.70 Bn |
| Aug 31, 2022 | 2.69 Bn |
| May 31, 2022 | 2.70 Bn |
| Feb 28, 2022 | 2.67 Bn |
| Nov 30, 2021 | 2.69 Bn |
Oracle Corp Shares Outstanding 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=shares-outstanding&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();