Oracle (ORCL) Enterprise Value (2026)
Oracle's (ORCL) 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 (ORCL) Enterprise Value (2026) Analysis & Trends
Oracle (ORCL) 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
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn |
Oracle 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&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "ticker": "ORCL", "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&period=max&api_key=YOUR_API_KEY");
const data = await res.json();