BeOne Medicines (ONC) Net Income towards Common Stockholders (2015 - 2026)
BeOne Medicines' (ONC) quarterly Net Income towards Common Stockholders came in at $237.0 million in Q2 2026, up 151.28% year-over-year from $94.3 million in Q2 2025, and up 4.24% quarter-over-quarter from $227.4 million in Q1 2026.
BeOne Medicines (ONC) Net Income towards Common Stockholders (2015 - 2026) Analysis & Trends
BeOne Medicines (ONC) has reported Net Income towards Common Stockholders for 12 consecutive years, with $237.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Income towards Common Stockholders rose 151.28% year-over-year to $237.0 million in Q2 2026; TTM through Jun 2026 was $655.7 million, a 469.12% increase from a year earlier, with the FY2025 full-year figure at $286.9 million, up 144.5% from the prior year.
- Net Income towards Common Stockholders was $237.0 million for Q2 2026 at BeOne Medicines, up from $227.4 million in the prior quarter.
- Over five years, Net Income towards Common Stockholders peaked at $237.0 million in Q2 2026 and troughed at -$565.7 million in Q2 2022.
- A 5-year average of -$154.4 million and a median of -$136.6 million in 2024 frame the typical range for Net Income towards Common Stockholders.
- Across the five-year window, Net Income towards Common Stockholders sank 754.48% in 2022 and jumped 17802.13% in 2026, its largest moves.
- Over 5 years, Net Income towards Common Stockholders stood at -$445.3 million in 2022, then gained by 17.47% to -$367.6 million in 2023, then soared by 58.68% to -$151.9 million in 2024, then soared by 143.79% to $66.5 million in 2025, then jumped by 256.39% to $237.0 million in 2026.
- The last three Net Income towards Common Stockholders figures came in at $237.0 million (Q2 2026), $227.4 million (Q1 2026), and $66.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 5.53 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 3.62 Bn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | -1.34 Bn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 3.26 Bn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | 2.51 Bn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 2.38 Bn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -10.50 Bn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | -238.00 Mn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 1.10 Bn |
| 10 | BeOne Medicines | 41.25 Bn | 36.15 Bn | 1.53 Bn | 237.01 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 237.01 Mn |
| Mar 31, 2026 | 227.36 Mn |
| Dec 31, 2025 | 66.50 Mn |
| Sep 30, 2025 | 124.84 Mn |
| Jun 30, 2025 | 94.32 Mn |
| Mar 31, 2025 | 1.27 Mn |
| Dec 31, 2024 | -151.88 Mn |
| Sep 30, 2024 | -121.35 Mn |
| Jun 30, 2024 | -120.41 Mn |
| Mar 31, 2024 | -251.15 Mn |
| Dec 31, 2023 | -367.55 Mn |
| Sep 30, 2023 | 215.41 Mn |
| Jun 30, 2023 | -381.14 Mn |
| Mar 31, 2023 | -348.43 Mn |
| Dec 31, 2022 | -445.34 Mn |
| Sep 30, 2022 | -557.56 Mn |
| Jun 30, 2022 | -565.73 Mn |
| Mar 31, 2022 | -435.20 Mn |
| Dec 31, 2021 | -590.68 Mn |
| Sep 30, 2021 | -438.11 Mn |
BeOne Medicines Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=ONC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=ONC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();