Lion Copper (LCGMD) Cash from Investing Activities (2022 - 2026)
Lion Copper (LCGMD) posted Cash from Investing Activities of -$39000.0 for Q1 2026, up 99.86% sequentially from -$28.5 million in Q4 2025.
Lion Copper (LCGMD) Cash from Investing Activities (2022 - 2026) Analysis & Trends
Lion Copper (LCGMD) has 5 years of Cash from Investing Activities data on file, last reported at -$39000.0 in Q1 2026.
- For the quarter ending Q1 2026, Cash from Investing Activities changed N/A year-over-year to -$39000.0; the trailing twelve-month figure through Jun 2026 stood at -$28.5 million (down 10090.36% YoY), and the FY2025 full-year result was -$28.7 million, down 13575.71% from the prior year.
- Cash from Investing Activities was -$39000.0 for Q1 2026 at Lion Copper, up from -$28.5 million in the prior quarter.
- Over the last five years, Cash from Investing Activities for LCGMD reached as high as $488000.0 in Q2 2022 and fell as low as -$28.5 million in Q4 2025.
- Average Cash from Investing Activities over 5 years is -$2.5 million, with a median of -$125000.0 recorded in 2023.
- Across the five-year window, Cash from Investing Activities jumped 101.32% in 2023 and tumbled 1933.33% in 2024, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$772000.0 in 2022, then jumped by 87.69% to -$95000.0 in 2023, then jumped by 42.11% to -$55000.0 in 2024, then tumbled by 51707.27% to -$28.5 million in 2025, then soared by 99.86% to -$39000.0 in 2026.
- Business Quant data shows LCGMD's Cash from Investing Activities at -$39000.0 in Q1 2026, -$28.5 million in Q4 2025, and -$225000.0 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | -1.65 Bn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | -731.00 Mn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | -142.00 Mn |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | -1.19 Bn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | -1.19 Bn |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | -900.00 Mn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | -510.00 Mn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | -505.00 Mn |
| 10 | Lion Copper | 2.80 Bn | 2.80 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -39,000.00 |
| Dec 31, 2025 | -28.49 Mn |
| Jun 30, 2025 | -225,000.00 |
| Sep 30, 2024 | -55,000.00 |
| Mar 31, 2024 | -155,000.00 |
| Dec 31, 2023 | -95,000.00 |
| Sep 30, 2023 | 3,000.00 |
| Jun 30, 2023 | -259,000.00 |
| Dec 31, 2022 | -772,000.00 |
| Sep 30, 2022 | -228,000.00 |
| Jun 30, 2022 | 488,000.00 |
| Mar 31, 2022 | -42,000.00 |
Lion Copper Cash from Investing Activities 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-investing-activities&ticker=LCGMD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-investing-activities&ticker=LCGMD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();