Opko Health (OPK) EPS (Basic) (2010 - 2026)
Opko Health's (OPK) quarterly EPS (Basic) came in at -$0.01 in Q2 2026, up 94.08% on a YoY basis from -$0.01 in Q2 2025, and up 84.58% quarter-over-quarter from -$0.07 in Q1 2026.
Opko Health (OPK) EPS (Basic) (2010 - 2026) Analysis & Trends
Opko Health (OPK) has reported EPS (Basic) for 17 consecutive years, with -$0.01 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) rose 94.08% year-over-year to -$0.01; the trailing twelve-month figure through Jun 2026 stood at -$0.05 (up 86.05% YoY), and the FY2025 full-year result was -$0.25, down 231.12% from the prior year.
- EPS (Basic) improved to -$0.01 in Q2 2026 per OPK's latest filing, from -$0.07 in the prior quarter.
- Across five years, EPS (Basic) topped out at $0.04 in Q3 2024 and bottomed at -$0.19 in Q2 2025.
- Historically, EPS (Basic) has averaged -$0.07 across 5 years, with a median of -$0.09 in 2023.
- The sharpest annual moves came in 2022 and 2024: EPS (Basic) plunged 471.1% in 2022, then surged 131.89% in 2024.
- Over 5 years, EPS (Basic) stood at -$0.12 in 2022, then rose by 25.38% to -$0.09 in 2023, then soared by 140.53% to $0.04 in 2024, then plunged by 86.11% to $0.0 in 2025, then sank by 323.85% to -$0.01 in 2026.
- According to Business Quant data, EPS (Basic) over the past three periods registered -$0.01, -$0.07, and $0.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn | 2.30 |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn | 2.04 |
| 3 | Merck | 362.11 Bn | 355.02 Bn | 12.21 Bn | -0.54 |
| 4 | Novartis Ag | 267.81 Bn | 260.52 Bn | 11.24 Bn | 1.68 |
| 5 | Pfizer | 157.31 Bn | 145.91 Bn | 10.94 Bn | -0.04 |
| 6 | Bristol Myers Squibb | 128.75 Bn | 117.69 Bn | 9.25 Bn | 1.62 |
| 7 | Sanofi | 51.80 Bn | 44.84 Bn | 10.79 Bn | 0.33 |
| 8 | Revolution Medicines | 40.91 Bn | 40.91 Bn | - | -3.06 |
| 9 | BeOne Medicines | 39.65 Bn | 34.55 Bn | 1.53 Bn | 2.12 |
| 10 | Opko Health | 1.25 Bn | 945.61 Mn | 80.02 Mn | -0.01 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.01 |
| Mar 31, 2026 | -0.07 |
| Dec 31, 2025 | 0.00 |
| Sep 30, 2025 | 0.03 |
| Jun 30, 2025 | -0.19 |
| Mar 31, 2025 | -0.10 |
| Sep 30, 2024 | 0.04 |
| Jun 30, 2024 | -0.13 |
| Mar 31, 2024 | -0.12 |
| Dec 31, 2023 | -0.09 |
| Sep 30, 2023 | -0.11 |
| Jun 30, 2023 | -0.03 |
| Mar 31, 2023 | -0.02 |
| Dec 31, 2022 | -0.12 |
| Sep 30, 2022 | -0.11 |
| Jun 30, 2022 | -0.14 |
| Mar 31, 2022 | -0.08 |
| Dec 31, 2021 | -0.11 |
| Sep 30, 2021 | 0.04 |
| Jun 30, 2021 | -0.02 |
Opko Health 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=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "ticker": "OPK", "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=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();