Oracle (ORCL) Retained Earnings (2009 - 2026)
Oracle's (ORCL) quarterly Retained Earnings came in at -$1.4 billion in Q3 2026, up 90.13% year-over-year from -$729.5 million in Q3 2025, and up 67.81% on a QoQ basis from -$4.3 billion in Q2 2026.
Oracle (ORCL) Retained Earnings (2009 - 2026) Analysis & Trends
Oracle (ORCL) has 18 years of Retained Earnings data on file, last reported at -$1.4 billion in Q3 2026.
- On a quarterly basis, Retained Earnings rose 90.13% year-over-year to -$1.4 billion in Q3 2026; TTM through Aug 2026 was -$1.4 billion, a 90.13% increase from a year earlier, with the FY2026 full-year figure at -$4.3 billion, up 72.17% from the prior year.
- Retained Earnings for Q3 2026 stood at -$1.4 billion, up from -$4.3 billion in the prior quarter.
- Across five years, Retained Earnings topped out at -$1.4 billion in Q3 2026 and bottomed at -$33.1 billion in Q1 2022.
- Historically, Retained Earnings has averaged -$20.6 billion across 5 years, with a median of -$22.6 billion in 2024.
- The widest annual swing landed in 2022, when Retained Earnings sank 104.54%; it then soared 90.13% in 2026.
- Year by year, Retained Earnings stood at -$30.6 billion in 2022, then grew by 16.94% to -$25.4 billion in 2023, then climbed by 25.11% to -$19.0 billion in 2024, then jumped by 50.88% to -$9.4 billion in 2025, then jumped by 85.17% to -$1.4 billion in 2026.
- Per Business Quant data, the three most recent Retained Earnings figures were -$1.4 billion in Q3 2026, -$4.3 billion in Q2 2026, and -$7.1 billion in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | 11.41 Bn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | -1.39 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 56.47 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 27.11 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 6.01 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 26.97 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 19.05 Bn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | 2.22 Bn |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | -15.20 Bn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | 13.37 Bn |
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | -1.39 Bn |
| May 31, 2026 | -4.31 Bn |
| Feb 28, 2026 | -7.09 Bn |
| Nov 30, 2025 | -9.36 Bn |
| Aug 31, 2025 | -14.05 Bn |
| May 31, 2025 | -15.48 Bn |
| Feb 28, 2025 | -17.37 Bn |
| Nov 30, 2024 | -19.05 Bn |
| Aug 31, 2024 | -20.94 Bn |
| May 31, 2024 | -22.63 Bn |
| Feb 29, 2024 | -24.53 Bn |
| Nov 30, 2023 | -25.43 Bn |
| Aug 31, 2023 | -26.43 Bn |
| May 31, 2023 | -27.62 Bn |
| Feb 28, 2023 | -29.72 Bn |
| Nov 30, 2022 | -30.62 Bn |
| Aug 31, 2022 | -31.13 Bn |
| May 31, 2022 | -31.34 Bn |
| Feb 28, 2022 | -33.15 Bn |
| Nov 30, 2021 | -34.08 Bn |
Oracle Retained Earnings 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=retained-earnings&ticker=ORCL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=ORCL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();