Lion Copper (LCGMD) EPS (Basic) (2022 - 2026)
Lion Copper (LCGMD) posted EPS (Basic) of -$0.01 for Q2 2026, up 38.16% sequentially from -$0.02 in Q1 2026, and down 192.4% year-over-year from $0.01 in Q2 2025.
Lion Copper (LCGMD) EPS (Basic) (2022 - 2026) Analysis & Trends
Lion Copper (LCGMD) has 5 years of EPS (Basic) data on file, last reported at -$0.01 in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) fell 192.4% year-over-year to -$0.01; the trailing twelve-month figure through Jun 2026 stood at $0.02 (up 290.35% YoY), and the FY2025 full-year result was $0.04, up 441.82% from the prior year.
- EPS (Basic) was -$0.01 for Q2 2026 at Lion Copper, up from -$0.02 in the prior quarter.
- Over the last five years, EPS (Basic) for LCGMD reached as high as $0.05 in Q4 2025 and fell as low as -$0.02 in Q1 2026.
- Average EPS (Basic) over 5 years is -$0.0, with a median of -$0.0 recorded in 2022.
- On a YoY basis, EPS (Basic) climbed as much as 2938.05% in 2025 and fell as far as 9804.89% in 2025.
- Over 5 years, EPS (Basic) stood at -$0.0 in 2022, then slipped by 7.84% to -$0.0 in 2023, then jumped by 54.63% to -$0.0 in 2024, then surged by 2938.05% to $0.05 in 2025, then sank by 118.4% to -$0.01 in 2026.
- Business Quant data shows LCGMD's EPS (Basic) at -$0.01 in Q2 2026, -$0.02 in Q1 2026, and $0.05 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 2.01 |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 2.07 |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | 0.18 |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 0.68 |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | 3.19 |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | 1.11 |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 5.07 |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | 2.71 |
| 10 | Lion Copper | 2.80 Bn | 2.80 Bn | - | -0.01 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.01 |
| Mar 31, 2026 | -0.02 |
| Dec 31, 2025 | 0.05 |
| Sep 30, 2025 | -0.01 |
| Jun 30, 2025 | 0.00 |
| Mar 31, 2025 | 0.00 |
| Dec 31, 2024 | 0.00 |
| Sep 30, 2024 | 0.00 |
| Jun 30, 2024 | 0.00 |
| Mar 31, 2024 | -0.01 |
| Dec 31, 2023 | 0.00 |
| Sep 30, 2023 | -0.01 |
| Jun 30, 2023 | 0.00 |
| Mar 31, 2023 | -0.01 |
| Dec 31, 2022 | 0.00 |
| Sep 30, 2022 | 0.00 |
| Jun 30, 2022 | 0.01 |
| Mar 31, 2022 | 0.00 |
Lion Copper EPS (Basic) 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=eps-basic&ticker=LCGMD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=LCGMD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();