Opko Health (OPK) Change in Inventory (2010 - 2026)
Opko Health's (OPK) quarterly Change in Inventory came in at -$2.8 million in Q2 2026, down 694.56% on a YoY basis from $478000.0 in Q2 2025, and down 1387.96% quarter-over-quarter from -$191000.0 in Q1 2026.
Opko Health (OPK) Change in Inventory (2010 - 2026) Analysis & Trends
Opko Health (OPK) has reported Change in Inventory for 17 consecutive years, with -$2.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Inventory fell 694.56% year-over-year to -$2.8 million; the trailing twelve-month figure through Jun 2026 stood at -$4.8 million (down 112.87% YoY), and the FY2025 full-year result was $4.1 million, up 197.65% from the prior year.
- Change in Inventory eased to -$2.8 million in Q2 2026 per OPK's latest filing, from -$191000.0 in the prior quarter.
- Across five years, Change in Inventory topped out at $9.5 million in Q1 2022 and bottomed at -$12.3 million in Q2 2022.
- Historically, Change in Inventory has averaged -$2.2 million across 5 years, with a median of -$1.4 million in 2023.
- The sharpest annual moves came in 2025 and 2026: Change in Inventory jumped 339.09% in 2025, then tumbled 694.56% in 2026.
- Over 5 years, Change in Inventory stood at -$2.3 million in 2022, then plunged by 373.38% to -$11.1 million in 2023, then soared by 41.95% to -$6.5 million in 2024, then soared by 81.82% to -$1.2 million in 2025, then slumped by 142.28% to -$2.8 million in 2026.
- According to Business Quant data, Change in Inventory over the past three periods registered -$2.8 million, -$191000.0, and -$1.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn | 571.00 Mn |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn | 143.00 Mn |
| 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 | 36.00 Mn |
| 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 | 47.15 Mn |
| 10 | Opko Health | 1.25 Bn | 945.61 Mn | 80.02 Mn | -2.84 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.84 Mn |
| Mar 31, 2026 | -191,000.00 |
| Dec 31, 2025 | -1.17 Mn |
| Sep 30, 2025 | -624,000.00 |
| Jun 30, 2025 | 478,000.00 |
| Mar 31, 2025 | 5.44 Mn |
| Sep 30, 2024 | -6.45 Mn |
| Jun 30, 2024 | -1.73 Mn |
| Mar 31, 2024 | -2.27 Mn |
| Dec 31, 2023 | -11.12 Mn |
| Sep 30, 2023 | -1.33 Mn |
| Jun 30, 2023 | -1.44 Mn |
| Mar 31, 2023 | -1.31 Mn |
| Dec 31, 2022 | -2.35 Mn |
| Sep 30, 2022 | -8.45 Mn |
| Jun 30, 2022 | -12.33 Mn |
| Mar 31, 2022 | 9.46 Mn |
| Dec 31, 2021 | -16.43 Mn |
| Sep 30, 2021 | -18.07 Mn |
| Jun 30, 2021 | -24.10 Mn |
Opko Health Change in Inventory 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=change-in-inventory&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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=change-in-inventory&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();