Skip to content

U.S. Lithium Corp.: filings

Every U.S. Lithium Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2019-11-19

The latest filing in this captured record is a 10-Q filed 2019-11-19. No later filing is in the SEC companyfacts record captured on 2026-09-23. U.S. Lithium Corp. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2019-11-19fiscal Q3 201919540001165527-19-000198
10-Q2019-08-19fiscal Q2 201917470001165527-19-000144
10-Q2019-05-21fiscal Q1 201918360001165527-19-000091
10-K2019-03-28fiscal FY 201815310001165527-19-000032
10-Q2018-11-13fiscal Q3 201818540001165527-18-000218
10-Q2018-08-14fiscal Q2 201815400001165527-18-000169
10-Q2018-05-23fiscal Q1 201811230001165527-18-000096
10-K2018-04-17fiscal FY 201714300001165527-18-000074
10-Q2017-11-20fiscal Q3 201711320001165527-17-000230
10-Q2017-08-21fiscal Q2 201711320001165527-17-000183
10-Q2017-05-30fiscal Q1 201711230001165527-17-000136
10-K2017-04-14fiscal FY 201614300001165527-17-000090
10-Q2016-11-14fiscal Q3 201613380001165527-16-000932
10-Q2016-08-15fiscal Q2 201614400001165527-16-000870
10-Q2016-05-20fiscal Q1 201612260001165527-16-000786
10-K2016-04-08fiscal FY 201514300001165527-16-000725
10-Q2015-11-16fiscal Q3 201512340001165527-15-000556
10-Q2015-08-14fiscal Q2 201512340001165527-15-000406
10-Q2015-07-23fiscal Q1 201517360001165527-15-000360
10-Q2015-05-21fiscal Q1 201517360001165527-15-000257
10-K2015-04-13fiscal FY 201411230001165527-15-000168
10-Q2014-11-19fiscal Q3 201416360001165527-14-000672
10-Q2014-08-15fiscal Q2 201415400001165527-14-000514
10-Q2014-05-20fiscal Q1 201419530001078782-14-000960
10-K2014-04-04fiscal FY 201318500001078782-14-000572
10-Q2013-11-08fiscal Q3 201320710001078782-13-002149
10-Q2013-08-12fiscal Q2 201319640001078782-13-001529
10-Q2013-05-20fiscal Q1 201319540001078782-13-001037
10-K2013-04-15fiscal FY 201219530001078782-13-000719
10-Q2012-11-19fiscal Q3 201219630001078782-12-002917
10-Q/A2012-09-12fiscal Q2 201218610001078782-12-002389
10-Q2012-05-11fiscal Q1 201218510001078782-12-001284
10-K2012-04-12fiscal FY 201118500001078782-12-001012
10-Q2011-11-17fiscal Q3 201117580001078782-11-003341
10-Q2011-08-22fiscal Q2 201113420001078782-11-002387

Inspect the source

Entity
U.S. Lithium Corp. / CIK 0001396054
Captured
SEC response SHA-256
92465a7b850727a25c5dd33e336730b9f5362fefa1acf0a7659bc0a7fd104a96

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/0001396054.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"])))