Oracle Corp (ORCL-PD) Non-Current Assets (2009 - 2026)
Oracle's (ORCL-PD) quarterly Non-Current Assets came in at $247.6 billion in Q3 2026, up 58.93% year-over-year from $155.8 billion in Q3 2025, and up 15.07% on a QoQ basis from $215.2 billion in Q2 2026.
Oracle Corp (ORCL-PD) Non-Current Assets (2009 - 2026) Analysis & Trends
Oracle (ORCL-PD) has 18 years of Non-Current Assets data on file, last reported at $247.6 billion in Q3 2026.
- On a quarterly basis, Non-Current Assets rose 58.93% year-over-year to $247.6 billion in Q3 2026; TTM through Aug 2026 was $247.6 billion, a 58.93% increase from a year earlier, with the FY2026 full-year figure at $215.2 billion, up 49.67% from the prior year.
- Non-Current Assets for Q3 2026 stood at $247.6 billion, up from $215.2 billion in the prior quarter.
- Across five years, Non-Current Assets topped out at $247.6 billion in Q3 2026 and bottomed at $77.0 billion in Q1 2022.
- Historically, Non-Current Assets has averaged $135.0 billion across 5 years, with a median of $118.4 billion in 2024.
- The widest annual swing landed in 2024, when Non-Current Assets gained 2.74%; it then surged 58.93% in 2026.
- Year by year, Non-Current Assets stood at $110.9 billion in 2022, then advanced by 3.72% to $115.0 billion in 2023, then climbed by 8.65% to $125.0 billion in 2024, then soared by 36.52% to $170.6 billion in 2025, then surged by 45.14% to $247.6 billion in 2026.
- Per Business Quant data, the three most recent Non-Current Assets figures were $247.6 billion in Q3 2026, $215.2 billion in Q2 2026, and $190.4 billion in Q1 2026.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | 247.63 Bn |
| May 31, 2026 | 215.19 Bn |
| Feb 28, 2026 | 190.37 Bn |
| Nov 30, 2025 | 170.62 Bn |
| Aug 31, 2025 | 155.82 Bn |
| May 31, 2025 | 143.78 Bn |
| Feb 28, 2025 | 131.26 Bn |
| Nov 30, 2024 | 124.98 Bn |
| Aug 31, 2024 | 121.14 Bn |
| May 31, 2024 | 118.42 Bn |
| Feb 29, 2024 | 116.02 Bn |
| Nov 30, 2023 | 115.04 Bn |
| Aug 31, 2023 | 114.50 Bn |
| May 31, 2023 | 113.38 Bn |
| Feb 28, 2023 | 112.92 Bn |
| Nov 30, 2022 | 110.91 Bn |
| Aug 31, 2022 | 109.31 Bn |
| May 31, 2022 | 77.66 Bn |
| Feb 28, 2022 | 76.97 Bn |
| Nov 30, 2021 | 75.82 Bn |
Oracle Corp Non-Current Assets 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-current-assets&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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-current-assets&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();