Opko Health (OPK) Change in Accured Expenses (2010 - 2026)
Opko Health's (OPK) quarterly Change in Accured Expenses came in at -$8.3 million in Q2 2026, up 65.73% on a YoY basis from -$5.0 million in Q2 2025, and down 1.81% quarter-over-quarter from -$8.2 million in Q1 2026.
Opko Health (OPK) Change in Accured Expenses (2010 - 2026) Analysis & Trends
Opko Health (OPK) has reported Change in Accured Expenses for 17 consecutive years, with -$8.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Accured Expenses rose 65.73% year-over-year to -$8.3 million; the trailing twelve-month figure through Jun 2026 stood at -$20.7 million (down 535.3% YoY), and the FY2025 full-year result was -$47.8 million, down 198.27% from the prior year.
- Change in Accured Expenses slipped to -$8.3 million in Q2 2026 per OPK's latest filing, from -$8.2 million in the prior quarter.
- Across five years, Change in Accured Expenses topped out at $45.0 million in Q3 2024 and bottomed at -$36.2 million in Q1 2022.
- Historically, Change in Accured Expenses has averaged -$6.7 million across 5 years, with a median of -$8.2 million in 2026.
- The sharpest annual moves came in 2024 and 2025: Change in Accured Expenses jumped 794.75% in 2024, then plunged 1752.63% in 2025.
- Over 5 years, Change in Accured Expenses stood at -$8.5 million in 2022, then plunged by 83.68% to -$15.6 million in 2023, then soared by 388.63% to $45.0 million in 2024, then tumbled by 108.4% to -$3.8 million in 2025, then tumbled by 120.07% to -$8.3 million in 2026.
- According to Business Quant data, Change in Accured Expenses over the past three periods registered -$8.3 million, -$8.2 million, and -$3.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Accured Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn | 2.32 Bn |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn | 1.20 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 | 360.00 Mn |
| 7 | Sanofi | 51.80 Bn | 44.84 Bn | 10.79 Bn | - |
| 8 | Revolution Medicines | 40.91 Bn | 40.91 Bn | - | 55.78 Mn |
| 9 | BeOne Medicines | 39.65 Bn | 34.55 Bn | 1.53 Bn | 212.44 Mn |
| 10 | Opko Health | 1.25 Bn | 945.61 Mn | 80.02 Mn | -8.31 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.31 Mn |
| Mar 31, 2026 | -8.16 Mn |
| Dec 31, 2025 | -3.78 Mn |
| Sep 30, 2025 | -420,000.00 |
| Jun 30, 2025 | -24.25 Mn |
| Mar 31, 2025 | -19.40 Mn |
| Sep 30, 2024 | 44.95 Mn |
| Jun 30, 2024 | 3.44 Mn |
| Mar 31, 2024 | -1.05 Mn |
| Dec 31, 2023 | -15.57 Mn |
| Sep 30, 2023 | 5.02 Mn |
| Jun 30, 2023 | -4.47 Mn |
| Mar 31, 2023 | 9.55 Mn |
| Dec 31, 2022 | -8.48 Mn |
| Sep 30, 2022 | -12.65 Mn |
| Jun 30, 2022 | -33.80 Mn |
| Mar 31, 2022 | -36.18 Mn |
| Dec 31, 2021 | 31.96 Mn |
| Sep 30, 2021 | -16.53 Mn |
| Jun 30, 2021 | -22.03 Mn |
Opko Health Change in Accured Expenses 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-accured-expenses&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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-accured-expenses&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();