Skip to content

LION COPPER AND GOLD CORP.: filings

Every LION COPPER AND GOLD CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 16 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-08-10fiscal Q2 202630880001062993-26-004151
10-Q2026-05-15fiscal Q1 202629620001062993-26-002695
10-K/A2026-04-02fiscal FY 202533680001062993-26-001811
10-K2026-03-31fiscal FY 202533680001062993-26-001760
10-Q2025-11-14fiscal Q3 202528840001062993-25-016850
10-Q2025-08-14fiscal Q2 202527800001062993-25-014353
10-Q2025-05-15fiscal Q1 202527580001062993-25-009518
10-K2025-03-28fiscal FY 202431640001062993-25-006510
10-Q2024-11-14fiscal Q3 202427820001062993-24-019173
10-Q2024-08-16fiscal Q2 202427820001062993-24-015240
10-Q2024-05-15fiscal Q1 202428600001062993-24-010308
10-K2024-04-01fiscal FY 202330620001062993-24-007468
10-Q2023-11-13fiscal Q3 202327800001062993-23-020624
10-Q2023-08-14fiscal Q2 202327800001062993-23-016374
10-Q2023-05-15fiscal Q1 202327580001062993-23-011130
10-K2023-03-31fiscal FY 202231690001062993-23-008192

Inspect the source

Entity
LION COPPER AND GOLD CORP. / CIK 0001339688
Captured
2026-09-20T07:54:05.550Z
SEC response SHA-256
252f98e20f751f127003021f78b1bff384ff5cfcc293216db6c0eef6705f464d

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001339688.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))