Opera Ltd has paid 8 recorded cash distributions, spanning 2023 to 2026.
The highest single cash dividend paid by Opera Ltd is $0.80. The latest distribution of $0.40 was recorded on Jul 15, 2026.
The most recently recorded trailing dividend yield for Opera Ltd stands at -440.84%, peaking at 0.00% on N/A, and averaging — across the selected range.
View 8 recorded historical distributions for Opera Ltd, covering a time period spanning from 2023 to 2026.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Jul 7, 2026 | $0.40 | Cash | Jul 15, 2026 |
| 2 | Jan 7, 2026 | $0.40 | Cash | Jan 14, 2026 |
| 3 | Jul 8, 2025 | $0.40 | Cash | Jul 15, 2025 |
| 4 | Jan 6, 2025 | $0.40 | Cash | Jan 13, 2025 |
| 5 | Jul 2, 2024 | $0.40 | Cash | Jul 15, 2024 |
| 6 | Jan 2, 2024 | $0.40 | Cash | Jan 9, 2024 |
| 7 | Jun 29, 2023 | $0.40 | Cash | Jul 12, 2023 |
| 8 | Jan 27, 2023 | $0.80 | Cash | Feb 9, 2023 |
Pull Opera Ltd's full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=OPRA&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "OPRA", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=OPRA&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();