Opera (OPRA) Assets (QoQ) (2017 - 2026)
Analysis
Opera (OPRA) Assets (QoQ) (2017 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.86% |
| Mar 31, 2026 | -0.20% |
| Dec 31, 2025 | 7.88% |
| Sep 30, 2025 | -0.93% |
| Jun 30, 2025 | 2.55% |
| Mar 31, 2025 | -1.18% |
| Dec 31, 2024 | 4.24% |
| Sep 30, 2024 | 0.47% |
| Jun 30, 2024 | 0.99% |
| Mar 31, 2024 | -1.28% |
| Dec 31, 2023 | 12.21% |
| Sep 30, 2023 | -0.83% |
| Jun 30, 2023 | -0.33% |
| Mar 31, 2023 | -5.51% |
| Dec 31, 2022 | -10.03% |
| Sep 30, 2022 | 1.76% |
| Jun 30, 2022 | -1.91% |
| Mar 31, 2022 | -1.66% |
| Dec 31, 2021 | -9.90% |
| Sep 30, 2021 | 1.89% |
API Access
Opera Assets (QoQ) 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=assets-qoq&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-qoq", "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=assets-qoq&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();