NeuroSense Therapeutics (NRSN) Property, Plant & Equipment (Net) Growth (1y) (2021 - 2025)
Analysis
NeuroSense Therapeutics (NRSN) Property, Plant & Equipment (Net) Growth (1y) (2021 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 208.48 Bn | 194.49 Bn | 7.24 Bn | 24.68% |
| 2 | Gilead Sciences | 186.29 Bn | 183.02 Bn | 6.22 Bn | 6.85% |
| 3 | Vertex Pharmaceuticals | 128.79 Bn | 120.93 Bn | 2.84 Bn | 24.71% |
| 4 | Regeneron Pharmaceuticals | 80.66 Bn | 72.67 Bn | 3.93 Bn | 12.77% |
| 5 | Moderna | 61.46 Bn | 56.32 Bn | 52.00 Mn | -5.07% |
| 6 | Argenx Se | 61.28 Bn | 56.10 Bn | 1.37 Bn | -99.85% |
| 7 | Alnylam Pharmaceuticals | 32.04 Bn | 28.73 Bn | 992.69 Mn | 10.87% |
| 8 | Biogen | 31.84 Bn | 30.56 Bn | 1.96 Bn | -3.38% |
| 9 | Roivant Sciences | 28.74 Bn | 29.43 Bn | 1.16 Mn | - |
| 10 | NeuroSense Therapeutics | 8.09 Mn | 7.88 Mn | - | 44.51% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 44.51% |
| Jun 30, 2025 | -42.34% |
| Dec 31, 2024 | -35.69% |
| Sep 30, 2024 | -29.18% |
| Jun 30, 2024 | -27.69% |
| Mar 31, 2024 | -19.87% |
| Dec 31, 2023 | -19.94% |
| Sep 30, 2023 | -16.86% |
| Jun 30, 2023 | -12.03% |
| Mar 31, 2023 | -3.65% |
| Dec 31, 2022 | 1,668.42% |
| Dec 31, 2021 | 46.15% |
API Access
NeuroSense Therapeutics Property, Plant & Equipment (Net) Growth (1y) 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-growth-1y&ticker=NRSN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "ticker": "NRSN", "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-growth-1y&ticker=NRSN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();