Opko Health (OPK) EBT (2010 - 2026)
Opko Health's (OPK) quarterly EBT came in at -$13.4 million in Q2 2026, up 91.76% on a YoY basis from -$7.0 million in Q2 2025, and up 78.02% quarter-over-quarter from -$61.0 million in Q1 2026.
Opko Health (OPK) EBT (2010 - 2026) Analysis & Trends
Opko Health (OPK) has reported EBT for 17 consecutive years, with -$13.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT rose 91.76% year-over-year to -$13.4 million; the trailing twelve-month figure through Jun 2026 stood at -$79.8 million (up 71.62% YoY), and the FY2025 full-year result was -$241.4 million, down 2229.32% from the prior year.
- EBT improved to -$13.4 million in Q2 2026 per OPK's latest filing, from -$61.0 million in the prior quarter.
- Across five years, EBT topped out at $48.4 million in Q3 2024 and bottomed at -$162.5 million in Q2 2025.
- Historically, EBT has averaged -$60.0 million across 5 years, with a median of -$73.4 million in 2025.
- The sharpest annual moves came in 2022 and 2024: EBT plunged 659.45% in 2022, then surged 161.78% in 2024.
- Over 5 years, EBT stood at -$102.2 million in 2022, then increased by 29.05% to -$72.5 million in 2023, then surged by 166.79% to $48.4 million in 2024, then slumped by 196.86% to -$46.9 million in 2025, then jumped by 71.43% to -$13.4 million in 2026.
- According to Business Quant data, EBT over the past three periods registered -$13.4 million, -$61.0 million, and -$46.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn | 6.75 Bn |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn | 4.28 Bn |
| 3 | Merck | 362.11 Bn | 355.02 Bn | 12.21 Bn | -683.00 Mn |
| 4 | Novartis Ag | 267.81 Bn | 260.52 Bn | 11.24 Bn | 4.27 Bn |
| 5 | Pfizer | 157.31 Bn | 145.91 Bn | 10.94 Bn | -653.00 Mn |
| 6 | Bristol Myers Squibb | 128.75 Bn | 117.69 Bn | 9.25 Bn | 4.09 Bn |
| 7 | Sanofi | 51.80 Bn | 44.84 Bn | 10.79 Bn | 1.64 Bn |
| 8 | Revolution Medicines | 40.91 Bn | 40.91 Bn | - | -644.37 Mn |
| 9 | BeOne Medicines | 39.65 Bn | 34.55 Bn | 1.53 Bn | 312.46 Mn |
| 10 | Opko Health | 1.25 Bn | 945.61 Mn | 80.02 Mn | -13.40 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -13.40 Mn |
| Mar 31, 2026 | -60.96 Mn |
| Dec 31, 2025 | -46.90 Mn |
| Sep 30, 2025 | 41.43 Mn |
| Jun 30, 2025 | -162.52 Mn |
| Mar 31, 2025 | -73.37 Mn |
| Sep 30, 2024 | 48.42 Mn |
| Jun 30, 2024 | -93.77 Mn |
| Mar 31, 2024 | -83.18 Mn |
| Dec 31, 2023 | -72.49 Mn |
| Sep 30, 2023 | -78.38 Mn |
| Jun 30, 2023 | -16.45 Mn |
| Mar 31, 2023 | -17.00 Mn |
| Dec 31, 2022 | -102.18 Mn |
| Sep 30, 2022 | -126.38 Mn |
| Jun 30, 2022 | -86.31 Mn |
| Mar 31, 2022 | -76.65 Mn |
| Dec 31, 2021 | -65.81 Mn |
| Sep 30, 2021 | 31.47 Mn |
| Jun 30, 2021 | -11.37 Mn |
Opko Health EBT 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=ebt&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();