Lion Copper (LCGMD) Net Income towards Common Stockholders (2022 - 2026)
Lion Copper (LCGMD) posted Net Income towards Common Stockholders of -$4.1 million for Q2 2026, up 36.1% sequentially from -$6.4 million in Q1 2026, and down 205.99% year-over-year from $3.9 million in Q2 2025.
Lion Copper (LCGMD) Net Income towards Common Stockholders (2022 - 2026) Analysis & Trends
Lion Copper (LCGMD) has 5 years of Net Income towards Common Stockholders data on file, last reported at -$4.1 million in Q2 2026.
- For the quarter ending Q2 2026, Net Income towards Common Stockholders fell 205.99% year-over-year to -$4.1 million; the trailing twelve-month figure through Jun 2026 stood at $7.2 million (up 299.2% YoY), and the FY2025 full-year result was $14.8 million, up 475.47% from the prior year.
- Net Income towards Common Stockholders was -$4.1 million for Q2 2026 at Lion Copper, up from -$6.4 million in the prior quarter.
- Over the last five years, Net Income towards Common Stockholders for LCGMD reached as high as $21.3 million in Q4 2025 and fell as low as -$6.4 million in Q1 2026.
- Average Net Income towards Common Stockholders over 5 years is -$349222.2, with a median of -$1.3 million recorded in 2023.
- On a YoY basis, Net Income towards Common Stockholders climbed as much as 3217.45% in 2025 and fell as far as 10488.24% in 2025.
- Over 5 years, Net Income towards Common Stockholders stood at -$1.1 million in 2022, then retreated by 9.63% to -$1.2 million in 2023, then soared by 45.04% to -$682000.0 in 2024, then jumped by 3217.45% to $21.3 million in 2025, then sank by 119.21% to -$4.1 million in 2026.
- Business Quant data shows LCGMD's Net Income towards Common Stockholders at -$4.1 million in Q2 2026, -$6.4 million in Q1 2026, and $21.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 1.67 Bn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 2.20 Bn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | 343.67 Mn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 984.00 Mn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | 1.60 Bn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | 1.89 Bn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 1.16 Bn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | 2.06 Bn |
| 10 | Lion Copper | 2.80 Bn | 2.80 Bn | - | -4.09 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.09 Mn |
| Mar 31, 2026 | -6.39 Mn |
| Dec 31, 2025 | 21.26 Mn |
| Sep 30, 2025 | -3.60 Mn |
| Jun 30, 2025 | -1.34 Mn |
| Mar 31, 2025 | -1.56 Mn |
| Dec 31, 2024 | -682,000.00 |
| Sep 30, 2024 | -34,000.00 |
| Jun 30, 2024 | -961,000.00 |
| Mar 31, 2024 | -2.26 Mn |
| Dec 31, 2023 | -1.24 Mn |
| Sep 30, 2023 | -2.06 Mn |
| Jun 30, 2023 | 425,000.00 |
| Mar 31, 2023 | -1.95 Mn |
| Dec 31, 2022 | -1.13 Mn |
| Sep 30, 2022 | -1.04 Mn |
| Jun 30, 2022 | 1.76 Mn |
| Mar 31, 2022 | -1.41 Mn |
Lion Copper Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=LCGMD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "ticker": "LCGMD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-income-towards-common-stockholders&ticker=LCGMD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();