Immuron (IMRN) EV to EBITDA (2017 - 2025)
Immuron (IMRN) posted EV to EBITDA of 2.44 for Q2 2025, up 99.35% on a QoQ basis from 378.43 in Q3 2024, and down 52.87% year-over-year from 5.19 in Q2 2024.
Immuron (IMRN) EV to EBITDA (2017 - 2025) Analysis & Trends
Immuron has reported EV to EBITDA for 9 years, with the latest figure at 2.44 in Q2 2025.
- On a quarterly basis, EV to EBITDA fell 52.87% year-over-year to 2.44 in Q2 2025; TTM through Jun 2025 was 0.87, a 10.24% decrease from a year earlier, with the FY2026 full-year figure at 0.57, up 100.29% from the prior year.
- EV to EBITDA was 2.44 for Q2 2025 at Immuron, up from 378.43 in the prior quarter.
- The five-year high for EV to EBITDA was 310.07 in Q4 2021, with the low at 378.43 in Q3 2024.
- Average EV to EBITDA over 5 years is 9.01, with a median of 0.73 recorded in 2023.
- The sharpest annual moves came in 2021 and 2024: EV to EBITDA surged 149.98% in 2021, then tumbled 266.43% in 2024.
- Over 5 years, EV to EBITDA stood at 310.07 in 2021, then plunged by 97.54% to 7.62 in 2022, then slumped by 90.47% to 0.73 in 2023, then slumped by 52224.52% to 378.43 in 2024, then jumped by 99.35% to 2.44 in 2025.
- The last three EV to EBITDA figures came in at 2.44 (Q2 2025), 378.43 (Q3 2024), and 1.6 (Q2 2024), 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 |
|---|---|
| Jun 30, 2025 | -2.44 |
| Sep 9, 2024 | -378.43 |
| Jun 30, 2024 | -1.60 |
| Dec 31, 2023 | 0.73 |
| Jun 30, 2023 | 0.96 |
| Dec 31, 2022 | 7.62 |
| Dec 31, 2021 | 310.07 |
| Dec 31, 2020 | -620.37 |
| Jun 30, 2020 | -16.27 |
| Dec 31, 2019 | -744.76 |
| Dec 31, 2018 | -10.92 |
| Dec 31, 2017 | 2.89 |
Immuron EV to EBITDA 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=ev-to-ebitda&ticker=IMRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-ebitda", "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=ev-to-ebitda&ticker=IMRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();