Opera (OPRA) Inventory Average (2019 - 2021)
Opera's (OPRA) quarterly Inventory Average came in at $22500.0 in Q3 2021, down 87.57% year-over-year from $181000.0 in Q3 2020, and up 7.14% quarter-over-quarter from $21000.0 in Q2 2021.
Opera (OPRA) Inventory Average (2019 - 2021) Analysis & Trends
Opera has disclosed Inventory Average across 3 years of filings, most recently posting $22500.0 for Q3 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2021 | 22,500.00 |
| Jun 30, 2021 | 21,000.00 |
| Sep 30, 2020 | 181,000.00 |
| Jun 30, 2020 | 3.76 Mn |
| Mar 31, 2020 | 7.54 Mn |
| Dec 31, 2019 | 4.84 Mn |
Opera Inventory Average 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=inventory-average&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory-average", "ticker": "OPRA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=inventory-average&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();