Opera (OPRA) Shares Outstanding (2016 - 2026)
Opera's (OPRA) quarterly Shares Outstanding (Entity) came in at $89.6 million in Q4 2025, up 1.32% year-over-year from $88.5 million in Q4 2024, and up 1.32% quarter-over-quarter from $88.5 million in Q4 2024.
Opera (OPRA) Shares Outstanding (2016 - 2026) Analysis & Trends
Opera has disclosed Shares Outstanding (Entity) across 10 years of filings, most recently posting $89.6 million for Q4 2025.
- In Q4 2025, Shares Outstanding (Entity) rose 1.32% year-over-year to $89.6 million; the TTM figure through Dec 2025 stood at $89.6 million (up 1.32% YoY), while the FY2025 annual figure was $89.6 million, up 1.32% from the prior year.
- Shares Outstanding (Entity) came in at $89.6 million for Q4 2025 at Opera, up from $88.5 million in the prior quarter.
- In the past five years, Shares Outstanding (Entity) ranged from a high of $230.3 million in Q4 2021 to a low of $88.5 million in Q4 2024.
- Average Shares Outstanding (Entity) over 5 years is $152.4 million, with a median of $175.0 million recorded in 2023.
- Year-over-year, Shares Outstanding (Entity) sank 49.45% in 2024 and grew 1.32% in 2025.
- Over 5 years, Shares Outstanding (Entity) stood at $230.3 million in 2021, then fell by 22.52% to $178.4 million in 2022, then fell by 1.9% to $175.0 million in 2023, then slumped by 49.45% to $88.5 million in 2024, then increased by 1.32% to $89.6 million in 2025.
- Per Business Quant data, the three most recent Shares Outstanding (Entity) figures were $89.6 million in Q4 2025, $88.5 million in Q4 2024, and $175.0 million in Q4 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 89.56 Mn |
| Mar 31, 2026 | 89.56 Mn |
| Dec 31, 2025 | 89.56 Mn |
| Sep 30, 2025 | 88.46 Mn |
| Jun 30, 2025 | 88.46 Mn |
| Mar 31, 2025 | 88.46 Mn |
| Dec 31, 2024 | 88.46 Mn |
| Sep 30, 2024 | 178.51 Mn |
| Jun 30, 2024 | 178.51 Mn |
| Mar 31, 2024 | 178.51 Mn |
| Dec 31, 2023 | 178.51 Mn |
| Sep 30, 2023 | 218.96 Mn |
| Jun 30, 2023 | 218.96 Mn |
| Mar 31, 2023 | 218.96 Mn |
| Dec 31, 2022 | 218.96 Mn |
| Sep 30, 2022 | 230.29 Mn |
| Jun 30, 2022 | 230.29 Mn |
| Mar 31, 2022 | 230.29 Mn |
| Dec 31, 2021 | 230.29 Mn |
| Sep 30, 2021 | 237.83 Mn |
Opera Shares Outstanding 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=shares-outstanding&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();