BeOne Medicines (ONC) EBT (2015 - 2026)
BeOne Medicines' (ONC) quarterly EBT came in at $312.5 million in Q2 2026, up 213.87% year-over-year from $99.5 million in Q2 2025, and up 20.54% quarter-over-quarter from $259.2 million in Q1 2026.
BeOne Medicines (ONC) EBT (2015 - 2026) Analysis & Trends
BeOne Medicines (ONC) has reported EBT for 12 consecutive years, with $312.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, EBT rose 213.87% year-over-year to $312.5 million in Q2 2026; TTM through Jun 2026 was $868.1 million, a 1473.41% increase from a year earlier, with the FY2025 full-year figure at $416.9 million, up 178.21% from the prior year.
- EBT was $312.5 million for Q2 2026 at BeOne Medicines, up from $259.2 million in the prior quarter.
- Over five years, EBT peaked at $312.5 million in Q2 2026 and troughed at -$557.6 million in Q2 2022.
- A 5-year average of -$129.5 million and a median of -$102.1 million in 2024 frame the typical range for EBT.
- Across the five-year window, EBT tumbled 780.92% in 2022 and jumped 1140.26% in 2026, its largest moves.
- Over 5 years, EBT stood at -$431.0 million in 2022, then rose by 18.61% to -$350.8 million in 2023, then surged by 75.67% to -$85.4 million in 2024, then soared by 274.86% to $149.2 million in 2025, then surged by 109.37% to $312.5 million in 2026.
- The last three EBT figures came in at $312.5 million (Q2 2026), $259.2 million (Q1 2026), and $149.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 6.75 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 4.28 Bn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | -683.00 Mn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | 4.27 Bn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | 2.80 Bn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 2.77 Bn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -10.25 Bn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | -653.00 Mn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 1.39 Bn |
| 10 | BeOne Medicines | 41.25 Bn | 36.15 Bn | 1.53 Bn | 312.46 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 312.46 Mn |
| Mar 31, 2026 | 259.22 Mn |
| Dec 31, 2025 | 149.24 Mn |
| Sep 30, 2025 | 147.16 Mn |
| Jun 30, 2025 | 99.55 Mn |
| Mar 31, 2025 | 20.90 Mn |
| Dec 31, 2024 | -85.35 Mn |
| Sep 30, 2024 | -98.30 Mn |
| Jun 30, 2024 | -105.92 Mn |
| Mar 31, 2024 | -243.43 Mn |
| Dec 31, 2023 | -350.77 Mn |
| Sep 30, 2023 | 229.34 Mn |
| Jun 30, 2023 | -367.46 Mn |
| Mar 31, 2023 | -336.94 Mn |
| Dec 31, 2022 | -430.97 Mn |
| Sep 30, 2022 | -551.24 Mn |
| Jun 30, 2022 | -557.59 Mn |
| Mar 31, 2022 | -421.25 Mn |
| Dec 31, 2021 | -586.80 Mn |
| Sep 30, 2021 | -433.08 Mn |
BeOne Medicines EBT 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=ebt&ticker=ONC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=ONC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();