Oracle Corp (ORCL-PD) EV to CFO (2026)
Oracle's (ORCL-PD) quarterly EV to CFO came in at 8.82 in Q3 2026, down 69.93% year-over-year from 29.35 in Q3 2025, and down 54.41% on a QoQ basis from 19.35 in Q2 2026.
Oracle Corp (ORCL-PD) EV to CFO (2026) Analysis & Trends
Oracle (ORCL-PD) has 18 years of EV to CFO data on file, last reported at 8.82 in Q3 2026.
- On a quarterly basis, EV to CFO fell 69.93% year-over-year to 8.82 in Q3 2026; TTM through Aug 2026 was 8.82, a 69.93% decrease from a year earlier, with the FY2026 full-year figure at 19.35, down 11.23% from the prior year.
- EV to CFO for Q3 2026 stood at 8.82, down from 19.35 in the prior quarter.
- Across five years, EV to CFO topped out at 29.35 in Q3 2025 and bottomed at 8.82 in Q3 2026.
- Historically, EV to CFO has averaged 18.67 across 5 years, with a median of 17.93 in 2023.
- The widest annual swing landed in 2022, when EV to CFO soared 67.19%; it then slumped 69.93% in 2026.
- Year by year, EV to CFO stood at 14.39 in 2022, then increased by 26.92% to 18.26 in 2023, then soared by 36.58% to 24.94 in 2024, then advanced by 0.87% to 25.16 in 2025, then plunged by 64.93% to 8.82 in 2026.
- Per Business Quant data, the three most recent EV to CFO figures were 8.82 in Q3 2026, 19.35 in Q2 2026, and 16.14 in Q1 2026.
Peer Comparison
Oracle Corp EV to CFO 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=ev-to-cfo&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-cfo", "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=ev-to-cfo&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();