Opko Health (OPK) Liabilities from Discontinued Operations (2010 - 2024)
Opko Health's (OPK) quarterly Liabilities from Discontinued Operations came in at $8.9 million in Q2 2024, down 8.32% quarter-over-quarter from $9.7 million in Q1 2024.
Opko Health (OPK) Liabilities from Discontinued Operations (2010 - 2024) Analysis & Trends
Opko Health (OPK) has reported Liabilities from Discontinued Operations for 6 consecutive years, with $8.9 million the latest figure, recorded in Q2 2024.
- For the quarter ending Q2 2024, Liabilities from Discontinued Operations changed N/A year-over-year to $8.9 million; the trailing twelve-month figure through Jun 2024 stood at $8.9 million (changed N/A YoY), and the FY2024 full-year result was $8.9 million, changed N/A from the prior year.
- Liabilities from Discontinued Operations declined to $8.9 million in Q2 2024 per OPK's latest filing, from $9.7 million in the prior quarter.
- Across five years, Liabilities from Discontinued Operations topped out at $28.5 million in Q1 2022 and bottomed at $233000.0 in Q2 2021.
- Historically, Liabilities from Discontinued Operations has averaged $15.1 million across 3 years, with a median of $9.7 million in 2024.
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, 2024 | 8.87 Mn |
| Mar 31, 2024 | 9.68 Mn |
| Mar 31, 2022 | 28.51 Mn |
| Dec 31, 2021 | 28.16 Mn |
| Jun 30, 2021 | 233,000.00 |
| Sep 30, 2012 | 1,000.00 |
| Jun 30, 2012 | 87,000.00 |
| Mar 31, 2012 | 245,000.00 |
| Dec 31, 2011 | 174,000.00 |
| Sep 30, 2011 | 1.46 Mn |
| Dec 31, 2010 | 3.06 Mn |
Opko Health Liabilities from Discontinued Operations 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=liabilities-from-discontinued-operations&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "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=liabilities-from-discontinued-operations&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();