BeOne Medicines (ONC) EPS (Basic) (2015 - 2026)
BeOne Medicines' (ONC) quarterly EPS (Basic) came in at $2.12 in Q2 2026, up 143.95% year-over-year from $0.87 in Q2 2025, and up 3.67% quarter-over-quarter from $2.05 in Q1 2026.
BeOne Medicines (ONC) EPS (Basic) (2015 - 2026) Analysis & Trends
BeOne Medicines (ONC) has reported EPS (Basic) for 12 consecutive years, with $2.12 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EPS (Basic) rose 143.95% year-over-year to $2.12 in Q2 2026; TTM through Jun 2026 was $5.88, a 458.35% increase from a year earlier, with the FY2025 full-year figure at $2.63, up 142.96% from the prior year.
- EPS (Basic) was $2.12 for Q2 2026 at BeOne Medicines, up from $2.05 in the prior quarter.
- Over five years, EPS (Basic) peaked at $2.12 in Q2 2026 and troughed at -$5.5 in Q2 2022.
- A 5-year average of -$1.51 and a median of -$1.3 in 2024 frame the typical range for EPS (Basic).
- Across the five-year window, EPS (Basic) plunged 684.18% in 2022 and jumped 17151.81% in 2026, its largest moves.
- Over 5 years, EPS (Basic) stood at -$4.32 in 2022, then rose by 18.46% to -$3.52 in 2023, then soared by 59.03% to -$1.44 in 2024, then surged by 142.27% to $0.61 in 2025, then jumped by 248.36% to $2.12 in 2026.
- The last three EPS (Basic) figures came in at $2.12 (Q2 2026), $2.05 (Q1 2026), and $0.61 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 2.30 |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 2.04 |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | -0.54 |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 1.68 |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | 1.62 |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 4.40 |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -8.44 |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | -0.04 |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 4.34 |
| 10 | BeOne Medicines | 41.25 Bn | 36.15 Bn | 1.53 Bn | 2.12 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.12 |
| Mar 31, 2026 | 2.05 |
| Dec 31, 2025 | 0.61 |
| Sep 30, 2025 | 1.13 |
| Jun 30, 2025 | 0.87 |
| Mar 31, 2025 | 0.01 |
| Dec 31, 2024 | -1.44 |
| Sep 30, 2024 | -1.15 |
| Jun 30, 2024 | -1.15 |
| Mar 31, 2024 | -2.41 |
| Dec 31, 2023 | -3.52 |
| Sep 30, 2023 | 2.06 |
| Jun 30, 2023 | -3.64 |
| Mar 31, 2023 | -3.34 |
| Dec 31, 2022 | -4.32 |
| Sep 30, 2022 | -5.39 |
| Jun 30, 2022 | -5.50 |
| Mar 31, 2022 | -4.25 |
| Dec 31, 2021 | -6.37 |
| Sep 30, 2021 | -4.72 |
BeOne Medicines EPS (Basic) 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=eps-basic&ticker=ONC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=ONC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();