Oracle (ORCL) Non Operating Investment Income (2021 - 2026)
Oracle's (ORCL) quarterly Non Operating Investment Income came in at $53.0 million in Q3 2026, up 201.92% year-over-year from $17.6 million in Q3 2025, and down 85.94% on a QoQ basis from $377.0 million in Q2 2026.
Oracle (ORCL) Non Operating Investment Income (2021 - 2026) Analysis & Trends
Oracle (ORCL) has 6 years of Non Operating Investment Income data on file, last reported at $53.0 million in Q3 2026.
- On a quarterly basis, Non Operating Investment Income rose 201.92% year-over-year to $53.0 million in Q3 2026; TTM through Aug 2026 was $2.9 billion, a 1217.24% increase from a year earlier, with the FY2026 full-year figure at $2.8 billion, up 1111.15% from the prior year.
- Non Operating Investment Income for Q3 2026 stood at $53.0 million, down from $377.0 million in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $2.5 billion in Q4 2025 and bottomed at -$197.0 million in Q1 2022.
- Historically, Non Operating Investment Income has averaged $92.1 million across 5 years, with a median of -$59.0 million in 2025.
- The widest annual swing landed in 2023, when Non Operating Investment Income sank 766.67%; it then jumped 2408.33% in 2025.
- Year by year, Non Operating Investment Income stood at -$40.0 million in 2022, then tumbled by 97.5% to -$79.0 million in 2023, then plunged by 36.71% to -$108.0 million in 2024, then jumped by 2408.33% to $2.5 billion in 2025, then plunged by 97.87% to $53.0 million in 2026.
- Per Business Quant data, the three most recent Non Operating Investment Income figures were $53.0 million in Q3 2026, $377.0 million in Q2 2026, and -$7.0 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 53.00 Mn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | - |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 2.61 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | - |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | - |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | - |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | - |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | 53.00 Mn |
| May 31, 2026 | 377.00 Mn |
| Feb 28, 2026 | -7.00 Mn |
| Nov 30, 2025 | 2.49 Bn |
| Aug 31, 2025 | -52.00 Mn |
| May 31, 2025 | -42.00 Mn |
| Feb 28, 2025 | -59.00 Mn |
| Nov 30, 2024 | -108.00 Mn |
| Aug 31, 2024 | -69.00 Mn |
| May 31, 2024 | -13.00 Mn |
| Feb 29, 2024 | -94.00 Mn |
| Nov 30, 2023 | -79.00 Mn |
| Aug 31, 2023 | -118.00 Mn |
| May 31, 2023 | -78.00 Mn |
| Feb 28, 2023 | -122.00 Mn |
| Nov 30, 2022 | -40.00 Mn |
| Aug 31, 2022 | -86.00 Mn |
| May 31, 2022 | -9.00 Mn |
| Feb 28, 2022 | -197.00 Mn |
| Nov 30, 2021 | 80.00 Mn |
Oracle Non Operating Investment 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=non-operating-investment-income&ticker=ORCL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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=non-operating-investment-income&ticker=ORCL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();