Opko Health (OPK) Other Working Capital Changes (2017 - 2024)
Opko Health's (OPK) quarterly Other Working Capital Changes came in at $6.1 million in Q2 2026, up 20.46% on a YoY basis from $5.1 million in Q2 2025, and up 187.34% quarter-over-quarter from -$7.0 million in Q1 2026.
Opko Health (OPK) Other Working Capital Changes (2017 - 2024) Analysis & Trends
Opko Health (OPK) has reported Other Working Capital Changes for 17 consecutive years, with $6.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Working Capital Changes rose 20.46% year-over-year to $6.1 million; the trailing twelve-month figure through Jun 2026 stood at $2.2 million (down 88.02% YoY), and the FY2025 full-year result was $5.4 million, up 36.22% from the prior year.
- Other Working Capital Changes climbed to $6.1 million in Q2 2026 per OPK's latest filing, from -$7.0 million in the prior quarter.
- Across five years, Other Working Capital Changes topped out at $45.0 million in Q3 2024 and bottomed at -$9.5 million in Q1 2020.
- Historically, Other Working Capital Changes has averaged $1.4 million across 5 years, with a median of -$464000.0 in 2020.
- The sharpest annual moves came in 2022 and 2023: Other Working Capital Changes plunged 1421.08% in 2022, then soared 2355.05% in 2023.
- Over 5 years, Other Working Capital Changes stood at -$561000.0 in 2022, then jumped by 644.74% to $3.1 million in 2023, then surged by 174.71% to $8.4 million in 2024, then sank by 50.72% to $4.1 million in 2025, then surged by 47.14% to $6.1 million in 2026.
- According to Business Quant data, Other Working Capital Changes over the past three periods registered $6.1 million, -$7.0 million, and $4.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn |
| 3 | Merck | 362.11 Bn | 355.02 Bn | 12.21 Bn |
| 4 | Novartis Ag | 267.81 Bn | 260.52 Bn | 11.24 Bn |
| 5 | Pfizer | 157.31 Bn | 145.91 Bn | 10.94 Bn |
| 6 | Bristol Myers Squibb | 128.75 Bn | 117.69 Bn | 9.25 Bn |
| 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 |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2024 | 44.95 Mn |
| Sep 30, 2024 | 44.95 Mn |
| Dec 31, 2023 | 1.24 Mn |
| Dec 31, 2023 | 1.24 Mn |
| Sep 30, 2023 | -1.38 Mn |
| Sep 30, 2023 | -1.38 Mn |
| Mar 31, 2023 | 2,000.00 |
| Mar 31, 2023 | 2,000.00 |
| Dec 31, 2022 | -256,000.00 |
| Dec 31, 2022 | -256,000.00 |
| Sep 30, 2022 | -56,000.00 |
| Sep 30, 2022 | -56,000.00 |
| Jun 30, 2022 | -13,000.00 |
| Jun 30, 2022 | -13,000.00 |
| Mar 31, 2022 | -4,000.00 |
| Mar 31, 2022 | -4,000.00 |
| Dec 31, 2021 | -2.90 Mn |
| Dec 31, 2021 | -2.90 Mn |
| Sep 30, 2021 | -5.59 Mn |
| Sep 30, 2021 | -5.59 Mn |
Opko Health Other Working Capital Changes 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=other-working-capital-changes&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();