Oracle Corp (ORCL-PD) Consolidated Net Income (2009 - 2026)
Oracle's (ORCL-PD) quarterly Consolidated Net Income 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) Consolidated Net Income (2009 - 2026) Analysis & Trends
Oracle (ORCL-PD) has 18 years of Consolidated Net Income data on file, last reported at $4.8 billion in Q3 2026.
- On a quarterly basis, Consolidated Net Income 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.
- Consolidated Net Income for Q3 2026 stood at $4.8 billion, up from $2.7 billion in the prior quarter.
- Across five years, Consolidated Net Income topped out at $6.2 billion in Q2 2022 and bottomed at $1.0 billion in Q2 2024.
- Historically, Consolidated Net Income 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 Consolidated Net Income soared 239.62%; it then slumped 81.42% in 2023.
- Year by year, Consolidated Net Income 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 Consolidated Net Income 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 Consolidated Net Income 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=consolidated-net-income&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "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=consolidated-net-income&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();