Oracle Corp (ORCL-PD) Non Operating Investment Income (2021 - 2026)
Oracle's (ORCL-PD) 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 Corp (ORCL-PD) Non Operating Investment Income (2021 - 2026) Analysis & Trends
Oracle (ORCL-PD) 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
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 Corp 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-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-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=non-operating-investment-income&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();