Lion Copper reported cash from operations of -$8.63M and free cash flow of -$8.63M for the quarter ended Jun 2026, down 209.7% year over year. This cash flow statement covers 18 quarters of results from Mar 2022 through Jun 2026, standardized by Business Quant from the company’s SEC filings.
| Cash Flow Statement | Mar2022 | Jun2022 | Sep2022 | Dec2022 | Mar2023 | Jun2023 | Sep2023 | Dec2023 | Mar2024 | Jun2024 | Sep2024 | Dec2024 | Mar2025 | Jun2025 | Sep2025 | Dec2025 | Mar2026 | Jun2026 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Operating Activities | ||||||||||||||||||
| Net Income | -1.45M | -0.68M | -1.29M | -0.98M | -2.12M | 0.14M | -2.32M | -1.18M | -2.45M | -1.17M | -0.36M | -1.06M | -1.31M | -0.57M | -6.02M | -8.73M | -0.03M | 0.06M |
| Depreciation and Depletion | 0.01M | 0.02M | 0.01M | 0.01M | 0.01M | 0.01M | 0.00M | |||||||||||
| Share-based Compensation | 0.29M | 0.41M | 0.52M | -0.04M | 0.10M | -0.23M | 1.27M | 0.66M | 0.13M | 0.73M | 1.09M | 0.17M | 3.58M | 3.93M | 0.01M | 0.08M | ||
| Cash from Operations | -0.60M | 0.93M | -1.11M | -1.00M | 5.83M | -3.22M | -2.15M | -2.85M | 8.15M | -3.66M | -2.78M | 2.23M | -2.36M | -2.79M | -3.89M | -4.12M | 29.62M | -8.63M |
| Depreciation, Depletion & Amortization | ||||||||||||||||||
| Depreciation & Amortization (CF)Depreciation & Amortization | 0.01M | 0.02M | 0.01M | 0.01M | 0.01M | 0.01M | 0.00M | |||||||||||
| Change in Working Capital | ||||||||||||||||||
| Change in Accured Expenses | 0.55M | -0.56M | -0.88M | 0.74M | 0.15M | -0.13M | -0.12M | -0.21M | 0.50M | 0.06M | -0.06M | -0.20M | 0.19M | -0.31M | 0.07M | 1.02M | 0.33M | 0.51M |
| Other Working Capital Changes | -0.65M | 6.31M | -2.36M | -1.26M | -2.68M | 8.16M | -3.26M | -2.27M | -2.66M | -0.01M | -0.01M | -5.74M | 5.72M | |||||
| Investing Activities | ||||||||||||||||||
| Capital Expenditures | 0.04M | |||||||||||||||||
| Cash from Investing Activities | -0.04M | 0.49M | -0.23M | -0.77M | -0.26M | 0.00M | -0.10M | -0.15M | -0.06M | -0.23M | -28.49M | -0.04M | ||||||
| Financing Activities | ||||||||||||||||||
| Other financing activities | 6.31M | |||||||||||||||||
| Debt Issuance and Repayment | ||||||||||||||||||
| Long-Term Debt Issuances | 0.80M | 0.12M | 1.31M | 0.25M | 0.22M | 0.20M | 4.73M | 27.62M | ||||||||||
| Long-Term Debt Repayments | 0.83M | 1.09M | 0.01M | |||||||||||||||
| Change in Capital Stock | ||||||||||||||||||
| Net Equity Issued and Repurchased | 2.00M | -2.00M | 0.28M | 1.00M | 0.18M | 0.78M | 0.48M | 0.32M | 0.50M | 0.72M | ||||||||
| Misc. | ||||||||||||||||||
| Cash from Financing Activities | 1.18M | 0.80M | 0.89M | 3.41M | 0.00M | 0.28M | 0.59M | 1.08M | 0.28M | 0.70M | 0.24M | 7.38M | 27.94M | 0.50M | 0.72M | |||
| Change in Cash | -0.64M | 2.59M | -0.54M | -0.88M | 9.23M | -3.48M | -2.14M | -2.67M | 8.59M | -2.58M | -2.83M | 2.51M | -1.67M | -2.77M | 3.49M | -4.68M | 30.07M | -7.92M |
| Free Cash Flow | -0.60M | 0.93M | -1.11M | -1.00M | 5.83M | -3.22M | -2.15M | -2.85M | 8.15M | -3.66M | -2.78M | 2.23M | -2.36M | -2.79M | -3.89M | -4.12M | 29.58M | -8.63M |
| Net Cash Flow | -0.64M | 2.59M | -0.54M | -0.88M | 9.23M | -3.48M | -2.14M | -2.67M | 8.59M | -2.58M | -2.83M | 2.51M | -1.67M | -2.77M | 3.49M | -4.68M | 30.07M | -7.92M |
Pull Lion Copper's standardized financial statements into your own models, spreadsheets and apps with the Business Quant Financial Statements API. The request below follows the statement, frequency and period selected above. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/statements?ticker=LCGMD&statement=CF&frequency=Quarter&period=all&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/statements"
params = {"ticker": "LCGMD", "statement": "CF", "frequency": "Quarter", "period": "all", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/statements?ticker=LCGMD&statement=CF&frequency=Quarter&period=all&api_key=YOUR_API_KEY");
const data = await res.json();