Opera (OPRA) Dividends Paid - Common (2023 - 2026)
Opera's (OPRA) quarterly Dividends Paid - Common came in at -$35.9 million in Q1 2026, down 1.36% year-over-year from -$36.4 million in Q1 2025, and little changed quarter-over-quarter from -$35.8 million in Q3 2025.
Opera (OPRA) Dividends Paid - Common (2023 - 2026) Analysis & Trends
Opera has disclosed Dividends Paid - Common across 4 years of filings, most recently posting -$35.9 million for Q1 2026.
- In Q1 2026, Dividends Paid - Common fell 1.36% year-over-year to -$35.9 million; the TTM figure through Jun 2026 stood at -$71.6 million (down 13.81% YoY), while the FY2025 annual figure was -$71.2 million, down 90.11% from the prior year.
- Dividends Paid - Common came in at -$35.9 million for Q1 2026 at Opera, roughly flat from -$35.8 million in the prior quarter.
- In the past five years, Dividends Paid - Common ranged from a high of $8000.0 in Q4 2024 to a low of -$35.9 million in Q1 2026.
- Average Dividends Paid - Common over 4 years is -$20.9 million, with a median of -$19.9 million recorded in 2023.
- Year-over-year, Dividends Paid - Common rose 19.55% in 2024 and slumped 258.47% in 2025.
- Over 4 years, Dividends Paid - Common stood at -$10.8 million in 2023, then jumped by 100.07% to $8000.0 in 2024, then sank by 447250.0% to -$35.8 million in 2025, then fell by 0.3% to -$35.9 million in 2026.
- Per Business Quant data, the three most recent Dividends Paid - Common figures were -$35.9 million in Q1 2026, -$35.8 million in Q3 2025, and -$35.4 million in Q1 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -35.88 Mn |
| Sep 30, 2025 | -35.77 Mn |
| Mar 31, 2025 | -35.40 Mn |
| Dec 31, 2024 | 8,000.00 |
| Sep 30, 2024 | -27.57 Mn |
| Mar 31, 2024 | -9.87 Mn |
| Sep 30, 2023 | -10.83 Mn |
| Mar 31, 2023 | -12.27 Mn |
Opera Dividends Paid - Common 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=dividends-paid-common&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "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=dividends-paid-common&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();