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