Opera (OPRA) Dividend Coverage Ratio (2023 - 2026)
Opera's (OPRA) quarterly Dividend Coverage Ratio came in at 0.69 in Q1 2026, down 33.74% year-over-year from 1.04 in Q1 2025, and down 32.74% quarter-over-quarter from 0.52 in Q3 2025.
Opera (OPRA) Dividend Coverage Ratio (2023 - 2026) Analysis & Trends
Opera has disclosed Dividend Coverage Ratio across 4 years of filings, most recently posting 0.69 for Q1 2026.
- In Q1 2026, Dividend Coverage Ratio fell 33.74% year-over-year to 0.69; the TTM figure through Jun 2026 stood at 1.77 (down 38.1% YoY), while the FY2025 annual figure was 1.52, up 29.48% from the prior year.
- Dividend Coverage Ratio came in at 0.69 for Q1 2026 at Opera, down from 0.52 in the prior quarter.
- In the past five years, Dividend Coverage Ratio ranged from a high of 3586.0 in Q4 2024 to a low of 1261.14 in Q1 2023.
- Average Dividend Coverage Ratio over 4 years is 289.93, with a median of 0.67 recorded in 2024.
- Year-over-year, Dividend Coverage Ratio jumped 99.88% in 2024 and slumped 33.74% in 2026.
- Over 4 years, Dividend Coverage Ratio stood at 1.55 in 2023, then jumped by 230817.22% to 3586.0 in 2024, then tumbled by 100.01% to 0.52 in 2025, then tumbled by 32.74% to 0.69 in 2026.
- Per Business Quant data, the three most recent Dividend Coverage Ratio figures were 0.69 in Q1 2026, 0.52 in Q3 2025, and 0.52 in Q1 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -0.69 |
| Sep 30, 2025 | -0.52 |
| Mar 31, 2025 | -0.52 |
| Dec 31, 2024 | 3,586.00 |
| Sep 30, 2024 | -0.65 |
| Mar 31, 2024 | -1.50 |
| Sep 30, 2023 | -1.55 |
| Mar 31, 2023 | -1,261.14 |
Opera Dividend Coverage Ratio 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-coverage-ratio&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio", "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-coverage-ratio&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();