Incannex Healthcare Inc. (IXHL) is the 490th largest of 730 Pharmaceuticals and Biotechnology companies by market capitalisation, at 49.81 Mn, behind Rein Therapeutics at 53.67 Mn. The table below compares all 730 on 7 financial metrics, including companies with a secondary business in the group.
Who are Incannex Healthcare Inc.'s peers and competitors?
Incannex Healthcare Inc. (IXHL) 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 Incannex Healthcare Inc.. 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.
Incannex Healthcare Inc. Peers API
Pull Incannex Healthcare Inc.'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": "IXHL", "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=IXHL&cols=Revenue%20(Quarter),Net%20Income%20(Quarter)&api_key=YOUR_API_KEY");
const data = await res.json();