Lion Copper (LCGMD) Cash from Operations (2022 - 2026)
Lion Copper (LCGMD) posted Cash from Operations of -$8.6 million for Q2 2026, down 129.14% sequentially from $29.6 million in Q1 2026, and down 209.69% year-over-year from $7.9 million in Q2 2025.
Lion Copper (LCGMD) Cash from Operations (2022 - 2026) Analysis & Trends
Lion Copper (LCGMD) has 5 years of Cash from Operations data on file, last reported at -$8.6 million in Q2 2026.
- For the quarter ending Q2 2026, Cash from Operations fell 209.69% year-over-year to -$8.6 million; the trailing twelve-month figure through Jun 2026 stood at $13.0 million (up 327.63% YoY), and the FY2025 full-year result was -$13.2 million, down 433.99% from the prior year.
- Cash from Operations was -$8.6 million for Q2 2026 at Lion Copper, down from $29.6 million in the prior quarter.
- Over the last five years, Cash from Operations for LCGMD reached as high as $29.6 million in Q1 2026 and fell as low as -$8.6 million in Q2 2026.
- Average Cash from Operations over 5 years is $421444.4, with a median of -$2.3 million recorded in 2023.
- Across the five-year window, Cash from Operations sank 447.09% in 2023 and surged 1353.85% in 2026, its largest moves.
- Over 5 years, Cash from Operations stood at -$998000.0 in 2022, then slumped by 185.07% to -$2.8 million in 2023, then soared by 178.31% to $2.2 million in 2024, then slumped by 285.14% to -$4.1 million in 2025, then sank by 109.24% to -$8.6 million in 2026.
- Business Quant data shows LCGMD's Cash from Operations at -$8.6 million in Q2 2026, $29.6 million in Q1 2026, and -$4.1 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 1.99 Bn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | 2.92 Bn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | 256.00 Mn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 2.05 Bn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | 2.14 Bn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | 1.70 Bn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | 1.40 Bn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | 961.00 Mn |
| 10 | Lion Copper | 2.80 Bn | 2.80 Bn | - | -8.63 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.63 Mn |
| Mar 31, 2026 | 29.62 Mn |
| Dec 31, 2025 | -4.13 Mn |
| Sep 30, 2025 | -3.89 Mn |
| Jun 30, 2025 | -2.79 Mn |
| Mar 31, 2025 | -2.36 Mn |
| Dec 31, 2024 | 2.23 Mn |
| Sep 30, 2024 | -2.78 Mn |
| Jun 30, 2024 | -3.66 Mn |
| Mar 31, 2024 | 8.15 Mn |
| Dec 31, 2023 | -2.85 Mn |
| Sep 30, 2023 | -2.15 Mn |
| Jun 30, 2023 | -3.22 Mn |
| Mar 31, 2023 | 5.83 Mn |
| Dec 31, 2022 | -998,000.00 |
| Sep 30, 2022 | -1.12 Mn |
| Jun 30, 2022 | 928,000.00 |
| Mar 31, 2022 | -601,000.00 |
Lion Copper Cash from Operations 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=cash-from-operations&ticker=LCGMD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=LCGMD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();