Opko Health (OPK) Work In Process (2019 - 2026)
Opko Health's (OPK) quarterly Work In Process came in at $2.3 million in Q2 2026, down 10.02% on a YoY basis from $2.5 million in Q2 2025, and up 56.21% quarter-over-quarter from $1.5 million in Q1 2026.
Opko Health (OPK) Work In Process (2019 - 2026) Analysis & Trends
Opko Health (OPK) has reported Work In Process for 8 consecutive years, with $2.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Work In Process fell 10.02% year-over-year to $2.3 million; the trailing twelve-month figure through Jun 2026 stood at $2.3 million (down 10.02% YoY), and the FY2025 full-year result was $726000.0, down 69.17% from the prior year.
- Work In Process rose to $2.3 million in Q2 2026 per OPK's latest filing, from $1.5 million in the prior quarter.
- Across five years, Work In Process topped out at $3.7 million in Q2 2023 and bottomed at $726000.0 in Q4 2025.
- Historically, Work In Process has averaged $2.3 million across 5 years, with a median of $2.4 million in 2024.
- The sharpest annual moves came in 2022 and 2025: Work In Process jumped 51.64% in 2022, then slumped 69.17% in 2025.
- Over 5 years, Work In Process stood at $2.4 million in 2022, then dropped by 29.32% to $1.7 million in 2023, then soared by 36.05% to $2.4 million in 2024, then sank by 69.17% to $726000.0 in 2025, then soared by 215.43% to $2.3 million in 2026.
- According to Business Quant data, Work In Process over the past three periods registered $2.3 million, $1.5 million, and $726000.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn |
| 3 | Merck | 362.11 Bn | 355.02 Bn | 12.21 Bn |
| 4 | Novartis Ag | 267.81 Bn | 260.52 Bn | 11.24 Bn |
| 5 | Pfizer | 157.31 Bn | 145.91 Bn | 10.94 Bn |
| 6 | Bristol Myers Squibb | 128.75 Bn | 117.69 Bn | 9.25 Bn |
| 7 | Sanofi | 51.80 Bn | 44.84 Bn | 10.79 Bn |
| 8 | Revolution Medicines | 40.91 Bn | 40.91 Bn | - |
| 9 | BeOne Medicines | 39.65 Bn | 34.55 Bn | 1.53 Bn |
| 10 | Opko Health | 1.25 Bn | 945.61 Mn | 80.02 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.29 Mn |
| Mar 31, 2026 | 1.47 Mn |
| Dec 31, 2025 | 726,000.00 |
| Sep 30, 2025 | 2.47 Mn |
| Jun 30, 2025 | 2.55 Mn |
| Mar 31, 2025 | 1.59 Mn |
| Dec 31, 2024 | 2.36 Mn |
| Sep 30, 2024 | 2.27 Mn |
| Jun 30, 2024 | 2.20 Mn |
| Mar 31, 2024 | 3.29 Mn |
| Dec 31, 2023 | 1.73 Mn |
| Sep 30, 2023 | 2.59 Mn |
| Jun 30, 2023 | 3.67 Mn |
| Mar 31, 2023 | 2.90 Mn |
| Dec 31, 2022 | 2.45 Mn |
| Dec 31, 2021 | 1.62 Mn |
| Dec 31, 2020 | 5.27 Mn |
| Dec 31, 2019 | 3.24 Mn |
Opko Health Work In Process 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=work-in-process&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "work-in-process", "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=work-in-process&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();