Immuron (IMRN) Selling, General & Administrative (2016 - 2025)
Analysis
Immuron (IMRN) Selling, General & Administrative (2016 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 221.78 Bn | 207.79 Bn | 7.24 Bn | 1.75 Bn |
| 2 | Gilead Sciences | 189.46 Bn | 186.20 Bn | 6.22 Bn | 1.92 Bn |
| 3 | Vertex Pharmaceuticals | 130.47 Bn | 122.62 Bn | 2.84 Bn | 582.20 Mn |
| 4 | Regeneron Pharmaceuticals | 82.64 Bn | 74.65 Bn | 3.93 Bn | 662.10 Mn |
| 5 | Moderna | 72.84 Bn | 67.70 Bn | 52.00 Mn | 216.00 Mn |
| 6 | Argenx Se | 59.64 Bn | 54.46 Bn | 1.37 Bn | -417.00 Mn |
| 7 | Alnylam Pharmaceuticals | 33.65 Bn | 30.35 Bn | 992.69 Mn | 347.92 Mn |
| 8 | Biogen | 33.30 Bn | 32.01 Bn | 1.96 Bn | 709.70 Mn |
| 9 | Roivant Sciences | 27.62 Bn | 28.31 Bn | 1.16 Mn | 165.53 Mn |
| 10 | Immuron | 7.31 Mn | -1.71 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | -2.87 Mn |
| Sep 9, 2024 | -30,356.40 |
| Jun 30, 2024 | -3.00 Mn |
| Dec 31, 2023 | -2.75 Mn |
| Jun 30, 2023 | -606,557.16 |
| Dec 31, 2022 | 1.86 Mn |
| Dec 31, 2021 | -12,356.57 |
| Jun 30, 2021 | -3.06 Mn |
| Dec 31, 2020 | -14,872.47 |
| Jun 30, 2020 | -2.43 Mn |
| Dec 31, 2019 | -22,548.68 |
| Dec 31, 2018 | 1.87 Mn |
| Dec 31, 2017 | -638,301.23 |
| Dec 31, 2016 | -595,720.30 |
| Jun 30, 2016 | -986,072.81 |
API Access
Immuron Selling, General & Administrative 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=selling-general-and-administrative&ticker=IMRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=IMRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();