Opko Health (OPK) Change in Cash (2010 - 2026)
Opko Health's (OPK) quarterly Change in Cash came in at -$41.1 million in Q2 2026, up 74.96% on a YoY basis from -$23.5 million in Q2 2025, and down 51.37% quarter-over-quarter from -$27.2 million in Q1 2026.
Opko Health (OPK) Change in Cash (2010 - 2026) Analysis & Trends
Opko Health (OPK) has reported Change in Cash for 17 consecutive years, with -$41.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash rose 74.96% year-over-year to -$41.1 million; the trailing twelve-month figure through Jun 2026 stood at $29.0 million (down 73.28% YoY), and the FY2025 full-year result was -$62.9 million, down 117.98% from the prior year.
- Change in Cash retreated to -$41.1 million in Q2 2026 per OPK's latest filing, from -$27.2 million in the prior quarter.
- Across five years, Change in Cash topped out at $324.2 million in Q3 2024 and bottomed at -$164.3 million in Q2 2025.
- Historically, Change in Cash has averaged $4.6 million across 5 years, with a median of -$27.6 million in 2022.
- The widest YoY moves for Change in Cash: up 962.45% in 2024, down 1931.78% in 2024.
- Over 5 years, Change in Cash stood at -$27.6 million in 2022, then sank by 54.59% to -$42.7 million in 2023, then jumped by 858.5% to $324.2 million in 2024, then plunged by 114.23% to -$46.1 million in 2025, then rose by 10.83% to -$41.1 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered -$41.1 million, -$27.2 million, and -$46.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (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.49 Bn |
| 4 | Novartis Ag | 267.81 Bn | 260.52 Bn | 11.24 Bn | 739.00 Mn |
| 5 | Pfizer | 157.31 Bn | 145.91 Bn | 10.94 Bn | -727.00 Mn |
| 6 | Bristol Myers Squibb | 128.75 Bn | 117.69 Bn | 9.25 Bn | -861.00 Mn |
| 7 | Sanofi | 51.80 Bn | 44.84 Bn | 10.79 Bn | 929.89 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 | 427.25 Mn |
| 10 | Opko Health | 1.25 Bn | 945.61 Mn | 80.02 Mn | -41.14 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -41.14 Mn |
| Mar 31, 2026 | -27.18 Mn |
| Dec 31, 2025 | -46.13 Mn |
| Sep 30, 2025 | 143.48 Mn |
| Jun 30, 2025 | -164.28 Mn |
| Mar 31, 2025 | 4.06 Mn |
| Sep 30, 2024 | 324.18 Mn |
| Jun 30, 2024 | -55.31 Mn |
| Mar 31, 2024 | -20.24 Mn |
| Dec 31, 2023 | -42.74 Mn |
| Sep 30, 2023 | 30.51 Mn |
| Jun 30, 2023 | -2.72 Mn |
| Mar 31, 2023 | -42.36 Mn |
| Dec 31, 2022 | -27.65 Mn |
| Sep 30, 2022 | -29.62 Mn |
| Jun 30, 2022 | 108.18 Mn |
| Mar 31, 2022 | -32.43 Mn |
| Dec 31, 2021 | -13.89 Mn |
| Sep 30, 2021 | 82.84 Mn |
| Jun 30, 2021 | -23.75 Mn |
Opko Health Change in Cash 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=change-in-cash&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();