Lion Copper (LCGMD) Retained Earnings (2016 - 2026)
Lion Copper (LCGMD) posted Retained Earnings of -$126.3 million for Q2 2026, down 3.34% sequentially from -$122.2 million in Q1 2026, and up 5.38% year-over-year from -$119.9 million in Q2 2025.
Lion Copper (LCGMD) Retained Earnings (2016 - 2026) Analysis & Trends
Lion Copper (LCGMD) has 11 years of Retained Earnings data on file, last reported at -$126.3 million in Q2 2026.
- For the quarter ending Q2 2026, Retained Earnings rose 5.38% year-over-year to -$126.3 million; the trailing twelve-month figure through Jun 2026 stood at -$126.3 million (up 5.38% YoY), and the FY2025 full-year result was -$115.8 million, up 11.31% from the prior year.
- Retained Earnings was -$126.3 million for Q2 2026 at Lion Copper, down from -$122.2 million in the prior quarter.
- Over the last five years, Retained Earnings for LCGMD reached as high as -$115.8 million in Q4 2025 and fell as low as -$137.1 million in Q3 2025.
- Average Retained Earnings over 5 years is -$127.2 million, with a median of -$126.7 million recorded in 2023.
- On a YoY basis, Retained Earnings climbed as much as 11.31% in 2025 and fell as far as 5.52% in 2025.
- Over 5 years, Retained Earnings stood at -$121.8 million in 2022, then dropped by 3.96% to -$126.7 million in 2023, then retreated by 3.11% to -$130.6 million in 2024, then climbed by 11.31% to -$115.8 million in 2025, then slipped by 9.05% to -$126.3 million in 2026.
- Business Quant data shows LCGMD's Retained Earnings at -$126.3 million in Q2 2026, -$122.2 million in Q1 2026, and -$115.8 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | 49.29 Bn |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 4.59 Bn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 5.72 Bn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | - |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 2.82 Bn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | 8.13 Bn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | 582.00 Mn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 33.15 Bn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | - |
| 10 | Lion Copper | 2.80 Bn | 2.80 Bn | - | -126.30 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -126.30 Mn |
| Mar 31, 2026 | -122.22 Mn |
| Dec 31, 2025 | -115.83 Mn |
| Sep 30, 2025 | -137.09 Mn |
| Jun 30, 2025 | -133.49 Mn |
| Mar 31, 2025 | -132.15 Mn |
| Dec 31, 2024 | -130.60 Mn |
| Sep 30, 2024 | -129.92 Mn |
| Jun 30, 2024 | -129.88 Mn |
| Mar 31, 2024 | -128.92 Mn |
| Dec 31, 2023 | -126.66 Mn |
| Sep 30, 2023 | -125.42 Mn |
| Jun 30, 2023 | -123.36 Mn |
| Mar 31, 2023 | -123.79 Mn |
| Dec 31, 2022 | -121.83 Mn |
| Dec 31, 2021 | -120.02 Mn |
| Dec 31, 2020 | -91.61 Mn |
| Dec 31, 2019 | -90.63 Mn |
| Dec 31, 2018 | -88.92 Mn |
| Dec 31, 2017 | -87.50 Mn |
Lion Copper Retained Earnings 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=retained-earnings&ticker=LCGMD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=LCGMD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();