Oracle (ORCL) Other Working Capital Changes (2018 - 2026)
Oracle's (ORCL) quarterly Other Working Capital Changes came in at -$114.0 million in Q3 2026, down 93.22% year-over-year from -$1.7 billion in Q3 2025, and up 85.62% on a QoQ basis from -$793.0 million in Q2 2026.
Oracle (ORCL) Other Working Capital Changes (2018 - 2026) Analysis & Trends
Oracle (ORCL) has 18 years of Other Working Capital Changes data on file, last reported at -$114.0 million in Q3 2026.
- On a quarterly basis, Other Working Capital Changes fell 93.22% year-over-year to -$114.0 million in Q3 2026; TTM through Aug 2026 was -$2.2 billion, a 5419.05% decrease from a year earlier, with the FY2026 full-year figure at -$2.2 billion, down 719.17% from the prior year.
- Other Working Capital Changes for Q3 2026 stood at -$114.0 million, up from -$793.0 million in the prior quarter.
- Across five years, Other Working Capital Changes topped out at $2.6 billion in Q3 2025 and bottomed at -$2.2 billion in Q4 2023.
- Historically, Other Working Capital Changes has averaged $139.9 million across 5 years, with a median of $119.0 million in 2025.
- The largest YoY upside for Other Working Capital Changes was 561.54% in 2022 against a maximum downside of 1200.0% in 2022.
- Year by year, Other Working Capital Changes stood at -$77.0 million in 2022, then soared by 58.44% to -$32.0 million in 2023, then slumped by 865.62% to -$309.0 million in 2024, then sank by 296.76% to -$1.2 billion in 2025, then soared by 90.7% to -$114.0 million in 2026.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were -$114.0 million in Q3 2026, -$793.0 million in Q2 2026, and -$101.0 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn |
Historic Data
| Date | Value |
|---|---|
| Feb 28, 2026 | -217.00 Mn |
| Feb 28, 2026 | -217.00 Mn |
| Nov 30, 2025 | -2.08 Bn |
| Nov 30, 2025 | -2.08 Bn |
| Aug 31, 2025 | 2.55 Bn |
| Aug 31, 2025 | 2.55 Bn |
| May 31, 2025 | 119.00 Mn |
| May 31, 2025 | 119.00 Mn |
| Feb 28, 2025 | -419.00 Mn |
| Feb 28, 2025 | -419.00 Mn |
| Nov 30, 2024 | -1.85 Bn |
| Nov 30, 2024 | -1.85 Bn |
| Aug 31, 2024 | 2.31 Bn |
| Aug 31, 2024 | 2.31 Bn |
| May 31, 2024 | 353.00 Mn |
| May 31, 2024 | 353.00 Mn |
| Feb 29, 2024 | 154.00 Mn |
| Feb 29, 2024 | 154.00 Mn |
| Nov 30, 2023 | -2.17 Bn |
| Nov 30, 2023 | -2.17 Bn |
Oracle Other Working Capital Changes 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-working-capital-changes&ticker=ORCL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "ticker": "ORCL", "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-working-capital-changes&ticker=ORCL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();