Oracle Corp (ORCL-PD) Property, Plant & Equipment (Net) Growth (3y) (2012 - 2026)
Analysis
Oracle Corp (ORCL-PD) Property, Plant & Equipment (Net) Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | 93.51% |
| May 31, 2026 | 73.39% |
| Feb 28, 2026 | 72.31% |
| Nov 30, 2025 | 67.86% |
| Aug 31, 2025 | 63.01% |
| May 31, 2025 | 55.02% |
| Feb 28, 2025 | 54.86% |
| Nov 30, 2024 | 48.76% |
| Aug 31, 2024 | 44.78% |
| May 31, 2024 | 41.51% |
| Feb 29, 2024 | 41.03% |
| Nov 30, 2023 | 39.55% |
| Aug 31, 2023 | 40.21% |
| May 31, 2023 | 38.11% |
| Feb 28, 2023 | 37.79% |
| Nov 30, 2022 | 31.79% |
| Aug 31, 2022 | 25.16% |
| May 31, 2022 | 27.07% |
| Feb 28, 2022 | 11.58% |
| Nov 30, 2021 | 10.18% |
API Access
Oracle Corp Property, Plant & Equipment (Net) Growth (3y) 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=property-plant-and-equipment-net-growth-3y&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-3y", "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=property-plant-and-equipment-net-growth-3y&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();