Opko Health (OPK) Cash from Operations (2010 - 2026)
Opko Health's (OPK) quarterly Cash from Operations came in at -$43.5 million in Q2 2026, up 47.85% on a YoY basis from -$29.4 million in Q2 2025, and down 125.27% quarter-over-quarter from -$19.3 million in Q1 2026.
Opko Health (OPK) Cash from Operations (2010 - 2026) Analysis & Trends
Opko Health (OPK) has reported Cash from Operations for 17 consecutive years, with -$43.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Operations rose 47.85% year-over-year to -$43.5 million; the trailing twelve-month figure through Jun 2026 stood at -$123.4 million (up 61.33% YoY), and the FY2025 full-year result was -$178.5 million, up 2.7% from the prior year.
- Cash from Operations retreated to -$43.5 million in Q2 2026 per OPK's latest filing, from -$19.3 million in the prior quarter.
- Across five years, Cash from Operations topped out at $33.1 million in Q3 2023 and bottomed at -$139.1 million in Q3 2024.
- Historically, Cash from Operations has averaged -$35.4 million across 5 years, with a median of -$32.2 million in 2022.
- The sharpest annual moves came in 2023 and 2024: Cash from Operations jumped 202.71% in 2023, then slumped 16886.58% in 2024.
- Over 5 years, Cash from Operations stood at -$31.6 million in 2022, then retreated by 21.11% to -$38.3 million in 2023, then slumped by 263.19% to -$139.1 million in 2024, then soared by 81.36% to -$25.9 million in 2025, then tumbled by 67.82% to -$43.5 million in 2026.
- According to Business Quant data, Cash from Operations over the past three periods registered -$43.5 million, -$19.3 million, and -$25.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn | 8.62 Bn |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn | 3.44 Bn |
| 3 | Merck | 362.11 Bn | 355.02 Bn | 12.21 Bn | 5.37 Bn |
| 4 | Novartis Ag | 267.81 Bn | 260.52 Bn | 11.24 Bn | 5.88 Bn |
| 5 | Pfizer | 157.31 Bn | 145.91 Bn | 10.94 Bn | 835.00 Mn |
| 6 | Bristol Myers Squibb | 128.75 Bn | 117.69 Bn | 9.25 Bn | 3.39 Bn |
| 7 | Sanofi | 51.80 Bn | 44.84 Bn | 10.79 Bn | 3.44 Bn |
| 8 | Revolution Medicines | 40.91 Bn | 40.91 Bn | - | -387.32 Mn |
| 9 | BeOne Medicines | 39.65 Bn | 34.55 Bn | 1.53 Bn | 462.82 Mn |
| 10 | Opko Health | 1.25 Bn | 945.61 Mn | 80.02 Mn | -43.50 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -43.50 Mn |
| Mar 31, 2026 | -19.31 Mn |
| Dec 31, 2025 | -25.92 Mn |
| Sep 30, 2025 | -34.65 Mn |
| Jun 30, 2025 | -83.42 Mn |
| Mar 31, 2025 | -34.55 Mn |
| Sep 30, 2024 | -139.08 Mn |
| Jun 30, 2024 | -62.00 Mn |
| Mar 31, 2024 | -35.57 Mn |
| Dec 31, 2023 | -38.29 Mn |
| Sep 30, 2023 | 33.11 Mn |
| Jun 30, 2023 | -365,000.00 |
| Mar 31, 2023 | -22.65 Mn |
| Dec 31, 2022 | -31.62 Mn |
| Sep 30, 2022 | -32.24 Mn |
| Jun 30, 2022 | -11.48 Mn |
| Mar 31, 2022 | -19.86 Mn |
| Dec 31, 2021 | -5.64 Mn |
| Sep 30, 2021 | 33.40 Mn |
| Jun 30, 2021 | -15.45 Mn |
Opko Health Cash from Operations 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=cash-from-operations&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();