Skip to content

Blox, Inc.: filings

Every Blox, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 filings, each linked to its SEC index.

Filing record ends 2021-07-16

The latest filing in this captured record is a 10-Q filed 2021-07-16. No later filing is in the SEC companyfacts record captured on 2026-09-23. Blox, 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-07-16fiscal Q3 202117520001213900-21-037153
10-Q2020-11-20fiscal Q2 202116460001213900-20-038368
10-Q2020-07-31fiscal Q1 202018390001213900-20-019597
10-K/A2020-07-15fiscal FY 202021430001213900-20-017478
10-Q2020-02-14fiscal Q3 202019500001213900-20-003717
10-Q2019-11-14fiscal Q2 202019500001213900-19-023279
10-Q2019-08-02fiscal Q1 202018400001213900-19-014505
10-K2019-07-01fiscal FY 201923450001213900-19-011846
10-Q2019-02-13fiscal Q3 201919500001615774-19-002347
10-Q2018-11-14fiscal Q2 201920510001615774-18-012629
10-Q2018-08-20fiscal Q1 201921430001615774-18-008331
10-K2018-06-28fiscal FY 201821410001273511-18-000040
10-Q2018-02-13fiscal Q3 201821520001273511-18-000003
10-Q2017-11-20fiscal Q2 201820500001273511-17-000080
10-Q2017-08-14fiscal Q1 201817360001273511-17-000064
10-K2017-06-29fiscal FY 201720410001273511-17-000054
10-Q2017-02-10fiscal Q3 201620500001273511-17-000012
10-Q2016-11-14fiscal Q2 201620480001273511-16-000246
10-Q2016-08-05fiscal Q1 201620400001273511-16-000203
10-K2016-06-17fiscal FY 201524460001273511-16-000192
10-Q2016-02-16fiscal Q3 201521510001273511-16-000153
10-Q2015-11-13fiscal Q2 201521510001273511-15-000121
10-Q2015-08-14fiscal Q1 201522410001273511-15-000092
10-K2015-06-29fiscal FY 201426530001273511-15-000079
10-Q2015-02-17fiscal Q3 201424570001472375-15-000045
10-Q2014-11-14fiscal Q2 201426700001472375-14-000305
10-Q2014-08-19fiscal Q1 201422460001472375-14-000242
10-K2014-07-03fiscal FY 201428570001472375-14-000172
10-Q2014-02-13fiscal Q2 201420540001472375-14-000018
10-Q2013-11-14fiscal Q1 201421490001472375-13-000244
10-K2013-09-17fiscal FY 201317500001472375-13-000206
10-Q2013-05-09fiscal Q3 201317480001472375-13-000101
10-Q2013-02-01fiscal Q2 201317480001472375-13-000027
10-Q2012-11-06fiscal Q1 201317400001472375-12-000206
10-K2012-09-17fiscal FY 201217480001472375-12-000188
10-Q2012-05-09fiscal Q3 201217580001472375-12-000079
10-Q2012-01-30fiscal Q1 201217580001472375-12-000010
10-Q2011-11-07fiscal Q1 201217500001472375-11-000171
10-K2011-09-28fiscal FY 201117470001472375-11-000150

Inspect the source

Entity
Blox, Inc. / CIK 0001428389
Captured
SEC response SHA-256
6c7145f1ae3df9f319acd849948c2790925898cd9138d96cb5e6433287ed9418

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