Opera (OPRA) Dividend Yield (2023 - 2026)
Opera's (OPRA) quarterly Dividend Yield came in at 2.81% in Q1 2026, down 30.0% year-over-year from 4.01% in Q1 2025, and down 43.28% quarter-over-quarter from 1.96% in Q3 2025.
Opera (OPRA) Dividend Yield (2023 - 2026) Analysis & Trends
Opera has disclosed Dividend Yield across 4 years of filings, most recently posting 2.81% for Q1 2026.
- In Q1 2026, Dividend Yield fell 30.0% year-over-year to 2.81%; the TTM figure through Jun 2026 stood at 4.03% (down 27.0% YoY), while the FY2025 annual figure was 5.61%, down 337.0% from the prior year.
- Dividend Yield came in at 2.81% for Q1 2026 at Opera, down from 1.96% in the prior quarter.
- In the past five years, Dividend Yield ranged from a high of 0.0% in Q4 2024 to a low of 2.81% in Q1 2026.
- Average Dividend Yield over 4 years is 1.23%, with a median of 0.85% recorded in 2023.
- Year-over-year, Dividend Yield jumped 32 bps in 2024 and sank 215 bps in 2025.
- Over 4 years, Dividend Yield stood at 0.54% in 2023, then soared by 100 bps to 0.0% in 2024, then tumbled by 410421 bps to 1.96% in 2025, then tumbled by 43 bps to 2.81% in 2026.
- Per Business Quant data, the three most recent Dividend Yield figures were 2.81% in Q1 2026, 1.96% in Q3 2025, and 2.51% in Q1 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -2.81% |
| Sep 30, 2025 | -1.96% |
| Mar 31, 2025 | -2.51% |
| Dec 31, 2024 | 0.00% |
| Sep 30, 2024 | -1.02% |
| Mar 31, 2024 | -0.36% |
| Sep 30, 2023 | -0.54% |
| Mar 31, 2023 | -0.68% |
Opera Dividend Yield 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=dividend-yield&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "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=dividend-yield&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();