Immuron (IMRN) Cash & Equivalents Growth (3y) (2018 - 2026)
Analysis
Immuron (IMRN) Cash & Equivalents Growth (3y) (2018 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 212.54 Bn | 198.55 Bn | 7.24 Bn | -25.80% |
| 2 | Gilead Sciences | 186.84 Bn | 183.58 Bn | 6.22 Bn | -17.71% |
| 3 | Vertex Pharmaceuticals | 129.39 Bn | 121.54 Bn | 2.84 Bn | -15.41% |
| 4 | Regeneron Pharmaceuticals | 82.05 Bn | 74.06 Bn | 3.93 Bn | 8.23% |
| 5 | Moderna | 69.00 Bn | 63.87 Bn | 52.00 Mn | -23.18% |
| 6 | Argenx Se | 61.15 Bn | 55.97 Bn | 1.37 Bn | 47.78% |
| 7 | Alnylam Pharmaceuticals | 32.67 Bn | 29.37 Bn | 992.69 Mn | 37.45% |
| 8 | Biogen | 32.37 Bn | 31.08 Bn | 1.96 Bn | -21.12% |
| 9 | Roivant Sciences | 28.18 Bn | 28.87 Bn | 1.16 Mn | - |
| 10 | Immuron | 7.25 Mn | -1.77 Mn | - | 274.57% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 28, 2026 | 274.57% |
| Dec 31, 2025 | -42.03% |
| Sep 2, 2025 | -87.74% |
| Jun 30, 2025 | -51.45% |
| Dec 31, 2024 | -25.36% |
| Jun 30, 2024 | -26.42% |
| Dec 31, 2023 | 67.53% |
| Aug 30, 2023 | -62.49% |
| Jun 30, 2023 | 75.26% |
| Dec 31, 2022 | 60.74% |
| Jun 30, 2022 | 64.06% |
| Dec 31, 2021 | 75.51% |
| Sep 30, 2021 | 74.61% |
| Jun 30, 2021 | 75.33% |
| Dec 31, 2020 | -8.21% |
| Sep 1, 2020 | -6.64% |
| Jun 30, 2020 | -10.79% |
| Dec 31, 2019 | 26.52% |
| Jun 30, 2019 | 27.99% |
| Jun 30, 2018 | 13.89% |
API Access
Immuron Cash & Equivalents Growth (3y) 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=cash-and-equivalents-growth-3y&ticker=IMRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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=cash-and-equivalents-growth-3y&ticker=IMRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();