Immuron (IMRN) Asset Utilization Ratio (2023 - 2024)
Immuron (IMRN) posted Asset Utilization Ratio of 0.14 for Q3 2024, up 53.34% on a QoQ basis from 0.09 in Q2 2023.
Analysis
Immuron (IMRN) Asset Utilization Ratio (2023 - 2024) Analysis & Trends
Immuron has reported Asset Utilization Ratio for 2 years, with the latest figure at 0.14 in Q3 2024.
- On a quarterly basis, Asset Utilization Ratio changed N/A year-over-year to 0.14 in Q3 2024; TTM through Sep 2024 was 0.14, a N/A change from a year earlier, with the FY2026 full-year figure at 0.67, up 2951.8% from the prior year.
- Asset Utilization Ratio was 0.14 for Q3 2024 at Immuron, up from 0.09 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 0.14 in Q3 2024, with the low at 0.09 in Q2 2023.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 208.48 Bn | 194.49 Bn | 7.24 Bn | 0.40 |
| 2 | Gilead Sciences | 186.29 Bn | 183.02 Bn | 6.22 Bn | 0.58 |
| 3 | Vertex Pharmaceuticals | 128.79 Bn | 120.93 Bn | 2.84 Bn | 0.47 |
| 4 | Regeneron Pharmaceuticals | 80.66 Bn | 72.67 Bn | 3.93 Bn | 0.38 |
| 5 | Moderna | 61.46 Bn | 56.32 Bn | 52.00 Mn | 0.20 |
| 6 | Argenx Se | 61.28 Bn | 56.10 Bn | 1.37 Bn | - |
| 7 | Alnylam Pharmaceuticals | 32.04 Bn | 28.73 Bn | 992.69 Mn | 0.90 |
| 8 | Biogen | 31.84 Bn | 30.56 Bn | 1.96 Bn | 0.33 |
| 9 | Roivant Sciences | 28.74 Bn | 29.43 Bn | 1.16 Mn | 0.00 |
| 10 | Immuron | 7.14 Mn | -1.88 Mn | - | - |
API Access
Immuron Asset Utilization Ratio 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=asset-utilization-ratio&ticker=IMRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=IMRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();