Argenx Se (ARGX) Other Operating Expenses (2019 - 2026)
Argenx Se's (ARGX) quarterly Other Operating Expenses came in at -$145.0 million in Q2 2026, down 27.72% on a YoY basis from -$200.6 million in Q2 2025, and down 19.83% quarter-over-quarter from -$121.0 million in Q1 2026.
Argenx Se (ARGX) Other Operating Expenses (2019 - 2026) Analysis & Trends
Argenx Se (ARGX) has reported Other Operating Expenses for 8 consecutive years, with -$145.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Operating Expenses fell 27.72% year-over-year to -$145.0 million; the trailing twelve-month figure through Jun 2026 stood at -$532.4 million (down 61.05% YoY), and the FY2025 full-year result was -$463.1 million, down 97.1% from the prior year.
- Other Operating Expenses fell to -$145.0 million in Q2 2026 per ARGX's latest filing, from -$121.0 million in the prior quarter.
- Across five years, Other Operating Expenses topped out at -$1.4 million in Q1 2022 and bottomed at -$153.2 million in Q4 2025.
- Historically, Other Operating Expenses has averaged -$61.9 million across 5 years, with a median of -$49.4 million in 2024.
- The sharpest annual moves came in 2022 and 2026: Other Operating Expenses sank 1346200.0% in 2022, then declined 27.72% in 2026.
- Over 5 years, Other Operating Expenses stood at -$13.5 million in 2022, then plunged by 206.51% to -$41.3 million in 2023, then sank by 81.77% to -$75.0 million in 2024, then sank by 104.27% to -$153.2 million in 2025, then advanced by 5.36% to -$145.0 million in 2026.
- According to Business Quant data, Other Operating Expenses over the past three periods registered -$145.0 million, -$121.0 million, and -$153.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.01 Bn | 628.25 Bn | 17.26 Bn |
| 2 | AbbVie | 468.55 Bn | 462.03 Bn | 12.70 Bn |
| 3 | Merck | 365.49 Bn | 358.40 Bn | 12.21 Bn |
| 4 | Novartis Ag | 272.39 Bn | 265.10 Bn | 11.24 Bn |
| 5 | Astrazeneca | 253.18 Bn | 247.96 Bn | 12.86 Bn |
| 6 | Amgen | 219.53 Bn | 205.54 Bn | 7.24 Bn |
| 7 | Gilead Sciences | 187.85 Bn | 184.59 Bn | 6.22 Bn |
| 8 | Pfizer | 160.56 Bn | 149.16 Bn | 10.94 Bn |
| 9 | Vertex Pharmaceuticals | 130.81 Bn | 122.96 Bn | 2.84 Bn |
| 10 | Argenx Se | 58.53 Bn | 53.35 Bn | 1.37 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -145.00 Mn |
| Mar 31, 2026 | -121.00 Mn |
| Dec 31, 2025 | -153.21 Mn |
| Sep 30, 2025 | -113.20 Mn |
| Jun 30, 2025 | -113.53 Mn |
| Mar 31, 2025 | -81.00 Mn |
| Dec 31, 2024 | -75.01 Mn |
| Sep 30, 2024 | -61.05 Mn |
| Jun 30, 2024 | -53.90 Mn |
| Mar 31, 2024 | -44.97 Mn |
| Dec 31, 2023 | -41.27 Mn |
| Sep 30, 2023 | -36.74 Mn |
| Jun 30, 2023 | -25.64 Mn |
| Mar 31, 2023 | -18.60 Mn |
| Dec 31, 2022 | -13.46 Mn |
| Sep 30, 2022 | -10.26 Mn |
| Jun 30, 2022 | -5.01 Mn |
| Mar 31, 2022 | -1.37 Mn |
| Dec 31, 2021 | -1,000.00 |
| Sep 30, 2021 | 1,000.00 |
Argenx Se Other Operating Expenses 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=other-operating-expenses&ticker=ARGX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=ARGX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();