NeuroSense Therapeutics (NRSN) Operating Expenses (2021 - 2024)
NeuroSense Therapeutics' (NRSN) quarterly Operating Expenses came in at -$1.8 million in Q4 2024, up 42.16% year-over-year from -$1.2 million in Q1 2024, and up 81.5% quarter-over-quarter from -$9.6 million in Q3 2024.
NeuroSense Therapeutics (NRSN) Operating Expenses (2021 - 2024) Analysis & Trends
NeuroSense Therapeutics has disclosed Operating Expenses across 4 years of filings, most recently posting -$1.8 million for Q4 2024.
- In Q4 2024, Operating Expenses rose 42.16% year-over-year to -$1.8 million; the TTM figure through Dec 2024 stood at -$9.9 million (up 17.82% YoY), while the FY2025 annual figure was -$10.6 million, down 13.35% from the prior year.
- Operating Expenses came in at -$1.8 million for Q4 2024 at NeuroSense Therapeutics, up from -$9.6 million in the prior quarter.
- In the past five years, Operating Expenses ranged from a high of $4.4 million in Q2 2024 to a low of -$9.7 million in Q3 2022.
- Average Operating Expenses over 4 years is -$2.2 million, with a median of -$3.0 million recorded in 2023.
- Year-over-year, Operating Expenses sank 703.67% in 2023 and jumped 231.63% in 2024.
- Over 4 years, Operating Expenses stood at $3.7 million in 2021, then slumped by 110.17% to -$381000.0 in 2022, then plunged by 703.67% to -$3.1 million in 2023, then soared by 42.16% to -$1.8 million in 2024.
- Per Business Quant data, the three most recent Operating Expenses figures were -$1.8 million in Q4 2024, -$9.6 million in Q3 2024, and $4.4 million in Q2 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Opex (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 208.48 Bn | 194.49 Bn | 7.24 Bn | 6.54 Bn |
| 2 | Gilead Sciences | 186.29 Bn | 183.02 Bn | 6.22 Bn | 18.20 Bn |
| 3 | Vertex Pharmaceuticals | 128.79 Bn | 120.93 Bn | 2.84 Bn | 2.09 Bn |
| 4 | Regeneron Pharmaceuticals | 80.66 Bn | 72.67 Bn | 3.93 Bn | 3.00 Bn |
| 5 | Moderna | 61.46 Bn | 56.32 Bn | 52.00 Mn | 960.00 Mn |
| 6 | Argenx Se | 61.28 Bn | 56.10 Bn | 1.37 Bn | -1.05 Bn |
| 7 | Alnylam Pharmaceuticals | 32.04 Bn | 28.73 Bn | 992.69 Mn | 1.06 Bn |
| 8 | Biogen | 31.84 Bn | 30.56 Bn | 1.96 Bn | 2.60 Bn |
| 9 | Roivant Sciences | 28.74 Bn | 29.43 Bn | 1.16 Mn | 367.83 Mn |
| 10 | NeuroSense Therapeutics | 8.09 Mn | 7.88 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -1.77 Mn |
| Sep 30, 2024 | -9.57 Mn |
| Jun 30, 2024 | 4.44 Mn |
| Mar 31, 2024 | -2.99 Mn |
| Dec 31, 2023 | -3.06 Mn |
| Sep 30, 2023 | -2.63 Mn |
| Jun 30, 2023 | -3.37 Mn |
| Mar 31, 2023 | -2.99 Mn |
| Dec 31, 2022 | -381,000.00 |
| Sep 30, 2022 | -9.65 Mn |
| Jun 30, 2022 | 2.74 Mn |
| Mar 31, 2022 | -3.26 Mn |
| Dec 31, 2021 | 3.75 Mn |
NeuroSense Therapeutics 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=operating-expenses&ticker=NRSN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-expenses", "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=operating-expenses&ticker=NRSN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();