Lion Copper growth metrics data for the quarter ended Jun 2026. These growth metrics cover 16 quarters of results from Sep 2022 through Jun 2026, standardized by Business Quant from the company’s SEC filings.
| Growth Metrics | Sep2022 | Dec2022 | Mar2023 | Jun2023 | Sep2023 | Dec2023 | Mar2024 | Jun2024 | Sep2024 | Dec2024 | Mar2025 | Jun2025 | Sep2025 | Dec2025 | Mar2026 | Jun2026 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Growth Ratios | ||||||||||||||||
| Interest Coverage Ratio Growth (1y)Interest Cover Growth (1y) | 95.95% | 0.18% | 23.55% | -38.53% | -151.89% | -217.62% | -67.22% | |||||||||
| Interest Coverage Ratio Growth (3y)Interest Cover Growth (3y) | -76.94% | -59.53% | ||||||||||||||
| Interest Coverage Ratio (QoQ)Interest Cover (QoQ) | 85.79% | 36.45% | 20.06% | 43.83% | -249.83% | 51.33% | -44.85% | -2.14% | 53.42% | |||||||
| Return on Assets [ROA] Growth (1y)ROA Growth (1y) | -433.00 | -1481.00 | 198.00 | 1,097.00 | 1,293.00 | 1,449.00 | -2942.00 | -4075.00 | -1197.00 | -603.00 | ||||||
| Return on Assets [ROA] Growth (3y)ROA Growth (3y) | -338.00 | -636.00 | ||||||||||||||
| Return on Assets [ROA] (QoQ)ROA (QoQ) | 941.00 | -1134.00 | -841.00 | 601.00 | -107.00 | 546.00 | 58.00 | 797.00 | 49.00 | -3845.00 | -1076.00 | 3,675.00 | 643.00 | |||
| Return on Capital Employed [ROCE] Growth (1y)ROCE Growth (1y) | -5681.00 | -2256.00 | 993.00 | 1,592.00 | -5176.00 | |||||||||||
| Return on Capital Employed [ROCE] Growth (3y)ROCE Growth (3y) | -6577.00 | -2393.00 | ||||||||||||||
| Return on Capital Employed [ROCE] (QoQ)ROCE (QoQ) | 4,516.00 | -1641.00 | -1538.00 | -7018.00 | 7,941.00 | 1,608.00 | -939.00 | -4329.00 | 8,700.00 | |||||||
| Return on Equity [ROE] Growth (1y)ROE Growth (1y) | -1592.00 | -3644.00 | 421.00 | 2,465.00 | 3,798.00 | 4,488.00 | -5889.00 | -5033.00 | -2172.00 | -2465.00 | ||||||
| Return on Equity [ROE] Growth (3y)ROE Growth (3y) | 33.00 | -1621.00 | ||||||||||||||
| Return on Equity [ROE] (QoQ)ROE (QoQ) | 1,517.00 | -1672.00 | -1480.00 | 44.00 | -535.00 | 2,393.00 | 563.00 | 1,377.00 | 155.00 | -7984.00 | 1,419.00 | 4,237.00 | -137.00 |
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=Growth&frequency=Quarter&period=all&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/statements"
params = {"ticker": "LCGMD", "statement": "Growth", "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=Growth&frequency=Quarter&period=all&api_key=YOUR_API_KEY");
const data = await res.json();