Oracle Corp (ORCL-PD) Other Non Operating Income (2009 - 2026)
Oracle's (ORCL-PD) quarterly Other Non Operating Income came in at $307.0 million in Q3 2026, up 207.0% year-over-year from $100.0 million in Q3 2025, and down 54.52% on a QoQ basis from $675.0 million in Q2 2026.
Oracle Corp (ORCL-PD) Other Non Operating Income (2009 - 2026) Analysis & Trends
Oracle (ORCL-PD) has 18 years of Other Non Operating Income data on file, last reported at $307.0 million in Q3 2026.
- On a quarterly basis, Other Non Operating Income rose 207.0% year-over-year to $307.0 million in Q3 2026; TTM through Aug 2026 was $3.8 billion, a 2311.7% increase from a year earlier, with the FY2026 full-year figure at $3.5 billion, up 1030.97% from the prior year.
- Other Non Operating Income for Q3 2026 stood at $307.0 million, down from $675.0 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $2.7 billion in Q4 2025 and bottomed at -$315.0 million in Q1 2022.
- Historically, Other Non Operating Income has averaged $186.8 million across 5 years, with a median of -$37.0 million in 2025.
- The widest annual swing landed in 2022, when Other Non Operating Income sank 1412.5%; it then soared 5131.37% in 2025.
- Year by year, Other Non Operating Income stood at -$71.0 million in 2022, then soared by 54.93% to -$32.0 million in 2023, then soared by 259.38% to $51.0 million in 2024, then soared by 5131.37% to $2.7 billion in 2025, then slumped by 88.49% to $307.0 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were $307.0 million in Q3 2026, $675.0 million in Q2 2026, and $132.0 million in Q1 2026.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | 307.00 Mn |
| May 31, 2026 | 675.00 Mn |
| Feb 28, 2026 | 132.00 Mn |
| Nov 30, 2025 | 2.67 Bn |
| Aug 31, 2025 | 100.00 Mn |
| May 31, 2025 | -285.00 Mn |
| Feb 28, 2025 | -37.00 Mn |
| Nov 30, 2024 | 51.00 Mn |
| Aug 31, 2024 | -50.00 Mn |
| May 31, 2024 | -90.00 Mn |
| Feb 29, 2024 | 84.00 Mn |
| Nov 30, 2023 | -32.00 Mn |
| Aug 31, 2023 | -82.00 Mn |
| May 31, 2023 | -76.00 Mn |
| Feb 28, 2023 | -134.00 Mn |
| Nov 30, 2022 | -71.00 Mn |
| Aug 31, 2022 | -180.00 Mn |
| May 31, 2022 | 884.00 Mn |
| Feb 28, 2022 | -315.00 Mn |
| Nov 30, 2021 | -46.00 Mn |
Oracle Corp Other Non Operating 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=other-non-operating-income&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-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=other-non-operating-income&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();