Argenx Se (ARGX) Tax Provisions (2017 - 2026)
Argenx Se's (ARGX) quarterly Tax Provisions came in at -$59.0 million in Q2 2026, down 42.03% on a YoY basis from -$101.8 million in Q2 2025, and up 1.67% quarter-over-quarter from -$60.0 million in Q1 2026.
Argenx Se (ARGX) Tax Provisions (2017 - 2026) Analysis & Trends
Argenx Se (ARGX) has reported Tax Provisions for 10 consecutive years, with -$59.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Tax Provisions fell 42.03% year-over-year to -$59.0 million; the trailing twelve-month figure through Jun 2026 stood at -$31.1 million (down 105.05% YoY), and the FY2025 full-year result was $13.4 million, down 98.2% from the prior year.
- Tax Provisions rose to -$59.0 million in Q2 2026 per ARGX's latest filing, from -$60.0 million in the prior quarter.
- Across five years, Tax Provisions topped out at $687.7 million in Q4 2024 and bottomed at -$60.0 million in Q1 2026.
- Historically, Tax Provisions has averaged $37.3 million across 5 years, with a median of $3.1 million in 2022.
- The sharpest annual moves came in 2023 and 2024: Tax Provisions tumbled 1547.39% in 2023, then surged 1909.9% in 2024.
- Over 5 years, Tax Provisions stood at $2.6 million in 2022, then sank by 1547.39% to -$38.0 million in 2023, then soared by 1909.9% to $687.7 million in 2024, then tumbled by 81.15% to $129.7 million in 2025, then sank by 145.51% to -$59.0 million in 2026.
- According to Business Quant data, Tax Provisions over the past three periods registered -$59.0 million, -$60.0 million, and $129.7 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn | 1.21 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn | 662.00 Mn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn | 654.00 Mn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn | -1.01 Bn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn | -291.00 Mn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn | 393.00 Mn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn | 242.00 Mn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn | -407.00 Mn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn | 292.00 Mn |
| 10 | Argenx Se | 58.53 Bn | 53.35 Bn | 1.37 Bn | -59.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -59.00 Mn |
| Mar 31, 2026 | -60.00 Mn |
| Dec 31, 2025 | 129.66 Mn |
| Sep 30, 2025 | -41.80 Mn |
| Jun 30, 2025 | -41.54 Mn |
| Mar 31, 2025 | -33.00 Mn |
| Dec 31, 2024 | 687.65 Mn |
| Sep 30, 2024 | 3.39 Mn |
| Jun 30, 2024 | 44.07 Mn |
| Mar 31, 2024 | 12.75 Mn |
| Dec 31, 2023 | -37.99 Mn |
| Sep 30, 2023 | 10.64 Mn |
| Jun 30, 2023 | -10.51 Mn |
| Mar 31, 2023 | 47.31 Mn |
| Dec 31, 2022 | 2.63 Mn |
| Sep 30, 2022 | 5.98 Mn |
| Jun 30, 2022 | 8.23 Mn |
| Mar 31, 2022 | 2.89 Mn |
| Dec 31, 2021 | 7.06 Mn |
| Sep 30, 2021 | -2.75 Mn |
Argenx Se Tax Provisions 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-provisions&ticker=ARGX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "ticker": "ARGX", "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-provisions&ticker=ARGX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();