BeOne Medicines (ONC) Change in Cash (2015 - 2026)
BeOne Medicines' (ONC) quarterly Change in Cash came in at $427.2 million in Q2 2026, up 67.22% year-over-year from $255.5 million in Q2 2025, and up 75.26% quarter-over-quarter from $243.8 million in Q1 2026.
BeOne Medicines (ONC) Change in Cash (2015 - 2026) Analysis & Trends
BeOne Medicines (ONC) has reported Change in Cash for 12 consecutive years, with $427.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash rose 67.22% year-over-year to $427.2 million in Q2 2026; TTM through Jun 2026 was $2.5 billion, a 1383.51% increase from a year earlier, with the FY2025 full-year figure at $2.0 billion, up 460.15% from the prior year.
- Change in Cash was $427.2 million for Q2 2026 at BeOne Medicines, up from $243.8 million in the prior quarter.
- Over five years, Change in Cash peaked at $1.3 billion in Q3 2025 and troughed at -$378.5 million in Q1 2024.
- A 5-year average of $49.9 million and a median of -$51.6 million in 2022 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash plunged 1064.93% in 2023 and surged 1286.91% in 2025, its largest moves.
- Over 5 years, Change in Cash stood at -$325.5 million in 2022, then surged by 132.29% to $105.1 million in 2023, then sank by 171.06% to -$74.7 million in 2024, then jumped by 768.32% to $499.1 million in 2025, then retreated by 14.4% to $427.2 million in 2026.
- The last three Change in Cash figures came in at $427.2 million (Q2 2026), $243.8 million (Q1 2026), and $499.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | -1.27 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | -2.82 Bn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | 1.49 Bn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 739.00 Mn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | -1.86 Bn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 1.95 Bn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -4.45 Bn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | -727.00 Mn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 649.20 Mn |
| 10 | BeOne Medicines | 41.25 Bn | 36.15 Bn | 1.53 Bn | 427.25 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 427.25 Mn |
| Mar 31, 2026 | 243.78 Mn |
| Dec 31, 2025 | 499.11 Mn |
| Sep 30, 2025 | 1.32 Bn |
| Jun 30, 2025 | 255.50 Mn |
| Mar 31, 2025 | -108.16 Mn |
| Dec 31, 2024 | -74.68 Mn |
| Sep 30, 2024 | 95.50 Mn |
| Jun 30, 2024 | -189.51 Mn |
| Mar 31, 2024 | -378.55 Mn |
| Dec 31, 2023 | 105.09 Mn |
| Sep 30, 2023 | -340.68 Mn |
| Jun 30, 2023 | -122.19 Mn |
| Mar 31, 2023 | -331.27 Mn |
| Dec 31, 2022 | -325.48 Mn |
| Sep 30, 2022 | -334.90 Mn |
| Jun 30, 2022 | 180.96 Mn |
| Mar 31, 2022 | -28.44 Mn |
| Dec 31, 2021 | 2.99 Bn |
| Sep 30, 2021 | -396.99 Mn |
BeOne Medicines 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=ONC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "ticker": "ONC", "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=ONC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();