Oracle Corp (ORCL-PD) Treasury Shares (2018 - 2020)
Oracle's (ORCL-PD) quarterly Treasury Shares came in at $14.0 billion in Q1 2020, down 53.33% year-over-year from $30.0 billion in Q1 2019, and up 40.0% on a QoQ basis from $10.0 billion in Q4 2019.
Oracle Corp (ORCL-PD) Treasury Shares (2018 - 2020) Analysis & Trends
Oracle (ORCL-PD) has 3 years of Treasury Shares data on file, last reported at $14.0 billion in Q1 2020.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Feb 29, 2020 | 14.00 Bn |
| Feb 29, 2020 | 14.00 Bn |
| Nov 30, 2019 | 10.00 Bn |
| Nov 30, 2019 | 10.00 Bn |
| Aug 31, 2019 | 5.00 Bn |
| Aug 31, 2019 | 5.00 Bn |
| Feb 28, 2019 | 30.00 Bn |
| Feb 28, 2019 | 30.00 Bn |
| Nov 30, 2018 | 20.00 Bn |
| Nov 30, 2018 | 20.00 Bn |
| Aug 31, 2018 | 10.00 Bn |
| Aug 31, 2018 | 10.00 Bn |
| Feb 28, 2018 | 6.50 Bn |
| Feb 28, 2018 | 6.50 Bn |
Oracle Corp Treasury Shares 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=treasury-shares&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=ORCL-PD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();