Skip to content

BLUE EAGLE LITHIUM INC.: filings

Every BLUE EAGLE LITHIUM INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2019-12-16

The latest filing in this captured record is a 10-Q filed 2019-12-16. No later filing is in the SEC companyfacts record captured on 2026-09-23. BLUE EAGLE LITHIUM INC. 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-12-16fiscal Q2 202021560001493152-19-019259
10-Q2019-09-13fiscal Q1 202018360001493152-19-014085
10-K2019-07-31fiscal FY 201918480001493152-19-011380
10-Q2019-03-15fiscal Q3 201919550001493152-19-003407
10-Q2018-12-17fiscal Q2 201919460001493152-18-017584
10-Q2018-09-14fiscal Q1 201916360001493152-18-013228
10-K2018-07-31fiscal FY 201816330001493152-18-010672
10-Q2018-03-14fiscal Q3 201815400001493152-18-003353
10-Q2017-12-14fiscal Q2 201813380001493152-17-014580
10-Q2017-09-14fiscal Q1 201813310001493152-17-010584
10-K2017-07-07fiscal FY 201714290001493152-17-007574
10-Q2017-03-14fiscal Q3 201714410001493152-17-002398
10-Q2016-12-29fiscal Q2 201715430001493152-16-016258
10-Q2016-09-23fiscal Q1 201715350001493152-16-013535
10-K2016-08-16fiscal FY 201615330001493152-16-012565
10-Q2016-03-22fiscal Q3 201615430001493152-16-008180
10-Q2016-01-28fiscal Q2 201615410001493152-16-006994
10-Q2015-09-14fiscal Q1 201615340001493152-15-004332
10-K2015-06-29fiscal FY 201514300001493152-15-002677
10-Q2015-03-16fiscal Q3 201513380001493152-15-000839
10-Q2014-12-22fiscal Q2 201514520001493152-14-004248
10-Q2014-09-16fiscal Q1 201514430001493152-14-002981
10-K2014-07-28fiscal FY 201414410001493152-14-002299
10-Q2014-03-13fiscal Q3 201414510001493152-14-000709
10-Q2013-12-11fiscal Q2 201414500001493152-13-002667
10-Q2013-09-16fiscal Q1 201415430001493152-13-001806
10-K2013-07-01fiscal FY 201315440001493152-13-001278
10-Q2013-05-30fiscal Q3 201316530001493152-13-001067

Inspect the source

Entity
BLUE EAGLE LITHIUM INC. / CIK 0001557668
Captured
SEC response SHA-256
84f8d1d4c5321689fc6cc3e2613cf767be6d7580e0a8cd2aef8107261868bf54

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