Opko Health (OPK) Interest Coverage Ratio (2011 - 2026)
Opko Health's (OPK) quarterly Interest Coverage Ratio came in at 0.61 in Q2 2026, up 28.17% on a YoY basis from 0.48 in Q2 2025, and up 86.86% quarter-over-quarter from 4.66 in Q1 2026.
Opko Health (OPK) Interest Coverage Ratio (2011 - 2026) Analysis & Trends
Opko Health (OPK) has reported Interest Coverage Ratio for 16 consecutive years, with 0.61 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Interest Coverage Ratio rose 28.17% year-over-year to 0.61; the trailing twelve-month figure through Jun 2026 stood at 1.07 (up 61.85% YoY), and the FY2025 full-year result was 1.08, up 66.21% from the prior year.
- Interest Coverage Ratio rose to 0.61 in Q2 2026 per OPK's latest filing, from 4.66 in the prior quarter.
- Across five years, Interest Coverage Ratio topped out at 4.23 in Q3 2025 and bottomed at 29.11 in Q3 2022.
- Historically, Interest Coverage Ratio has averaged 9.02 across 5 years, with a median of 4.66 in 2026.
- The sharpest annual moves came in 2024 and 2025: Interest Coverage Ratio slumped 491.48% in 2024, then surged 218.2% in 2025.
- Over 5 years, Interest Coverage Ratio stood at 16.74 in 2022, then decreased by 19.46% to 20.0 in 2023, then surged by 82.1% to 3.58 in 2024, then rose by 5.35% to 3.39 in 2025, then soared by 81.92% to 0.61 in 2026.
- According to Business Quant data, Interest Coverage Ratio over the past three periods registered 0.61, 4.66, and 3.39 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn | 25.41 |
| 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 | 10.28 |
| 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 | 3.65 |
| 8 | Revolution Medicines | 40.91 Bn | 40.91 Bn | - | -21.24 |
| 9 | BeOne Medicines | 39.65 Bn | 34.55 Bn | 1.53 Bn | 8.18 |
| 10 | Opko Health | 1.25 Bn | 945.61 Mn | 80.02 Mn | -0.61 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.61 |
| Mar 31, 2026 | -4.66 |
| Dec 31, 2025 | -3.39 |
| Sep 30, 2025 | 4.23 |
| Jun 30, 2025 | -0.85 |
| Mar 31, 2025 | -4.34 |
| Sep 30, 2024 | -3.58 |
| Jun 30, 2024 | -8.39 |
| Mar 31, 2024 | -9.30 |
| Dec 31, 2023 | -20.00 |
| Sep 30, 2023 | -19.03 |
| Jun 30, 2023 | 2.14 |
| Mar 31, 2023 | -9.02 |
| Dec 31, 2022 | -16.74 |
| Sep 30, 2022 | -29.11 |
| Jun 30, 2022 | -3.49 |
| Mar 31, 2022 | -27.21 |
| Dec 31, 2021 | -14.64 |
| Sep 30, 2021 | 8.82 |
| Jun 30, 2021 | 1.14 |
Opko Health Interest Coverage Ratio 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=interest-coverage-ratio&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio", "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=interest-coverage-ratio&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();