Immuron (IMRN) Property, Plant & Equipment (Net) (2016 - 2026)
Analysis
Immuron (IMRN) Property, Plant & Equipment (Net) (2016 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Amgen | 212.54 Bn | 198.55 Bn | 7.24 Bn | 8.55 Bn |
| 2 | Gilead Sciences | 186.84 Bn | 183.58 Bn | 6.22 Bn | 5.83 Bn |
| 3 | Vertex Pharmaceuticals | 129.39 Bn | 121.54 Bn | 2.84 Bn | 1.67 Bn |
| 4 | Regeneron Pharmaceuticals | 82.05 Bn | 74.06 Bn | 3.93 Bn | 5.46 Bn |
| 5 | Moderna | 69.00 Bn | 63.87 Bn | 52.00 Mn | 2.06 Bn |
| 6 | Argenx Se | 61.15 Bn | 55.97 Bn | 1.37 Bn | 1.96 Bn |
| 7 | Alnylam Pharmaceuticals | 32.67 Bn | 29.37 Bn | 992.69 Mn | 554.14 Mn |
| 8 | Biogen | 32.37 Bn | 31.08 Bn | 1.96 Bn | 2.99 Bn |
| 9 | Roivant Sciences | 28.18 Bn | 28.87 Bn | 1.16 Mn | 11.32 Mn |
| 10 | Immuron | 7.25 Mn | -1.77 Mn | - | 192,721.00 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Aug 28, 2026 | 192,721.00 |
| Dec 31, 2025 | 114,616.00 |
| Sep 2, 2025 | 1,146.16 |
| Jun 30, 2025 | 73,403.89 |
| Dec 31, 2024 | 538,619.58 |
| Sep 9, 2024 | 5,488.15 |
| Jun 30, 2024 | 542,793.65 |
| Dec 31, 2023 | 1.03 Mn |
| Sep 28, 2023 | 1.03 Mn |
| Aug 30, 2023 | 15,788.45 |
| Jun 30, 2023 | 1.06 Mn |
| Dec 31, 2022 | 777,698.31 |
| Aug 31, 2022 | 823,152.59 |
| Jun 30, 2022 | 847,826.76 |
| Dec 31, 2021 | 951,863.60 |
| Sep 30, 2021 | 956,165.09 |
| Jun 30, 2021 | 1.00 Mn |
| Dec 31, 2020 | 1.31 Mn |
| Sep 1, 2020 | 1.79 Mn |
| Jun 30, 2020 | 1.18 Mn |
API Access
Immuron Property, Plant & Equipment (Net) 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=property-plant-and-equipment-net&ticker=IMRN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "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=property-plant-and-equipment-net&ticker=IMRN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();