NeuroSense Therapeutics (NRSN) Share-based Compensation (2024 - 2025)
NeuroSense Therapeutics' (NRSN) quarterly Share-based Compensation came in at $1.4 million in Q4 2025, up 34.69% year-over-year from $1.1 million in Q4 2024, and up 34.69% quarter-over-quarter from $1.1 million in Q4 2024.
NeuroSense Therapeutics (NRSN) Share-based Compensation (2024 - 2025) Analysis & Trends
NeuroSense Therapeutics has disclosed Share-based Compensation across 2 years of filings, most recently posting $1.4 million for Q4 2025.
- In Q4 2025, Share-based Compensation rose 34.69% year-over-year to $1.4 million; the TTM figure through Dec 2025 stood at $1.4 million (up 34.69% YoY), while the FY2025 annual figure was $2.1 million, up 100.16% from the prior year.
- Share-based Compensation came in at $1.4 million for Q4 2025 at NeuroSense Therapeutics, up from $1.1 million in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $1.4 million in Q4 2025 to a low of $1.1 million in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 208.48 Bn | 194.49 Bn | 7.24 Bn | 247.00 Mn |
| 2 | Gilead Sciences | 186.29 Bn | 183.02 Bn | 6.22 Bn | 231.00 Mn |
| 3 | Vertex Pharmaceuticals | 128.79 Bn | 120.93 Bn | 2.84 Bn | 108.10 Mn |
| 4 | Regeneron Pharmaceuticals | 80.66 Bn | 72.67 Bn | 3.93 Bn | 243.00 Mn |
| 5 | Moderna | 61.46 Bn | 56.32 Bn | 52.00 Mn | 120.00 Mn |
| 6 | Argenx Se | 61.28 Bn | 56.10 Bn | 1.37 Bn | - |
| 7 | Alnylam Pharmaceuticals | 32.04 Bn | 28.73 Bn | 992.69 Mn | 86.63 Mn |
| 8 | Biogen | 31.84 Bn | 30.56 Bn | 1.96 Bn | 77.40 Mn |
| 9 | Roivant Sciences | 28.74 Bn | 29.43 Bn | 1.16 Mn | 83.34 Mn |
| 10 | NeuroSense Therapeutics | 8.09 Mn | 7.88 Mn | - | 1.44 Mn |
NeuroSense Therapeutics Share-based Compensation 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=share-based-compensation&ticker=NRSN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=NRSN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();