Oracle Corp (ORCL-PD) Equity Average (2026)
Oracle's (ORCL-PD) quarterly Equity Average came in at $55.1 billion in Q3 2026, up 141.6% year-over-year from $22.8 billion in Q3 2025, and up 34.28% on a QoQ basis from $41.1 billion in Q2 2026.
Oracle Corp (ORCL-PD) Equity Average (2026) Analysis & Trends
Oracle (ORCL-PD) has 18 years of Equity Average data on file, last reported at $55.1 billion in Q3 2026.
- On a quarterly basis, Equity Average rose 141.6% year-over-year to $55.1 billion in Q3 2026; TTM through Aug 2026 was $55.1 billion, a 141.6% increase from a year earlier, with the FY2026 full-year figure at $32.0 billion, up 111.95% from the prior year.
- Equity Average for Q3 2026 stood at $55.1 billion, up from $41.1 billion in the prior quarter.
- Across five years, Equity Average topped out at $55.1 billion in Q3 2026 and bottomed at -$8.9 billion in Q1 2022.
- Historically, Equity Average has averaged $12.1 billion across 5 years, with a median of $7.7 billion in 2024.
- The widest annual swing landed in 2022, when Equity Average slumped 332.62%; it then jumped 4431.74% in 2024.
- Year by year, Equity Average stood at -$4.6 billion in 2022, then surged by 197.81% to $4.5 billion in 2023, then surged by 182.67% to $12.8 billion in 2024, then surged by 116.13% to $27.6 billion in 2025, then surged by 100.01% to $55.1 billion in 2026.
- Per Business Quant data, the three most recent Equity Average figures were $55.1 billion in Q3 2026, $41.1 billion in Q2 2026, and $34.8 billion in Q1 2026.
Peer Comparison
Oracle Corp Equity Average 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=equity-average&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-average", "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=equity-average&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();