Oracle Corp (ORCL-PD) Change in Accured Expenses (2009 - 2026)
Oracle's (ORCL-PD) quarterly Change in Accured Expenses came in at -$1.1 billion in Q3 2026, down 222.16% year-over-year from $880.8 million in Q3 2025, and down 285.2% on a QoQ basis from $581.0 million in Q2 2026.
Oracle Corp (ORCL-PD) Change in Accured Expenses (2009 - 2026) Analysis & Trends
Oracle (ORCL-PD) has 18 years of Change in Accured Expenses data on file, last reported at -$1.1 billion in Q3 2026.
- On a quarterly basis, Change in Accured Expenses fell 222.16% year-over-year to -$1.1 billion in Q3 2026; TTM through Aug 2026 was -$982.0 million, a 138.93% decrease from a year earlier, with the FY2026 full-year figure at -$240.0 million, up 60.53% from the prior year.
- Change in Accured Expenses for Q3 2026 stood at -$1.1 billion, down from $581.0 million in the prior quarter.
- Across five years, Change in Accured Expenses topped out at $581.0 million in Q2 2026 and bottomed at -$1.1 billion in Q3 2026.
- Historically, Change in Accured Expenses has averaged -$137.6 million across 5 years, with a median of -$50.0 million in 2022.
- The widest annual swing landed in 2022, when Change in Accured Expenses surged 23400.0%; it then slumped 222.16% in 2026.
- Year by year, Change in Accured Expenses stood at -$619.0 million in 2022, then gained by 4.52% to -$591.0 million in 2023, then slipped by 3.55% to -$612.0 million in 2024, then plunged by 68.63% to -$1.0 billion in 2025, then retreated by 4.26% to -$1.1 billion in 2026.
- Per Business Quant data, the three most recent Change in Accured Expenses figures were -$1.1 billion in Q3 2026, $581.0 million in Q2 2026, and $545.0 million in Q1 2026.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | -1.08 Bn |
| May 31, 2026 | 581.00 Mn |
| Feb 28, 2026 | 545.00 Mn |
| Nov 30, 2025 | -1.03 Bn |
| Aug 31, 2025 | -334.00 Mn |
| May 31, 2025 | 25.00 Mn |
| Feb 28, 2025 | 510.00 Mn |
| Nov 30, 2024 | -612.00 Mn |
| Aug 31, 2024 | -531.00 Mn |
| May 31, 2024 | 88.00 Mn |
| Feb 29, 2024 | 366.00 Mn |
| Nov 30, 2023 | -591.00 Mn |
| Aug 31, 2023 | -457.00 Mn |
| May 31, 2023 | 502.00 Mn |
| Feb 28, 2023 | 2.00 Mn |
| Nov 30, 2022 | -619.00 Mn |
| Aug 31, 2022 | -166.00 Mn |
| May 31, 2022 | -50.00 Mn |
| Feb 28, 2022 | 235.00 Mn |
| Nov 30, 2021 | -205.00 Mn |
Oracle Corp Change in Accured Expenses 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=change-in-accured-expenses&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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=change-in-accured-expenses&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();