Alvotech (ALVO) Non Operating Income (2022 - 2024)
Alvotech's (ALVO) quarterly Non Operating Income came in at -$287.2 million in Q4 2024, up 3.03% on a YoY basis from -$278.8 million in Q1 2024, and down 62.5% quarter-over-quarter from -$176.7 million in Q1 2024.
Alvotech (ALVO) Non Operating Income (2022 - 2024) Analysis & Trends
Alvotech (ALVO) has reported Non Operating Income for 3 consecutive years, with -$287.2 million the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, Non Operating Income rose 3.03% year-over-year to -$287.2 million; the trailing twelve-month figure through Dec 2024 stood at -$965.3 million (changed N/A YoY), and the FY2024 full-year result was -$287.2 million, up 3.03% from the prior year.
- Non Operating Income slipped to -$287.2 million in Q4 2024 per ALVO's latest filing, from -$176.7 million in the prior quarter.
- Across five years, Non Operating Income topped out at -$176.7 million in Q1 2024 and bottomed at -$296.2 million in Q4 2023.
- Historically, Non Operating Income has averaged -$241.3 million across 3 years, with a median of -$246.2 million in 2022.
- The sharpest annual moves came in 2023 and 2024: Non Operating Income tumbled 44.34% in 2023, then grew 3.03% in 2024.
- Over 3 years, Non Operating Income stood at -$205.2 million in 2022, then slumped by 44.34% to -$296.2 million in 2023, then advanced by 3.03% to -$287.2 million in 2024.
- According to Business Quant data, Non Operating Income over the past three periods registered -$287.2 million, -$176.7 million, and -$296.2 million for Q4 2024, Q1 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Teva Pharmaceutical Industries | 46.72 Bn | 43.07 Bn | 2.15 Bn | -224.00 Mn |
| 2 | Viatris | 19.64 Bn | 18.75 Bn | 1.46 Bn | - |
| 3 | Dr Reddys Laboratories | 10.36 Bn | 10.22 Bn | 396.53 Mn | - |
| 4 | Amneal Pharmaceuticals | 6.44 Bn | 6.39 Bn | 334.51 Mn | -58.78 Mn |
| 5 | Bausch Health Companies | 2.11 Bn | 1.24 Bn | 2.10 Bn | - |
| 6 | Ani Pharmaceuticals | 1.88 Bn | 1.52 Bn | 165.89 Mn | - |
| 7 | Alvotech | 1.83 Bn | 1.69 Bn | 2.56 Mn | - |
| 8 | Amphastar Pharmaceuticals | 1.04 Bn | 751.07 Mn | 93.47 Mn | -1.19 Mn |
| 9 | Fennec Pharmaceuticals | 382.22 Mn | 340.97 Mn | 17.15 Mn | 278,000.00 |
| 10 | NutriBand | 94.45 Mn | 91.03 Mn | 181,874.00 | 10,076.00 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -287.21 Mn |
| Mar 31, 2024 | -176.75 Mn |
| Dec 31, 2023 | -296.19 Mn |
| Dec 31, 2022 | -205.21 Mn |
Alvotech Non Operating Income 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=non-operating-income&ticker=ALVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "ALVO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-income&ticker=ALVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();