Opera (OPRA) Net Shares Issued and Repurchased (2022 - 2026)
Opera's (OPRA) quarterly Net Shares Issued and Repurchased came in at -$27.1 million in Q2 2026, down 110.79% quarter-over-quarter from -$12.8 million in Q1 2026.
Opera (OPRA) Net Shares Issued and Repurchased (2022 - 2026) Analysis & Trends
Opera has disclosed Net Shares Issued and Repurchased across 3 years of filings, most recently posting -$27.1 million for Q2 2026.
- In Q2 2026, Net Shares Issued and Repurchased changed N/A year-over-year to -$27.1 million; the TTM figure through Jun 2026 stood at -$27.1 million (changed N/A YoY), while the FY2023 annual figure was -$32.7 million, up 77.62% from the prior year.
- Net Shares Issued and Repurchased came in at -$27.1 million for Q2 2026 at Opera, down from -$12.8 million in the prior quarter.
- In the past five years, Net Shares Issued and Repurchased ranged from a high of -$12.8 million in Q1 2026 to a low of -$146.1 million in Q4 2022.
- Average Net Shares Issued and Repurchased over 3 years is -$54.7 million, with a median of -$29.9 million recorded in 2023.
- The largest YoY upside for Net Shares Issued and Repurchased was 77.62% in 2023 against a maximum downside of 77.62% in 2023.
- Over 3 years, Net Shares Issued and Repurchased stood at -$146.1 million in 2022, then soared by 77.62% to -$32.7 million in 2023, then climbed by 17.18% to -$27.1 million in 2026.
- Per Business Quant data, the three most recent Net Shares Issued and Repurchased figures were -$27.1 million in Q2 2026, -$12.8 million in Q1 2026, and -$32.7 million in Q4 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -27.08 Mn |
| Mar 31, 2026 | -12.85 Mn |
| Dec 31, 2023 | -32.70 Mn |
| Dec 31, 2022 | -146.07 Mn |
Opera Net Shares Issued and Repurchased 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=net-shares-issued-and-repurchased&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-shares-issued-and-repurchased", "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=net-shares-issued-and-repurchased&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();