Opko Health (OPK) Change in Receivables (2010 - 2026)
Opko Health's (OPK) quarterly Change in Receivables came in at $2.4 million in Q2 2026, down 37.4% on a YoY basis from $3.8 million in Q2 2025, and up 125.07% quarter-over-quarter from -$9.5 million in Q1 2026.
Opko Health (OPK) Change in Receivables (2010 - 2026) Analysis & Trends
Opko Health (OPK) has reported Change in Receivables for 17 consecutive years, with $2.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Receivables fell 37.4% year-over-year to $2.4 million; the trailing twelve-month figure through Jun 2026 stood at -$18.2 million (up 63.64% YoY), and the FY2025 full-year result was -$30.2 million, down 13833.18% from the prior year.
- Change in Receivables rose to $2.4 million in Q2 2026 per OPK's latest filing, from -$9.5 million in the prior quarter.
- Across five years, Change in Receivables topped out at $89.2 million in Q2 2023 and bottomed at -$90.6 million in Q3 2023.
- Historically, Change in Receivables has averaged -$12.3 million across 5 years, with a median of -$9.5 million in 2024.
- The sharpest annual moves came in 2022 and 2023: Change in Receivables plunged 350.91% in 2022, then jumped 273.37% in 2023.
- Over 5 years, Change in Receivables stood at $1.4 million in 2022, then soared by 267.59% to $5.3 million in 2023, then plunged by 394.18% to -$15.7 million in 2024, then jumped by 57.21% to -$6.7 million in 2025, then soared by 135.59% to $2.4 million in 2026.
- According to Business Quant data, Change in Receivables over the past three periods registered $2.4 million, -$9.5 million, and -$6.7 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 650.65 Bn | 629.89 Bn | 17.26 Bn | 1.35 Bn |
| 2 | AbbVie | 466.34 Bn | 459.82 Bn | 12.70 Bn | 1.37 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 | 1.18 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 | 117.58 Mn |
| 10 | Opko Health | 1.25 Bn | 945.61 Mn | 80.02 Mn | 2.39 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.39 Mn |
| Mar 31, 2026 | -9.53 Mn |
| Dec 31, 2025 | -6.71 Mn |
| Sep 30, 2025 | -4.39 Mn |
| Jun 30, 2025 | 3.82 Mn |
| Mar 31, 2025 | -22.93 Mn |
| Sep 30, 2024 | -15.68 Mn |
| Jun 30, 2024 | -15.35 Mn |
| Mar 31, 2024 | -9.52 Mn |
| Dec 31, 2023 | 5.33 Mn |
| Sep 30, 2023 | -90.56 Mn |
| Jun 30, 2023 | 89.19 Mn |
| Mar 31, 2023 | -7.36 Mn |
| Dec 31, 2022 | 1.45 Mn |
| Sep 30, 2022 | -34.19 Mn |
| Jun 30, 2022 | -51.44 Mn |
| Mar 31, 2022 | -44.42 Mn |
| Dec 31, 2021 | 22.70 Mn |
| Sep 30, 2021 | -7.58 Mn |
| Jun 30, 2021 | -55.59 Mn |
Opko Health Change in Receivables 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-receivables&ticker=OPK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=OPK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();