Incannex Healthcare (IXHL) Revenue (2024)
Incannex Healthcare's (IXHL) quarterly Revenue came in at $12000.0 in Q4 2024, down 83.78% quarter-over-quarter from $74000.0 in Q3 2024.
Incannex Healthcare (IXHL) Revenue (2024) Analysis & Trends
Incannex Healthcare has disclosed Revenue across 1 years of filings, most recently posting $12000.0 for Q4 2024.
- In Q4 2024, Revenue changed N/A year-over-year to $12000.0; the TTM figure through Jun 2025 stood at $86000.0 (changed N/A YoY), while the FY2025 annual figure was $86000.0, up 616.67% from the prior year.
- Revenue came in at $12000.0 for Q4 2024 at Incannex Healthcare, down from $74000.0 in the prior quarter.
- In the past five years, Revenue ranged from a high of $74000.0 in Q3 2024 to a low of $12000.0 in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Revenue (Qtr) |
|---|---|---|---|---|---|
| 1 | Johnson & Johnson | 649.47 Bn | 628.71 Bn | 17.26 Bn | 25.31 Bn |
| 2 | AbbVie | 467.46 Bn | 460.93 Bn | 12.70 Bn | 16.99 Bn |
| 3 | Merck | 369.31 Bn | 362.22 Bn | 12.21 Bn | 16.61 Bn |
| 4 | Novartis Ag | 269.03 Bn | 261.74 Bn | 11.24 Bn | 14.41 Bn |
| 5 | Pfizer | 158.11 Bn | 146.71 Bn | 10.94 Bn | 15.03 Bn |
| 6 | Bristol Myers Squibb | 127.96 Bn | 116.89 Bn | 9.25 Bn | 12.97 Bn |
| 7 | Sanofi | 51.83 Bn | 44.86 Bn | 10.79 Bn | 13.48 Bn |
| 8 | BeOne Medicines | 41.33 Bn | 36.23 Bn | 1.53 Bn | 1.71 Bn |
| 9 | Revolution Medicines | 41.30 Bn | 41.30 Bn | - | - |
| 10 | Incannex Healthcare | 47.75 Mn | 47.75 Mn | - | - |
Incannex Healthcare Revenue 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=revenue&ticker=IXHL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "ticker": "IXHL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=revenue&ticker=IXHL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();