Opko Health (OPK) Share-based Compensation (2010 - 2026)
Opko Health's (OPK) quarterly Share-based Compensation came in at $2.2 million in Q2 2026, little changed on a YoY basis from $2.2 million in Q2 2025, and down 19.56% quarter-over-quarter from $2.7 million in Q1 2026.
Opko Health (OPK) Share-based Compensation (2010 - 2026) Analysis & Trends
Opko Health (OPK) has reported Share-based Compensation for 17 consecutive years, with $2.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Share-based Compensation changed 0.0% year-over-year to $2.2 million; the trailing twelve-month figure through Jun 2026 stood at $10.8 million (down 39.78% YoY), and the FY2025 full-year result was $45.9 million, up 0.94% from the prior year.
- Share-based Compensation retreated to $2.2 million in Q2 2026 per OPK's latest filing, from $2.7 million in the prior quarter.
- Across five years, Share-based Compensation topped out at $45.5 million in Q4 2024 and bottomed at $2.2 million in Q2 2025.
- Historically, Share-based Compensation has averaged $6.9 million across 5 years, with a median of $3.1 million in 2022.
- The sharpest annual moves came in 2023 and 2025: Share-based Compensation surged 545.49% in 2023, then sank 93.59% in 2025.
- Over 5 years, Share-based Compensation stood at $3.2 million in 2022, then soared by 545.49% to $20.6 million in 2023, then soared by 120.63% to $45.5 million in 2024, then tumbled by 93.59% to $2.9 million in 2025, then retreated by 24.5% to $2.2 million in 2026.
- According to Business Quant data, Share-based Compensation over the past three periods registered $2.2 million, $2.7 million, and $2.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn | -950.00 Mn |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn | 166.00 Mn |
| 3 | Merck | 362.11 Bn | 355.02 Bn | 12.21 Bn | 298.00 Mn |
| 4 | Novartis Ag | 267.81 Bn | 260.52 Bn | 11.24 Bn | - |
| 5 | Pfizer | 157.31 Bn | 145.91 Bn | 10.94 Bn | 249.00 Mn |
| 6 | Bristol Myers Squibb | 128.75 Bn | 117.69 Bn | 9.25 Bn | 135.00 Mn |
| 7 | Sanofi | 51.80 Bn | 44.84 Bn | 10.79 Bn | - |
| 8 | Revolution Medicines | 40.91 Bn | 40.91 Bn | - | 277.20 Mn |
| 9 | BeOne Medicines | 39.65 Bn | 34.55 Bn | 1.53 Bn | 137.41 Mn |
| 10 | Opko Health | 1.25 Bn | 945.61 Mn | 80.02 Mn | 2.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.20 Mn |
| Mar 31, 2026 | 2.74 Mn |
| Dec 31, 2025 | 2.91 Mn |
| Sep 30, 2025 | 3.00 Mn |
| Jun 30, 2025 | 2.20 Mn |
| Mar 31, 2025 | 2.62 Mn |
| Dec 31, 2024 | 45.49 Mn |
| Sep 30, 2024 | 8.00 Mn |
| Jun 30, 2024 | 5.20 Mn |
| Mar 31, 2024 | 2.60 Mn |
| Dec 31, 2023 | 20.62 Mn |
| Sep 30, 2023 | 3.20 Mn |
| Jun 30, 2023 | 2.80 Mn |
| Mar 31, 2023 | 2.72 Mn |
| Dec 31, 2022 | 3.19 Mn |
| Sep 30, 2022 | 3.40 Mn |
| Jun 30, 2022 | 4.30 Mn |
| Mar 31, 2022 | 7.62 Mn |
| Dec 31, 2021 | 3.70 Mn |
| Sep 30, 2021 | 3.82 Mn |
Opko Health Share-based Compensation 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=share-based-compensation&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();