Immuron (IMRN) Price to Earnings (2017 - 2025)
Immuron (IMRN) posted Price to Earnings of 3.05 for Q2 2025, up 99.04% on a QoQ basis from 318.15 in Q3 2024, and down 0.97% year-over-year from 3.08 in Q2 2024.
Immuron (IMRN) Price to Earnings (2017 - 2025) Analysis & Trends
Immuron has reported Price to Earnings for 9 years, with the latest figure at 3.05 in Q2 2025.
- On a quarterly basis, Price to Earnings fell 0.97% year-over-year to 3.05 in Q2 2025; TTM through Jun 2025 was 1.27, a 42.81% increase from a year earlier, with the FY2026 full-year figure at 1.75, up 99.14% from the prior year.
- Price to Earnings was 3.05 for Q2 2025 at Immuron, up from 318.15 in the prior quarter.
- The five-year high for Price to Earnings was 3.02 in Q2 2024, with the low at 1071.1 in Q4 2021.
- Average Price to Earnings over 5 years is 267.34, with a median of 33.61 recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Price to Earnings surged 96.86% in 2022, then tumbled 1188.98% in 2023.
- Over 5 years, Price to Earnings stood at 1071.1 in 2021, then soared by 96.86% to 33.61 in 2022, then tumbled by 1188.98% to 433.19 in 2023, then rose by 26.56% to 318.15 in 2024, then jumped by 99.04% to 3.05 in 2025.
- The last three Price to Earnings figures came in at 3.05 (Q2 2025), 318.15 (Q3 2024), and 3.02 (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 | -3.05 |
| Sep 9, 2024 | -318.15 |
| Jun 30, 2024 | -3.02 |
| Dec 31, 2023 | -433.19 |
| Jun 30, 2023 | -9.29 |
| Dec 31, 2022 | -33.61 |
| Dec 31, 2021 | -1,071.10 |
| Dec 31, 2020 | -676.84 |
| Jun 30, 2020 | -17.26 |
| Dec 31, 2019 | -973.68 |
| Dec 31, 2018 | -13.09 |
| Dec 31, 2017 | 3.69 |
Immuron Price to Earnings 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=price-to-earnings&ticker=IMRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-earnings", "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=price-to-earnings&ticker=IMRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();