Opko Health (OPK) Cash from Investing Activities (2010 - 2026)
Opko Health's (OPK) quarterly Cash from Investing Activities came in at $15.5 million in Q2 2026, up 648.2% on a YoY basis from $2.1 million in Q2 2025, and up 963.11% quarter-over-quarter from -$1.8 million in Q1 2026.
Opko Health (OPK) Cash from Investing Activities (2010 - 2026) Analysis & Trends
Opko Health (OPK) has reported Cash from Investing Activities for 17 consecutive years, with $15.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities rose 648.2% year-over-year to $15.5 million; the trailing twelve-month figure through Jun 2026 stood at $206.3 million (down 21.35% YoY), and the FY2025 full-year result was $230.3 million, down 34.61% from the prior year.
- Cash from Investing Activities grew to $15.5 million in Q2 2026 per OPK's latest filing, from -$1.8 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $236.2 million in Q3 2024 and bottomed at -$11.6 million in Q2 2024.
- Historically, Cash from Investing Activities has averaged $31.6 million across 5 years, with a median of -$2.8 million in 2025.
- The sharpest annual moves came in 2022 and 2024: Cash from Investing Activities tumbled 343.31% in 2022, then jumped 6713.3% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$7.9 million in 2022, then jumped by 81.99% to -$1.4 million in 2023, then surged by 16759.17% to $236.2 million in 2024, then plunged by 100.87% to -$2.0 million in 2025, then surged by 859.34% to $15.5 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered $15.5 million, -$1.8 million, and -$2.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn | -1.11 Bn |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn | -1.20 Bn |
| 3 | Merck | 362.11 Bn | 355.02 Bn | 12.21 Bn | -5.60 Bn |
| 4 | Novartis Ag | 267.81 Bn | 260.52 Bn | 11.24 Bn | -3.11 Bn |
| 5 | Pfizer | 157.31 Bn | 145.91 Bn | 10.94 Bn | 2.11 Bn |
| 6 | Bristol Myers Squibb | 128.75 Bn | 117.69 Bn | 9.25 Bn | -1.61 Bn |
| 7 | Sanofi | 51.80 Bn | 44.84 Bn | 10.79 Bn | -424.26 Mn |
| 8 | Revolution Medicines | 40.91 Bn | 40.91 Bn | - | -1.66 Bn |
| 9 | BeOne Medicines | 39.65 Bn | 34.55 Bn | 1.53 Bn | -49.35 Mn |
| 10 | Opko Health | 1.25 Bn | 945.61 Mn | 80.02 Mn | 15.54 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 15.54 Mn |
| Mar 31, 2026 | -1.80 Mn |
| Dec 31, 2025 | -2.05 Mn |
| Sep 30, 2025 | 194.65 Mn |
| Jun 30, 2025 | -2.83 Mn |
| Mar 31, 2025 | 40.53 Mn |
| Sep 30, 2024 | 236.23 Mn |
| Jun 30, 2024 | -11.56 Mn |
| Mar 31, 2024 | -4.40 Mn |
| Dec 31, 2023 | -1.42 Mn |
| Sep 30, 2023 | -3.57 Mn |
| Jun 30, 2023 | -5.49 Mn |
| Mar 31, 2023 | -7.72 Mn |
| Dec 31, 2022 | -7.87 Mn |
| Sep 30, 2022 | -4.68 Mn |
| Jun 30, 2022 | 108.50 Mn |
| Mar 31, 2022 | -4.90 Mn |
| Dec 31, 2021 | -8.68 Mn |
| Sep 30, 2021 | 54.58 Mn |
| Jun 30, 2021 | -8.84 Mn |
Opko Health Cash from Investing Activities 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-investing-activities&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-investing-activities&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();