Opko Health (OPK) Net Cash Flow (2010 - 2026)
Opko Health's (OPK) quarterly Net Cash Flow came in at -$41.0 million in Q2 2026, up 75.27% on a YoY basis from -$23.4 million in Q2 2025, and down 56.05% quarter-over-quarter from -$26.3 million in Q1 2026.
Opko Health (OPK) Net Cash Flow (2010 - 2026) Analysis & Trends
Opko Health (OPK) has reported Net Cash Flow for 17 consecutive years, with -$41.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Cash Flow rose 75.27% year-over-year to -$41.0 million; the trailing twelve-month figure through Jun 2026 stood at $30.2 million (down 70.63% YoY), and the FY2025 full-year result was -$66.3 million, down 118.79% from the prior year.
- Net Cash Flow eased to -$41.0 million in Q2 2026 per OPK's latest filing, from -$26.3 million in the prior quarter.
- Across five years, Net Cash Flow topped out at $321.8 million in Q3 2024 and bottomed at -$165.7 million in Q2 2025.
- Historically, Net Cash Flow has averaged $4.4 million across 5 years, with a median of -$28.5 million in 2022.
- The widest YoY moves for Net Cash Flow: up 916.96% in 2024, down 2199.92% in 2024.
- Over 5 years, Net Cash Flow stood at -$29.3 million in 2022, then slumped by 48.1% to -$43.5 million in 2023, then jumped by 840.37% to $321.8 million in 2024, then slumped by 114.39% to -$46.3 million in 2025, then gained by 11.48% to -$41.0 million in 2026.
- According to Business Quant data, Net Cash Flow over the past three periods registered -$41.0 million, -$26.3 million, and -$46.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn | -1.27 Bn |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn | -2.82 Bn |
| 3 | Merck | 362.11 Bn | 355.02 Bn | 12.21 Bn | 1.53 Bn |
| 4 | Novartis Ag | 267.81 Bn | 260.52 Bn | 11.24 Bn | 757.00 Mn |
| 5 | Pfizer | 157.31 Bn | 145.91 Bn | 10.94 Bn | -722.00 Mn |
| 6 | Bristol Myers Squibb | 128.75 Bn | 117.69 Bn | 9.25 Bn | -851.00 Mn |
| 7 | Sanofi | 51.80 Bn | 44.84 Bn | 10.79 Bn | 918.27 Mn |
| 8 | Revolution Medicines | 40.91 Bn | 40.91 Bn | - | 374.50 Mn |
| 9 | BeOne Medicines | 39.65 Bn | 34.55 Bn | 1.53 Bn | 407.41 Mn |
| 10 | Opko Health | 1.25 Bn | 945.61 Mn | 80.02 Mn | -40.99 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -40.99 Mn |
| Mar 31, 2026 | -26.27 Mn |
| Dec 31, 2025 | -46.31 Mn |
| Sep 30, 2025 | 143.80 Mn |
| Jun 30, 2025 | -165.74 Mn |
| Mar 31, 2025 | 1.95 Mn |
| Sep 30, 2024 | 321.79 Mn |
| Jun 30, 2024 | -55.06 Mn |
| Mar 31, 2024 | -19.35 Mn |
| Dec 31, 2023 | -43.46 Mn |
| Sep 30, 2023 | 31.64 Mn |
| Jun 30, 2023 | -2.39 Mn |
| Mar 31, 2023 | -43.48 Mn |
| Dec 31, 2022 | -29.35 Mn |
| Sep 30, 2022 | -28.47 Mn |
| Jun 30, 2022 | 109.29 Mn |
| Mar 31, 2022 | -32.65 Mn |
| Dec 31, 2021 | -13.49 Mn |
| Sep 30, 2021 | 83.72 Mn |
| Jun 30, 2021 | -24.03 Mn |
Opko Health Net Cash Flow 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=net-cash-flow&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();