Lion Copper (LCGMD) Change in Cash (2022 - 2026)
Lion Copper (LCGMD) posted Change in Cash of -$7.9 million for Q2 2026, down 126.32% sequentially from $30.1 million in Q1 2026, and down 185.53% year-over-year from $9.3 million in Q2 2025.
Lion Copper (LCGMD) Change in Cash (2022 - 2026) Analysis & Trends
Lion Copper (LCGMD) has 5 years of Change in Cash data on file, last reported at -$7.9 million in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash fell 185.53% year-over-year to -$7.9 million; the trailing twelve-month figure through Jun 2026 stood at $21.0 million (up 540.66% YoY), and the FY2025 full-year result was -$5.6 million, down 199.05% from the prior year.
- Change in Cash was -$7.9 million for Q2 2026 at Lion Copper, down from $30.1 million in the prior quarter.
- Over the last five years, Change in Cash for LCGMD reached as high as $30.1 million in Q1 2026 and fell as low as -$7.9 million in Q2 2026.
- Average Change in Cash over 5 years is $1.3 million, with a median of -$1.3 million recorded in 2022.
- Across the five-year window, Change in Cash sank 294.48% in 2023 and surged 1905.16% in 2026, its largest moves.
- Over 5 years, Change in Cash stood at -$882000.0 in 2022, then sank by 202.15% to -$2.7 million in 2023, then surged by 194.26% to $2.5 million in 2024, then slumped by 286.43% to -$4.7 million in 2025, then plunged by 69.02% to -$7.9 million in 2026.
- Business Quant data shows LCGMD's Change in Cash at -$7.9 million in Q2 2026, $30.1 million in Q1 2026, and -$4.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 749.60 Mn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 232.00 Mn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | -186.00 Mn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 342.00 Mn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | 3.46 Bn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | -1.20 Bn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 252.00 Mn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | 608.00 Mn |
| 10 | Lion Copper | 2.80 Bn | 2.80 Bn | - | -7.92 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -7.92 Mn |
| Mar 31, 2026 | 30.07 Mn |
| Dec 31, 2025 | -4.68 Mn |
| Sep 30, 2025 | 3.49 Mn |
| Jun 30, 2025 | -2.77 Mn |
| Mar 31, 2025 | -1.67 Mn |
| Dec 31, 2024 | 2.51 Mn |
| Sep 30, 2024 | -2.83 Mn |
| Jun 30, 2024 | -2.58 Mn |
| Mar 31, 2024 | 8.59 Mn |
| Dec 31, 2023 | -2.67 Mn |
| Sep 30, 2023 | -2.14 Mn |
| Jun 30, 2023 | -3.48 Mn |
| Mar 31, 2023 | 9.23 Mn |
| Dec 31, 2022 | -882,000.00 |
| Sep 30, 2022 | -543,000.00 |
| Jun 30, 2022 | 2.59 Mn |
| Mar 31, 2022 | -643,000.00 |
Lion Copper Change in Cash 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=change-in-cash&ticker=LCGMD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=LCGMD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();