Opera (OPRA) Payout Ratio (2023 - 2026)
Opera's (OPRA) quarterly Payout Ratio came in at 1.45 in Q1 2026, up 25.23% year-over-year from 1.16 in Q1 2025, and up 24.66% quarter-over-quarter from 1.92 in Q3 2025.
Opera (OPRA) Payout Ratio (2023 - 2026) Analysis & Trends
Opera has disclosed Payout Ratio across 4 years of filings, most recently posting 1.45 for Q1 2026.
- In Q1 2026, Payout Ratio rose 25.23% year-over-year to 1.45; the TTM figure through Jun 2026 stood at 0.57 (up 27.59% YoY), while the FY2025 annual figure was 0.66, down 41.81% from the prior year.
- Payout Ratio came in at 1.45 for Q1 2026 at Opera, up from 1.92 in the prior quarter.
- In the past five years, Payout Ratio ranged from a high of 0.0 in Q4 2024 to a low of 1.94 in Q1 2025.
- Average Payout Ratio over 4 years is 1.02, with a median of 1.06 recorded in 2026.
- Year-over-year, Payout Ratio slumped 83817.51% in 2024 and advanced 25.23% in 2026.
- Over 4 years, Payout Ratio stood at 0.64 in 2023, then soared by 100.04% to 0.0 in 2024, then sank by 689102.0% to 1.92 in 2025, then climbed by 24.66% to 1.45 in 2026.
- Per Business Quant data, the three most recent Payout Ratio figures were 1.45 in Q1 2026, 1.92 in Q3 2025, and 1.94 in Q1 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -1.45 |
| Sep 30, 2025 | -1.92 |
| Mar 31, 2025 | -1.94 |
| Dec 31, 2024 | 0.00 |
| Sep 30, 2024 | -1.54 |
| Mar 31, 2024 | -0.67 |
| Sep 30, 2023 | -0.64 |
| Mar 31, 2023 | 0.00 |
Opera Payout 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=payout-ratio&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payout-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=payout-ratio&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();