Oracle Corp (ORCL-PD) Enterprise Value (2026)
Oracle's (ORCL-PD) quarterly Enterprise Value came in at $414.2 billion in Q3 2026, down 34.46% year-over-year from $631.9 billion in Q3 2025, and down 33.08% on a QoQ basis from $618.9 billion in Q2 2026.
Oracle Corp (ORCL-PD) Enterprise Value (2026) Analysis & Trends
Oracle (ORCL-PD) has 18 years of Enterprise Value data on file, last reported at $414.2 billion in Q3 2026.
- On a quarterly basis, Enterprise Value fell 34.46% year-over-year to $414.2 billion in Q3 2026; TTM through Aug 2026 was $414.2 billion, a 34.46% decrease from a year earlier, with the FY2026 full-year figure at $618.9 billion, up 36.33% from the prior year.
- Enterprise Value for Q3 2026 stood at $414.2 billion, down from $618.9 billion in the prior quarter.
- Across five years, Enterprise Value topped out at $631.9 billion in Q3 2025 and bottomed at $170.2 billion in Q2 2022.
- Historically, Enterprise Value has averaged $362.9 billion across 5 years, with a median of $318.1 billion in 2023.
- The widest annual swing landed in 2023, when Enterprise Value jumped 68.22%; it then plunged 34.46% in 2026.
- Year by year, Enterprise Value stood at $216.9 billion in 2022, then jumped by 43.47% to $311.2 billion in 2023, then soared by 62.61% to $506.0 billion in 2024, then climbed by 10.86% to $560.9 billion in 2025, then dropped by 26.16% to $414.2 billion in 2026.
- Per Business Quant data, the three most recent Enterprise Value figures were $414.2 billion in Q3 2026, $618.9 billion in Q2 2026, and $379.4 billion in Q1 2026.
Peer Comparison
Oracle Corp Enterprise Value 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=enterprise-value&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();