Oracle Corp (ORCL-PD) Common Equity (2009 - 2026)
Oracle's (ORCL-PD) quarterly Common Equity came in at $67.2 billion in Q3 2026, up 172.42% year-over-year from $24.7 billion in Q3 2025, and up 56.07% on a QoQ basis from $43.1 billion in Q2 2026.
Oracle Corp (ORCL-PD) Common Equity (2009 - 2026) Analysis & Trends
Oracle (ORCL-PD) has 18 years of Common Equity data on file, last reported at $67.2 billion in Q3 2026.
- On a quarterly basis, Common Equity rose 172.42% year-over-year to $67.2 billion in Q3 2026; TTM through Aug 2026 was $67.2 billion, a 172.42% increase from a year earlier, with the FY2026 full-year figure at $43.1 billion, up 105.33% from the prior year.
- Common Equity for Q3 2026 stood at $67.2 billion, up from $43.1 billion in the prior quarter.
- Across five years, Common Equity topped out at $67.2 billion in Q3 2026 and bottomed at -$8.2 billion in Q1 2022.
- Historically, Common Equity has averaged $14.2 billion across 5 years, with a median of $9.2 billion in 2024.
- The widest annual swing landed in 2022, when Common Equity slumped 382.21%; it then surged 493.77% in 2024.
- Year by year, Common Equity stood at -$3.8 billion in 2022, then jumped by 263.72% to $6.2 billion in 2023, then surged by 130.28% to $14.2 billion in 2024, then surged by 113.94% to $30.5 billion in 2025, then soared by 120.63% to $67.2 billion in 2026.
- Per Business Quant data, the three most recent Common Equity figures were $67.2 billion in Q3 2026, $43.1 billion in Q2 2026, and $39.1 billion in Q1 2026.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | 67.20 Bn |
| May 31, 2026 | 43.06 Bn |
| Feb 28, 2026 | 39.05 Bn |
| Nov 30, 2025 | 30.46 Bn |
| Aug 31, 2025 | 24.67 Bn |
| May 31, 2025 | 20.97 Bn |
| Feb 28, 2025 | 17.26 Bn |
| Nov 30, 2024 | 14.24 Bn |
| Aug 31, 2024 | 11.27 Bn |
| May 31, 2024 | 9.24 Bn |
| Feb 29, 2024 | 6.18 Bn |
| Nov 30, 2023 | 6.18 Bn |
| Aug 31, 2023 | 2.84 Bn |
| May 31, 2023 | 1.56 Bn |
| Feb 28, 2023 | -1.91 Bn |
| Nov 30, 2022 | -3.78 Bn |
| Aug 31, 2022 | -5.45 Bn |
| May 31, 2022 | -5.77 Bn |
| Feb 28, 2022 | -8.21 Bn |
| Nov 30, 2021 | -9.66 Bn |
Oracle Corp Common Equity 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=common-equity&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "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=common-equity&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();