Oracle Corp (ORCL-PD) Cash & Equivalents Growth (5y) (2014 - 2026)
Analysis
Oracle Corp (ORCL-PD) Cash & Equivalents Growth (5y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | 9.54% |
| May 31, 2026 | 0.78% |
| Feb 28, 2026 | 11.49% |
| Nov 30, 2025 | -7.23% |
| Aug 31, 2025 | -17.47% |
| May 31, 2025 | -21.95% |
| Feb 28, 2025 | -6.09% |
| Nov 30, 2024 | -14.92% |
| Aug 31, 2024 | -19.33% |
| May 31, 2024 | -12.61% |
| Feb 29, 2024 | -8.42% |
| Nov 30, 2023 | -5.30% |
| Aug 31, 2023 | -8.85% |
| May 31, 2023 | -14.70% |
| Feb 28, 2023 | -15.86% |
| Nov 30, 2022 | -20.39% |
| Aug 31, 2022 | -13.29% |
| May 31, 2022 | -0.37% |
| Feb 28, 2022 | 2.81% |
| Nov 30, 2021 | -0.71% |
API Access
Oracle Corp Cash & Equivalents Growth (5y) 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=cash-and-equivalents-growth-5y&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-5y", "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=cash-and-equivalents-growth-5y&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();