Oracle Corp (ORCL-PD) Income from Continuing Operations (2009 - 2026)
Oracle's (ORCL-PD) quarterly Income from Continuing Operations came in at $4.8 billion in Q3 2026, up 62.62% year-over-year from $2.9 billion in Q3 2025, and up 78.61% on a QoQ basis from $2.7 billion in Q2 2026.
Oracle Corp (ORCL-PD) Income from Continuing Operations (2009 - 2026) Analysis & Trends
Oracle (ORCL-PD) has 18 years of Income from Continuing Operations data on file, last reported at $4.8 billion in Q3 2026.
- On a quarterly basis, Income from Continuing Operations rose 62.62% year-over-year to $4.8 billion in Q3 2026; TTM through Aug 2026 was $17.3 billion, a 59.95% increase from a year earlier, with the FY2026 full-year figure at $15.4 billion, up 42.96% from the prior year.
- Income from Continuing Operations for Q3 2026 stood at $4.8 billion, up from $2.7 billion in the prior quarter.
- Across five years, Income from Continuing Operations topped out at $6.2 billion in Q2 2022 and bottomed at $1.0 billion in Q2 2024.
- Historically, Income from Continuing Operations has averaged $2.9 billion across 5 years, with a median of $2.5 billion in 2023.
- The widest annual swing landed in 2022, when Income from Continuing Operations soared 239.62%; it then slumped 81.42% in 2023.
- Year by year, Income from Continuing Operations stood at $1.7 billion in 2022, then surged by 43.77% to $2.5 billion in 2023, then gained by 25.89% to $3.2 billion in 2024, then jumped by 94.7% to $6.1 billion in 2025, then retreated by 22.41% to $4.8 billion in 2026.
- Per Business Quant data, the three most recent Income from Continuing Operations figures were $4.8 billion in Q3 2026, $2.7 billion in Q2 2026, and $3.7 billion in Q1 2026.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | 4.76 Bn |
| May 31, 2026 | 2.67 Bn |
| Feb 28, 2026 | 3.72 Bn |
| Nov 30, 2025 | 6.14 Bn |
| Aug 31, 2025 | 2.93 Bn |
| May 31, 2025 | 1.79 Bn |
| Feb 28, 2025 | 2.94 Bn |
| Nov 30, 2024 | 3.15 Bn |
| Aug 31, 2024 | 2.93 Bn |
| May 31, 2024 | 1.01 Bn |
| Feb 29, 2024 | 2.40 Bn |
| Nov 30, 2023 | 2.50 Bn |
| Aug 31, 2023 | 2.42 Bn |
| May 31, 2023 | 1.15 Bn |
| Feb 28, 2023 | 1.90 Bn |
| Nov 30, 2022 | 1.74 Bn |
| Aug 31, 2022 | 1.55 Bn |
| May 31, 2022 | 6.20 Bn |
| Feb 28, 2022 | 2.32 Bn |
| Nov 30, 2021 | -1.25 Bn |
Oracle Corp Income from Continuing Operations 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=income-from-continuing-operations&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();