Alvotech (ALVO) Property, Plant & Equipment (Net) (2020 - 2026)
Analysis
Alvotech (ALVO) Property, Plant & Equipment (Net) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Teva Pharmaceutical Industries | 46.72 Bn | 43.07 Bn | 2.15 Bn | 3.93 Bn |
| 2 | Viatris | 19.64 Bn | 18.75 Bn | 1.46 Bn | 2.44 Bn |
| 3 | Dr Reddys Laboratories | 10.36 Bn | 10.22 Bn | 396.53 Mn | 1.22 Bn |
| 4 | Amneal Pharmaceuticals | 6.44 Bn | 6.39 Bn | 334.51 Mn | 456.88 Mn |
| 5 | Bausch Health Companies | 2.11 Bn | 1.24 Bn | 2.10 Bn | 2.10 Bn |
| 6 | Ani Pharmaceuticals | 1.88 Bn | 1.52 Bn | 165.89 Mn | 73.22 Mn |
| 7 | Alvotech | 1.83 Bn | 1.69 Bn | 2.56 Mn | 381.58 Mn |
| 8 | Amphastar Pharmaceuticals | 1.04 Bn | 751.07 Mn | 93.47 Mn | 389.13 Mn |
| 9 | Fennec Pharmaceuticals | 382.22 Mn | 340.97 Mn | 17.15 Mn | - |
| 10 | NutriBand | 94.45 Mn | 91.03 Mn | 181,874.00 | 530,085.00 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 381.58 Mn |
| Mar 31, 2026 | 360.23 Mn |
| Dec 31, 2025 | 356.40 Mn |
| Sep 30, 2025 | 352.47 Mn |
| Jun 30, 2025 | 306.60 Mn |
| Mar 31, 2025 | 296.05 Mn |
| Dec 31, 2024 | 284.55 Mn |
| Sep 30, 2024 | 255.84 Mn |
| Jun 30, 2024 | 239.54 Mn |
| Mar 31, 2024 | 235.39 Mn |
| Dec 31, 2023 | 236.78 Mn |
| Jun 30, 2023 | 698.75 Mn |
| Dec 31, 2022 | 220.59 Mn |
| Jun 30, 2022 | 87.41 Mn |
| Dec 31, 2021 | 478.16 Mn |
| Dec 31, 2020 | 65.45 Mn |
API Access
Alvotech Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=ALVO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=ALVO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();