NeuroSense Therapeutics Ltd. (NRSN) is the 610th largest of 730 Pharmaceuticals and Biotechnology companies by market capitalisation, at 8.09 Mn, behind Kala Bio at 8.26 Mn. The table below compares all 730 on 7 financial metrics, including companies with a secondary business in the group.
Who are NeuroSense Therapeutics Ltd.'s peers and competitors?
NeuroSense Therapeutics Ltd. (NRSN) is compared with 730 US-listed companies in the Pharmaceuticals and Biotechnology industry group, of which 669 have it as their primary business and 61 run a substantial Pharmaceuticals and Biotechnology business alongside something else.
How are these peers chosen?
Peers are every company that BQ-MICS, our own multi-industry classification system, places in the same industry group as NeuroSense Therapeutics Ltd.. Unlike a single-label scheme, BQ-MICS assigns each company a primary industry and any secondary industries it genuinely operates in, and records the reasoning behind every assignment. Tap the info icon beside any ticker to read it.
What does "2nd" next to a ticker mean?
It marks a secondary match: the company operates a real business in this industry group, but it is not its largest. Tick "Primary business only" above the table to compare against pure plays alone.
How often is this peer comparison updated?
Prices, market caps and valuation figures refresh with each session's close. The classification itself is reviewed whenever a company's filings change what it does, such as a new segment, a disposal or an acquisition.
Can I compare these peers on other metrics?
Yes. Use Edit Columns above the table to add any of 1,000+ financial metrics and ratios to the comparison, and Download Data to export it.
NeuroSense Therapeutics Ltd. Peers API
Pull NeuroSense Therapeutics Ltd.'s industry peers, with any metrics you choose plus the industry median and average, in one call with the Business Quant Peers API. Swap YOUR_API_KEY for your own key.
import requests
url = "https://data.businessquant.com/peers"
params = {"ticker": "NRSN", "cols": "Revenue (Quarter),Net Income (Quarter)", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/peers?ticker=NRSN&cols=Revenue%20(Quarter),Net%20Income%20(Quarter)&api_key=YOUR_API_KEY");
const data = await res.json();