Oracle Corp (ORCL-PD) EBITDA Margin Growth (3y) (2012 - 2026)
Analysis
Oracle Corp (ORCL-PD) EBITDA Margin Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | 831.00 |
| May 31, 2026 | 205.00 |
| Feb 28, 2026 | 549.00 |
| Nov 30, 2025 | 444.00 |
| Aug 31, 2025 | 574.00 |
| May 31, 2025 | -590.00 |
| Feb 28, 2025 | -551.00 |
| Nov 30, 2024 | 3,797.00 |
| Aug 31, 2024 | -524.00 |
| May 31, 2024 | -765.00 |
| Feb 29, 2024 | -1,022.00 |
| Nov 30, 2023 | -857.00 |
| Aug 31, 2023 | -781.00 |
| May 31, 2023 | 1,890.00 |
| Feb 28, 2023 | -972.00 |
| Nov 30, 2022 | -809.00 |
| Aug 31, 2022 | -829.00 |
| May 31, 2022 | -20.00 |
| Feb 28, 2022 | 100.00 |
| Nov 30, 2021 | -4,038.00 |
API Access
Oracle Corp EBITDA Margin 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=ebitda-margin-growth-3y&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-margin-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=ebitda-margin-growth-3y&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();