BeOne Medicines (ONC) Tax Rate (2015 - 2026)
BeOne Medicines' (ONC) quarterly Tax Rate came in at 24.15% in Q2 2026, up 1890.0% year-over-year from 1.21% in Q2 2025, and up 96.48% quarter-over-quarter from 12.29% in Q1 2026.
BeOne Medicines (ONC) Tax Rate (2015 - 2026) Analysis & Trends
BeOne Medicines (ONC) has reported Tax Rate for 12 consecutive years, with 24.15% the latest figure, recorded in Q2 2026.
- On a quarterly basis, Tax Rate rose 1890.0% year-over-year to 24.15% in Q2 2026; TTM through Jun 2026 was 24.46%, a 20552.0% increase from a year earlier, with the FY2025 full-year figure at 31.17%, up 5214.0% from the prior year.
- Tax Rate was 24.15% for Q2 2026 at BeOne Medicines, up from 12.29% in the prior quarter.
- Over five years, Tax Rate peaked at 93.92% in Q1 2025 and troughed at 77.95% in Q4 2024.
- A 5-year average of 4.05% and a median of 2.32% in 2024 frame the typical range for Tax Rate.
- Across the five-year window, Tax Rate soared 13339 bps in 2025 and slumped 8163 bps in 2026, its largest moves.
- Over 5 years, Tax Rate stood at 3.33% in 2022, then slumped by 43 bps to 4.78% in 2023, then sank by 1529 bps to 77.95% in 2024, then jumped by 171 bps to 55.44% in 2025, then plunged by 56 bps to 24.15% in 2026.
- The last three Tax Rate figures came in at 24.15% (Q2 2026), 12.29% (Q1 2026), and 55.44% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 17.98% |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 15.47% |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | -95.75% |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | -23.71% |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | -10.40% |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 14.20% |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | -2.36% |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | 62.33% |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 20.98% |
| 10 | BeOne Medicines | 41.25 Bn | 36.15 Bn | 1.53 Bn | 24.15% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 24.15% |
| Mar 31, 2026 | 12.29% |
| Dec 31, 2025 | 55.44% |
| Sep 30, 2025 | 15.17% |
| Jun 30, 2025 | 5.25% |
| Mar 31, 2025 | 93.92% |
| Dec 31, 2024 | -77.95% |
| Sep 30, 2024 | -23.44% |
| Jun 30, 2024 | -13.68% |
| Mar 31, 2024 | -3.17% |
| Dec 31, 2023 | -4.78% |
| Sep 30, 2023 | 6.07% |
| Jun 30, 2023 | -3.72% |
| Mar 31, 2023 | -3.41% |
| Dec 31, 2022 | -3.33% |
| Sep 30, 2022 | -1.15% |
| Jun 30, 2022 | -1.46% |
| Mar 31, 2022 | -3.31% |
| Dec 31, 2021 | -0.66% |
| Sep 30, 2021 | -1.16% |
BeOne Medicines Tax Rate 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=tax-rate&ticker=ONC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=ONC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();