Oracle Corp (ORCL-PD) Retained Earnings (2009 - 2026)
Oracle's (ORCL-PD) 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 Corp (ORCL-PD) Retained Earnings (2009 - 2026) Analysis & Trends
Oracle (ORCL-PD) 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
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 Corp 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-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();