Immuron (IMRN) Enterprise Value (2017 - 2026)
Immuron (IMRN) posted Enterprise Value of -$2.3 million for Q3 2026, down 240.64% on a QoQ basis from $1.6 million in Q4 2025, and down 121.52% year-over-year from $10.6 million in Q3 2025.
Immuron (IMRN) Enterprise Value (2017 - 2026) Analysis & Trends
Immuron has reported Enterprise Value for 10 years, with the latest figure at -$2.3 million in Q3 2026.
- On a quarterly basis, Enterprise Value fell 121.52% year-over-year to -$2.3 million in Q3 2026; TTM through Aug 2026 was -$2.3 million, a 121.52% decrease from a year earlier, with the FY2026 full-year figure at -$2.3 million, down 121.52% from the prior year.
- Enterprise Value was -$2.3 million for Q3 2026 at Immuron, down from $1.6 million in the prior quarter.
- The five-year high for Enterprise Value was $14.6 million in Q3 2024, with the low at -$3.6 million in Q2 2022.
- Average Enterprise Value over 5 years is $2.9 million, with a median of $444684.2 recorded in 2022.
- The sharpest annual moves came in 2023 and 2026: Enterprise Value surged 1629.01% in 2023, then tumbled 121.52% in 2026.
- Over 5 years, Enterprise Value stood at -$2.7 million in 2022, then surged by 37.2% to -$1.7 million in 2023, then surged by 222.52% to $2.1 million in 2024, then decreased by 21.16% to $1.6 million in 2025, then slumped by 240.64% to -$2.3 million in 2026.
- The last three Enterprise Value figures came in at -$2.3 million (Q3 2026), $1.6 million (Q4 2025), and $10.6 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Amgen | 208.48 Bn | 194.49 Bn | 7.24 Bn |
| 2 | Gilead Sciences | 186.29 Bn | 183.02 Bn | 6.22 Bn |
| 3 | Vertex Pharmaceuticals | 128.79 Bn | 120.93 Bn | 2.84 Bn |
| 4 | Regeneron Pharmaceuticals | 80.66 Bn | 72.67 Bn | 3.93 Bn |
| 5 | Moderna | 61.46 Bn | 56.32 Bn | 52.00 Mn |
| 6 | Argenx Se | 61.28 Bn | 56.10 Bn | 1.37 Bn |
| 7 | Alnylam Pharmaceuticals | 32.04 Bn | 28.73 Bn | 992.69 Mn |
| 8 | Biogen | 31.84 Bn | 30.56 Bn | 1.96 Bn |
| 9 | Roivant Sciences | 28.74 Bn | 29.43 Bn | 1.16 Mn |
| 10 | Immuron | 7.14 Mn | -1.88 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Aug 28, 2026 | -2.29 Mn |
| Dec 31, 2025 | 1.63 Mn |
| Sep 2, 2025 | 10.65 Mn |
| Jun 30, 2025 | 8.36 Mn |
| Dec 31, 2024 | 2.07 Mn |
| Sep 9, 2024 | 14.63 Mn |
| Jun 30, 2024 | 6.11 Mn |
| Dec 31, 2023 | -1.69 Mn |
| Sep 28, 2023 | -1.52 Mn |
| Aug 30, 2023 | 11.31 Mn |
| Jun 30, 2023 | -1.19 Mn |
| Dec 31, 2022 | -2.69 Mn |
| Aug 31, 2022 | -739,948.90 |
| Jun 30, 2022 | -3.65 Mn |
| Dec 31, 2021 | -4.13 Mn |
| Sep 30, 2021 | 4.14 Mn |
| Dec 31, 2020 | 26.02 Mn |
| Sep 1, 2020 | 36.37 Mn |
| Jun 30, 2020 | 30.99 Mn |
| Dec 31, 2019 | 11.31 Mn |
Immuron Enterprise Value 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=enterprise-value&ticker=IMRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=IMRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();