Oracle Corp (ORCL-PD) FCF Margin (2009 - 2026)
Oracle's (ORCL-PD) quarterly FCF Margin came in at 27.89% in Q3 2026, down 2547.0% year-over-year from 1.14% in Q3 2025, and down 185.7% on a QoQ basis from 9.76% in Q2 2026.
Oracle Corp (ORCL-PD) FCF Margin (2009 - 2026) Analysis & Trends
Oracle (ORCL-PD) has 18 years of FCF Margin data on file, last reported at 27.89% in Q3 2026.
- On a quarterly basis, FCF Margin fell 2547.0% year-over-year to 27.89% in Q3 2026; TTM through Aug 2026 was 40.01%, a 3005.0% decrease from a year earlier, with the FY2026 full-year figure at 35.16%, down 3448.0% from the prior year.
- FCF Margin for Q3 2026 stood at 27.89%, down from 9.76% in the prior quarter.
- Across five years, FCF Margin topped out at 45.45% in Q3 2023 and bottomed at 66.81% in Q1 2026.
- Historically, FCF Margin has averaged 2.02% across 5 years, with a median of 0.5% in 2025.
- The widest annual swing landed in 2022, when FCF Margin surged 3155 bps; it then plunged 6731 bps in 2026.
- Year by year, FCF Margin stood at 12.92% in 2022, then jumped by 44 bps to 7.24% in 2023, then plunged by 162 bps to 18.96% in 2024, then slumped by 227 bps to 62.07% in 2025, then surged by 55 bps to 27.89% in 2026.
- Per Business Quant data, the three most recent FCF Margin figures were 27.89% in Q3 2026, 9.76% in Q2 2026, and 66.81% in Q1 2026.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | -27.89% |
| May 31, 2026 | -9.76% |
| Feb 28, 2026 | -66.81% |
| Nov 30, 2025 | -62.07% |
| Aug 31, 2025 | -2.43% |
| May 31, 2025 | -18.38% |
| Feb 28, 2025 | 0.50% |
| Nov 30, 2024 | -18.96% |
| Aug 31, 2024 | 38.51% |
| May 31, 2024 | 22.98% |
| Feb 29, 2024 | 28.62% |
| Nov 30, 2023 | -7.24% |
| Aug 31, 2023 | 45.45% |
| May 31, 2023 | 26.99% |
| Feb 28, 2023 | 13.28% |
| Nov 30, 2022 | -12.92% |
| Aug 31, 2022 | 40.85% |
| May 31, 2022 | 21.64% |
| Feb 28, 2022 | 26.10% |
| Nov 30, 2021 | -44.47% |
Oracle Corp FCF Margin 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=fcf-margin&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();