BeOne Medicines (ONC) Non-Current Assets (2015 - 2026)
BeOne Medicines' (ONC) quarterly Non-Current Assets came in at $2.0 billion in Q2 2026, down 1.43% year-over-year from $2.0 billion in Q2 2025, and little changed quarter-over-quarter from $2.0 billion in Q1 2026.
BeOne Medicines (ONC) Non-Current Assets (2015 - 2026) Analysis & Trends
BeOne Medicines (ONC) has reported Non-Current Assets for 12 consecutive years, with $2.0 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non-Current Assets fell 1.43% year-over-year to $2.0 billion in Q2 2026; TTM through Jun 2026 was $2.0 billion, a 1.43% decrease from a year earlier, with the FY2025 full-year figure at $2.0 billion, up 1.33% from the prior year.
- Non-Current Assets was $2.0 billion for Q2 2026 at BeOne Medicines, roughly flat from $2.0 billion in the prior quarter.
- Over five years, Non-Current Assets peaked at $2.0 billion in Q2 2025 and troughed at $976.8 million in Q3 2022.
- A 5-year average of $1.6 billion and a median of $1.8 billion in 2024 frame the typical range for Non-Current Assets.
- Across the five-year window, Non-Current Assets jumped 57.82% in 2022 and dropped 1.43% in 2026, its largest moves.
- Over 5 years, Non-Current Assets stood at $1.2 billion in 2022, then surged by 36.65% to $1.6 billion in 2023, then gained by 20.44% to $1.9 billion in 2024, then grew by 1.33% to $2.0 billion in 2025, then gained by 0.25% to $2.0 billion in 2026.
- The last three Non-Current Assets figures came in at $2.0 billion (Q2 2026), $2.0 billion (Q1 2026), and $2.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 141.29 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 101.45 Bn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | 125.00 Mn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 94.68 Bn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | 87.87 Bn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 60.68 Bn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | 35.42 Bn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | 159.77 Bn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 14.88 Bn |
| 10 | BeOne Medicines | 41.25 Bn | 36.15 Bn | 1.53 Bn | 1.96 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.96 Bn |
| Mar 31, 2026 | 1.95 Bn |
| Dec 31, 2025 | 1.95 Bn |
| Sep 30, 2025 | 1.97 Bn |
| Jun 30, 2025 | 1.99 Bn |
| Mar 31, 2025 | 1.95 Bn |
| Dec 31, 2024 | 1.93 Bn |
| Sep 30, 2024 | 1.92 Bn |
| Jun 30, 2024 | 1.87 Bn |
| Mar 31, 2024 | 1.76 Bn |
| Dec 31, 2023 | 1.60 Bn |
| Sep 30, 2023 | 1.47 Bn |
| Jun 30, 2023 | 1.33 Bn |
| Mar 31, 2023 | 1.25 Bn |
| Dec 31, 2022 | 1.17 Bn |
| Sep 30, 2022 | 976.85 Mn |
| Jun 30, 2022 | 1.03 Bn |
| Mar 31, 2022 | 1.07 Bn |
| Dec 31, 2021 | 921.65 Mn |
| Sep 30, 2021 | 853.50 Mn |
BeOne Medicines Non-Current Assets 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=non-current-assets&ticker=ONC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=ONC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();