Opko Health (OPK) Minority Interest (2012 - 2015)
Opko Health's (OPK) quarterly Minority Interest came in at -$1.4 million in Q3 2015, up 76.32% on a YoY basis from -$793995.8 in Q3 2014, and up 82.06% quarter-over-quarter from -$7.8 million in Q2 2015.
Opko Health (OPK) Minority Interest (2012 - 2015) Analysis & Trends
Opko Health (OPK) has reported Minority Interest for 4 consecutive years, with -$1.4 million the latest figure, recorded in Q3 2015.
- For the quarter ending Q3 2015, Minority Interest rose 76.32% year-over-year to -$1.4 million; the trailing twelve-month figure through Sep 2015 stood at -$1.4 million (up 76.32% YoY), and the FY2014 full-year result was -$6.4 million, down 86.62% from the prior year.
- Minority Interest improved to -$1.4 million in Q3 2015 per OPK's latest filing, from -$7.8 million in the prior quarter.
- Across five years, Minority Interest topped out at -$492000.0 in Q4 2012 and bottomed at -$7.8 million in Q2 2015.
- Historically, Minority Interest has averaged -$4.2 million across 4 years, with a median of -$4.0 million in 2014.
- The sharpest annual moves came in 2013 and 2015: Minority Interest slumped 597.36% in 2013, then jumped 76.32% in 2015.
- Over 4 years, Minority Interest stood at -$492000.0 in 2012, then plunged by 597.36% to -$3.4 million in 2013, then sank by 86.62% to -$6.4 million in 2014, then soared by 78.14% to -$1.4 million in 2015.
- According to Business Quant data, Minority Interest over the past three periods registered -$1.4 million, -$7.8 million, and -$7.3 million for Q3 2015, Q2 2015, and Q1 2015 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 |
|---|---|
| Sep 30, 2015 | -1.40 Mn |
| Jun 30, 2015 | -7.80 Mn |
| Mar 31, 2015 | -7.33 Mn |
| Dec 31, 2014 | -6.40 Mn |
| Sep 30, 2014 | -5.91 Mn |
| Jun 30, 2014 | -4.57 Mn |
| Mar 31, 2014 | -3.97 Mn |
| Dec 31, 2013 | -3.43 Mn |
| Sep 30, 2013 | -2.80 Mn |
| Jun 30, 2013 | -2.00 Mn |
| Dec 31, 2012 | -492,000.00 |
Opko Health Minority Interest 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=minority-interest&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();