Skip to content

BIGtoken, Inc.: filings

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

Filing record ends 2021-11-15

The latest filing in this captured record is a 10-Q filed 2021-11-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. BIGtoken, 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-11-15fiscal Q3 202130880001493152-21-028691
10-Q2021-08-16fiscal Q2 202130840001493152-21-020261
10-Q2021-07-01fiscal Q1 202129580001493152-21-015872
10-K2021-04-15fiscal FY 202036690001493152-21-008935
10-Q2020-12-11fiscal Q2 202123640001640334-20-003044
10-Q2020-09-18fiscal Q1 202120420001640334-20-002378
10-K2020-09-14fiscal FY 202030610001640334-20-002337
10-Q2020-08-24fiscal Q3 202028800001640334-20-002248
10-Q2020-08-24fiscal Q2 202029800001640334-20-002245
10-Q2020-08-24fiscal Q1 202027550001640334-20-002243
10-K/A2020-07-29fiscal FY 201938770001640334-20-001872
10-K2020-07-24fiscal FY 201938770001640334-20-001843
10-Q2020-04-27fiscal Q3 201934910001640334-20-000930
10-Q2020-02-18fiscal Q2 201933840001493152-20-002666
10-Q2018-10-25fiscal Q1 201925520001511164-18-000607
10-K2018-08-14fiscal FY 201827520001511164-18-000512
10-Q2018-02-28fiscal Q3 201827670001511164-18-000119
10-Q2017-12-14fiscal Q2 201825650001511164-17-000746
10-Q2017-09-13fiscal Q1 201825530001511164-17-000559
10-K2017-07-27fiscal FY 201729570001511164-17-000435
10-Q2017-03-17fiscal Q3 201727680001511164-17-000114
10-Q2016-12-13fiscal Q2 201727640001511164-16-001211
10-Q2016-09-09fiscal Q1 201727500001511164-16-001026
10-K2016-06-27fiscal FY 201630500001511164-16-000921
10-Q2016-03-15fiscal Q3 201626550001511164-16-000692
10-Q2015-12-11fiscal Q2 201623480001511164-15-000570
10-Q2015-09-09fiscal Q1 201623390001511164-15-000461
10-K2015-07-15fiscal FY 201516330001511164-15-000356
10-Q2015-04-23fiscal Q3 201513370001511164-15-000230
10-Q2014-12-18fiscal Q2 201514400001511164-14-000776
10-Q2014-09-15fiscal Q1 201517380001511164-14-000517
10-K2014-08-13fiscal FY 201418440001511164-14-000443
10-Q2014-03-21fiscal Q3 201413400001511164-14-000142
10-K/A2014-02-28fiscal FY 201314330001511164-14-000107
10-Q/A2013-12-27fiscal Q2 201412340001511164-13-000574
10-Q2013-09-13fiscal Q1 201414350001511164-13-000450
10-K2013-08-26fiscal FY 201312280001518720-13-000011
10-Q2013-03-14fiscal Q3 201312330001518720-13-000002
10-Q2012-12-12fiscal Q2 201312330001518720-12-000015
10-Q2012-09-14fiscal Q1 201312290001518720-12-000012
10-K2012-07-13fiscal FY 201213310001518720-12-000009
10-Q2012-03-05fiscal Q3 201212290001518720-12-000003
10-Q2011-12-14fiscal Q2 201212290001518720-11-000022
10-Q/A2011-09-29fiscal Q1 201210170001518720-11-000013

Inspect the source

Entity
BIGtoken, Inc. / CIK 0001518720
Captured
SEC response SHA-256
c216c3d8ef69a6b1d5c4bdfb23cc5d82936c66876d4ce6743bd37169bea0ee89

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