Immuron (IMRN) Net Margin (2016 - 2024)
Immuron (IMRN) posted Net Margin of 141.49% for Q3 2024, up 11.98% on a QoQ basis from 160.75% in Q4 2023.
Analysis
Immuron (IMRN) Net Margin (2016 - 2024) Analysis & Trends
Immuron has reported Net Margin for 9 years, with the latest figure at 141.49% in Q3 2024.
- On a quarterly basis, Net Margin changed N/A year-over-year to 141.49% in Q3 2024; TTM through Sep 2024 was 823.02%, a N/A change from a year earlier, with the FY2026 full-year figure at 49.77%, up 2232.0% from the prior year.
- Net Margin was 141.49% for Q3 2024 at Immuron, up from 160.75% in the prior quarter.
- The five-year high for Net Margin was 60.39% in Q4 2022, with the low at 28257.28% in Q4 2020.
- Average Net Margin over 5 years is 5149.61%, with a median of 472.52% recorded in 2021.
- The sharpest annual moves came in 2020 and 2021: Net Margin plunged 2815956 bps in 2020, then soared 2747298 bps in 2021.
- Over 5 years, Net Margin stood at 28257.28% in 2020, then soared by 97 bps to 784.3% in 2021, then jumped by 92 bps to 60.39% in 2022, then tumbled by 166 bps to 160.75% in 2023, then grew by 12 bps to 141.49% in 2024.
- The last three Net Margin figures came in at 141.49% (Q3 2024), 160.75% (Q4 2023), and 1493.47% (Q2 2023), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 208.48 Bn | 194.49 Bn | 7.24 Bn | 23.62% |
| 2 | Gilead Sciences | 186.29 Bn | 183.02 Bn | 6.22 Bn | -134.51% |
| 3 | Vertex Pharmaceuticals | 128.79 Bn | 120.93 Bn | 2.84 Bn | 32.99% |
| 4 | Regeneron Pharmaceuticals | 80.66 Bn | 72.67 Bn | 3.93 Bn | 30.23% |
| 5 | Moderna | 61.46 Bn | 56.32 Bn | 52.00 Mn | -539.31% |
| 6 | Argenx Se | 61.28 Bn | 56.10 Bn | 1.37 Bn | 31.16% |
| 7 | Alnylam Pharmaceuticals | 32.04 Bn | 28.73 Bn | 992.69 Mn | 12.74% |
| 8 | Biogen | 31.84 Bn | 30.56 Bn | 1.96 Bn | 3.56% |
| 9 | Roivant Sciences | 28.74 Bn | 29.43 Bn | 1.16 Mn | -20,152.98% |
| 10 | Immuron | 7.14 Mn | -1.88 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Sep 9, 2024 | -141.49% |
| Dec 31, 2023 | -160.75% |
| Jun 30, 2023 | -1,493.47% |
| Dec 31, 2022 | -60.39% |
| Dec 31, 2021 | -784.30% |
| Dec 31, 2020 | -28,257.28% |
| Dec 31, 2019 | -97.73% |
| Dec 31, 2018 | -161.71% |
| Dec 31, 2017 | 536.32% |
| Dec 31, 2016 | 483.98% |
| Jun 30, 2016 | -379.89% |
API Access
Immuron Net Margin 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=net-margin&ticker=IMRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "ticker": "IMRN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-margin&ticker=IMRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();