Opko Health (OPK) Deferred Taxes (2012 - 2026)
Opko Health's (OPK) quarterly Deferred Taxes came in at -$6.3 million in Q2 2026, up 60.13% on a YoY basis from -$3.9 million in Q2 2025, and up 20.6% quarter-over-quarter from -$7.9 million in Q1 2026.
Opko Health (OPK) Deferred Taxes (2012 - 2026) Analysis & Trends
Opko Health (OPK) has reported Deferred Taxes for 15 consecutive years, with -$6.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Deferred Taxes rose 60.13% year-over-year to -$6.3 million; the trailing twelve-month figure through Jun 2026 stood at -$6.0 million (up 69.79% YoY), and the FY2025 full-year result was -$15.0 million, down 169.65% from the prior year.
- Deferred Taxes grew to -$6.3 million in Q2 2026 per OPK's latest filing, from -$7.9 million in the prior quarter.
- Across five years, Deferred Taxes topped out at $18.3 million in Q3 2025 and bottomed at -$39.9 million in Q3 2022.
- Historically, Deferred Taxes has averaged -$6.0 million across 5 years, with a median of -$6.3 million in 2026.
- The widest YoY moves for Deferred Taxes: up 281.95% in 2022, down 39445.54% in 2022.
- Over 5 years, Deferred Taxes stood at -$25.5 million in 2022, then soared by 72.91% to -$6.9 million in 2023, then jumped by 211.28% to $7.7 million in 2024, then sank by 231.89% to -$10.1 million in 2025, then jumped by 38.27% to -$6.3 million in 2026.
- According to Business Quant data, Deferred Taxes over the past three periods registered -$6.3 million, -$7.9 million, and -$10.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn | -479.00 Mn |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn | -195.00 Mn |
| 3 | Merck | 362.11 Bn | 355.02 Bn | 12.21 Bn | -544.00 Mn |
| 4 | Novartis Ag | 267.81 Bn | 260.52 Bn | 11.24 Bn | - |
| 5 | Pfizer | 157.31 Bn | 145.91 Bn | 10.94 Bn | -1.32 Bn |
| 6 | Bristol Myers Squibb | 128.75 Bn | 117.69 Bn | 9.25 Bn | -195.00 Mn |
| 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 | -6.27 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.27 Mn |
| Mar 31, 2026 | -7.89 Mn |
| Dec 31, 2025 | -10.15 Mn |
| Sep 30, 2025 | 18.29 Mn |
| Jun 30, 2025 | -15.71 Mn |
| Mar 31, 2025 | -7.42 Mn |
| Sep 30, 2024 | 7.70 Mn |
| Jun 30, 2024 | -4.48 Mn |
| Mar 31, 2024 | -2.68 Mn |
| Dec 31, 2023 | -6.92 Mn |
| Sep 30, 2023 | 5.55 Mn |
| Jun 30, 2023 | 1.65 Mn |
| Mar 31, 2023 | 102,000.00 |
| Dec 31, 2022 | -25.52 Mn |
| Sep 30, 2022 | -39.94 Mn |
| Jun 30, 2022 | 13.41 Mn |
| Mar 31, 2022 | -22.36 Mn |
| Dec 31, 2021 | 8.52 Mn |
| Sep 30, 2021 | -101,000.00 |
| Jun 30, 2021 | 3.51 Mn |
Opko Health Deferred Taxes 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=deferred-taxes&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "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=deferred-taxes&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();