Opera (OPRA) EBT (QoQ) (2017 - 2026)
Analysis
Opera (OPRA) EBT (QoQ) (2017 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 12.73% |
| Mar 31, 2026 | -53.36% |
| Dec 31, 2025 | 183.74% |
| Sep 30, 2025 | 27.14% |
| Jun 30, 2025 | -14.56% |
| Mar 31, 2025 | -38.90% |
| Dec 31, 2024 | 49.35% |
| Sep 30, 2024 | 2.97% |
| Jun 30, 2024 | 13.66% |
| Mar 31, 2024 | -82.22% |
| Dec 31, 2023 | 542.15% |
| Sep 30, 2023 | 16.14% |
| Jun 30, 2023 | -99.92% |
| Mar 31, 2023 | -7.38% |
| Dec 31, 2022 | 139,003.84% |
| Sep 30, 2022 | 794.89% |
| Jun 30, 2022 | 76.28% |
| Mar 31, 2022 | 91.91% |
| Dec 31, 2021 | -556.88% |
| Sep 30, 2021 | -43.57% |
API Access
Opera EBT (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=ebt-qoq&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-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=ebt-qoq&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();