Skip to content

BLGI, INC.: filings

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

Filing record ends 2021-03-22

The latest filing in this captured record is a 10-Q filed 2021-03-22. No later filing is in the SEC companyfacts record captured on 2026-09-23. BLGI, 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-Q2021-03-22fiscal Q3 202118530001161697-21-000165
10-Q/A2021-02-19fiscal Q1 202113260001161697-21-000121
10-K/A2021-02-19fiscal FY 202015290001161697-21-000120
10-Q/A2021-02-19fiscal Q3 202015470001161697-21-000119
10-Q/A2021-02-19fiscal Q2 202014390001161697-21-000118
10-Q/A2021-02-19fiscal Q1 202014280001161697-21-000117
10-K/A2021-02-19fiscal FY 201916310001161697-21-000116
10-Q/A2021-02-19fiscal Q3 201914470001161697-21-000115
10-Q/A2021-02-19fiscal Q2 201913360001161697-21-000114
10-Q/A2020-12-28fiscal Q2 202117470001161697-20-000588
10-Q2018-10-16fiscal Q1 201916300001161697-18-000488
10-K2018-08-15fiscal FY 201817310001161697-18-000416
10-Q2018-04-02fiscal Q3 201816360001161697-18-000163
10-Q2017-12-20fiscal Q2 201813290001161697-17-000554
10-Q2017-09-19fiscal Q1 201714240001161697-17-000418
10-K2017-08-14fiscal FY 201711210001161697-17-000369
10-Q2017-07-11fiscal Q3 201710230001161697-17-000327
10-Q2017-07-11fiscal Q2 20179220001161697-17-000325
10-Q2017-07-11fiscal Q1 20178150001161697-17-000323
10-K2017-06-07fiscal FY 20169170001161697-17-000276
10-Q2016-03-16fiscal Q3 20168210001161697-16-000732
10-Q2015-12-18fiscal Q2 20168200001161697-15-000546
10-Q2015-09-17fiscal Q1 20169170001161697-15-000398
10-K2015-08-07fiscal FY 201511200001161697-15-000328
10-Q2015-03-31fiscal Q3 201515340001161697-15-000150
10-Q2014-12-15fiscal Q2 201515310001161697-14-000600
10-Q2014-09-15fiscal Q1 201513220001161697-14-000455
10-K2014-07-29fiscal FY 201414230001161697-14-000373
10-Q2014-03-03fiscal Q3 201414320001161697-14-000092
10-Q2013-11-22fiscal Q2 201414310001161697-13-000848

Inspect the source

Entity
BLGI, INC. / CIK 0001575345
Captured
SEC response SHA-256
fc3b61c8725f4b603e4f6ae7f308f9839cca25a5c8027db3ff1c64d9ed513db3

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