Opera (OPRA) EPS (Basic) (2016 - 2026)
Opera's (OPRA) quarterly EPS (Basic) came in at $0.31 in Q2 2026, up 73.6% year-over-year from $0.18 in Q2 2025, and up 11.15% quarter-over-quarter from $0.28 in Q1 2026.
Opera (OPRA) EPS (Basic) (2016 - 2026) Analysis & Trends
Opera has disclosed EPS (Basic) across 11 years of filings, most recently posting $0.31 for Q2 2026.
- In Q2 2026, EPS (Basic) rose 73.6% year-over-year to $0.31; the TTM figure through Jun 2026 stood at $1.41 (up 55.25% YoY), while the FY2025 annual figure was $1.21, up 32.43% from the prior year.
- EPS (Basic) came in at $0.31 for Q2 2026 at Opera, up from $0.28 in the prior quarter.
- In the past five years, EPS (Basic) ranged from a high of $70.69 in Q1 2023 to a low of -$25.34 in Q2 2022.
- Average EPS (Basic) over 5 years is $2.7, with a median of $0.14 recorded in 2025.
- Year-over-year, EPS (Basic) slumped 12364.11% in 2022 and jumped 172618.03% in 2023.
- Over 5 years, EPS (Basic) stood at $0.06 in 2022, then jumped by 913.66% to $0.6 in 2023, then tumbled by 46.12% to $0.32 in 2024, then surged by 91.81% to $0.62 in 2025, then tumbled by 50.54% to $0.31 in 2026.
- Per Business Quant data, the three most recent EPS (Basic) figures were $0.31 in Q2 2026, $0.28 in Q1 2026, and $0.62 in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.31 |
| Mar 31, 2026 | 0.28 |
| Dec 31, 2025 | 0.62 |
| Sep 30, 2025 | 0.21 |
| Jun 30, 2025 | 0.18 |
| Mar 31, 2025 | 0.21 |
| Dec 31, 2024 | 0.32 |
| Sep 30, 2024 | 0.10 |
| Jun 30, 2024 | 0.11 |
| Mar 31, 2024 | 0.08 |
| Dec 31, 2023 | 0.60 |
| Sep 30, 2023 | 0.08 |
| Jun 30, 2023 | 0.06 |
| Mar 31, 2023 | 70.69 |
| Dec 31, 2022 | 0.06 |
| Sep 30, 2022 | 0.05 |
| Jun 30, 2022 | -25.34 |
| Mar 31, 2022 | -0.04 |
| Dec 31, 2021 | -0.49 |
| Sep 30, 2021 | 0.13 |
Opera EPS (Basic) 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=eps-basic&ticker=OPRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=OPRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();