Oracle Corp (ORCL-PD) Research & Development (2009 - 2026)
Oracle's (ORCL-PD) quarterly Research & Development came in at $2.4 billion in Q3 2026, down 3.61% year-over-year from $2.5 billion in Q3 2025, and down 8.15% on a QoQ basis from $2.6 billion in Q2 2026.
Oracle Corp (ORCL-PD) Research & Development (2009 - 2026) Analysis & Trends
Oracle (ORCL-PD) has 18 years of Research & Development data on file, last reported at $2.4 billion in Q3 2026.
- On a quarterly basis, Research & Development fell 3.61% year-over-year to $2.4 billion in Q3 2026; TTM through Aug 2026 was $10.2 billion, a 1.37% increase from a year earlier, with the FY2026 full-year figure at $10.3 billion, up 4.18% from the prior year.
- Research & Development for Q3 2026 stood at $2.4 billion, down from $2.6 billion in the prior quarter.
- Across five years, Research & Development topped out at $2.7 billion in Q2 2025 and bottomed at $2.0 billion in Q1 2022.
- Historically, Research & Development has averaged $2.3 billion across 5 years, with a median of $2.3 billion in 2023.
- The widest annual swing landed in 2025, when Research & Development gained 19.23%; it then retreated 3.61% in 2026.
- Year by year, Research & Development stood at $2.2 billion in 2022, then advanced by 0.45% to $2.2 billion in 2023, then rose by 11.01% to $2.5 billion in 2024, then grew by 3.64% to $2.6 billion in 2025, then fell by 6.25% to $2.4 billion in 2026.
- Per Business Quant data, the three most recent Research & Development figures were $2.4 billion in Q3 2026, $2.6 billion in Q2 2026, and $2.6 billion in Q1 2026.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | 2.40 Bn |
| May 31, 2026 | 2.61 Bn |
| Feb 28, 2026 | 2.61 Bn |
| Nov 30, 2025 | 2.56 Bn |
| Aug 31, 2025 | 2.49 Bn |
| May 31, 2025 | 2.65 Bn |
| Feb 28, 2025 | 2.43 Bn |
| Nov 30, 2024 | 2.47 Bn |
| Aug 31, 2024 | 2.31 Bn |
| May 31, 2024 | 2.23 Bn |
| Feb 29, 2024 | 2.25 Bn |
| Nov 30, 2023 | 2.23 Bn |
| Aug 31, 2023 | 2.22 Bn |
| May 31, 2023 | 2.29 Bn |
| Feb 28, 2023 | 2.15 Bn |
| Nov 30, 2022 | 2.22 Bn |
| Aug 31, 2022 | 2.18 Bn |
| May 31, 2022 | 2.24 Bn |
| Feb 28, 2022 | 2.00 Bn |
| Nov 30, 2021 | 1.95 Bn |
Oracle Corp Research & Development 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=research-and-development&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "research-and-development", "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=research-and-development&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();