Opko Health (OPK) Other Non Operating Income (2010 - 2026)
Opko Health's (OPK) quarterly Other Non Operating Income came in at $1.8 million in Q2 2026, up 105.06% on a YoY basis from $876329.6 in Q2 2025, and up 205.15% quarter-over-quarter from -$1.7 million in Q1 2026.
Opko Health (OPK) Other Non Operating Income (2010 - 2026) Analysis & Trends
Opko Health (OPK) has reported Other Non Operating Income for 17 consecutive years, with $1.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income rose 105.06% year-over-year to $1.8 million; the trailing twelve-month figure through Jun 2026 stood at $876000.0 (down 99.51% YoY), and the FY2025 full-year result was -$29.9 million, down 114.44% from the prior year.
- Other Non Operating Income climbed to $1.8 million in Q2 2026 per OPK's latest filing, from -$1.7 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $128.8 million in Q3 2024 and bottomed at -$73.0 million in Q2 2022.
- Historically, Other Non Operating Income has averaged -$1.2 million across 5 years, with a median of -$1.4 million in 2022.
- The sharpest annual moves came in 2022 and 2023: Other Non Operating Income slumped 3547.69% in 2022, then jumped 1280.1% in 2023.
- Over 5 years, Other Non Operating Income stood at -$44.8 million in 2022, then jumped by 97.88% to -$949000.0 in 2023, then jumped by 13675.76% to $128.8 million in 2024, then slumped by 100.75% to -$960000.0 in 2025, then jumped by 287.19% to $1.8 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered $1.8 million, -$1.7 million, and -$960000.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 | 1.80 Mn |
| Mar 31, 2026 | -1.71 Mn |
| Dec 31, 2025 | -960,000.00 |
| Sep 30, 2025 | 1.75 Mn |
| Jun 30, 2025 | -35.52 Mn |
| Mar 31, 2025 | 4.85 Mn |
| Sep 30, 2024 | 128.83 Mn |
| Jun 30, 2024 | 80.20 Mn |
| Mar 31, 2024 | -26.16 Mn |
| Dec 31, 2023 | -949,000.00 |
| Sep 30, 2023 | -11.65 Mn |
| Jun 30, 2023 | -21.42 Mn |
| Mar 31, 2023 | 17.02 Mn |
| Dec 31, 2022 | -44.75 Mn |
| Sep 30, 2022 | -36.65 Mn |
| Jun 30, 2022 | -73.00 Mn |
| Mar 31, 2022 | -1.44 Mn |
| Dec 31, 2021 | 1.30 Mn |
| Sep 30, 2021 | -3.36 Mn |
| Jun 30, 2021 | -11.78 Mn |
Opko Health Other Non Operating Income 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=other-non-operating-income&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();