Skip to content

BOATIM INC.: filings

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

Filing record ends 2022-05-05

The latest filing in this captured record is a 10-Q/A filed 2022-05-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. BOATIM 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-Q/A2022-05-05fiscal Q2 202225720001829126-22-009961
10-Q2022-05-05fiscal Q2 202225720001829126-22-009932
10-Q2022-01-19fiscal Q1 202224500001640334-22-000128
10-K2022-01-03fiscal FY 202128570001640334-22-000006
10-Q2021-07-19fiscal Q3 202126850001640334-21-001587
10-Q2021-04-19fiscal Q2 202126780001640334-21-000976
10-Q2021-01-13fiscal Q1 202125550001640334-21-000076
10-K2020-12-02fiscal FY 202030600001640334-20-002995
10-Q2020-07-16fiscal Q3 202018560001640334-20-001799
10-Q2020-04-13fiscal Q2 202017460001640334-20-000800
10-Q2020-02-07fiscal Q1 202016330001640334-20-000206
10-K2020-01-31fiscal FY 201917320001640334-20-000176
10-Q2019-10-02fiscal Q3 201916500001640334-19-001970
10-Q2019-09-11fiscal Q2 201915450001640334-19-001824
10-Q2019-08-06fiscal Q1 201915300001640334-19-001522
10-K2019-06-06fiscal FY 201816300001640334-19-001081
10-Q2019-06-06fiscal Q3 201817420001640334-19-001079
10-Q2019-06-06fiscal Q2 201817420001640334-19-001066
10-Q2018-01-16fiscal Q1 201812240001640334-18-000088
10-K2017-12-14fiscal FY 201721380001640334-17-002634
10-Q2017-06-26fiscal Q3 201721640001477932-17-002990
10-Q2017-03-22fiscal Q2 201721630001477932-17-001245
10-Q2017-01-17fiscal Q1 201721490001477932-17-000291
10-K2016-11-29fiscal FY 201622530001477932-16-013860
10-Q2016-07-13fiscal Q3 201622720001477932-16-011336
10-Q2016-04-14fiscal Q2 201622700001477932-16-009772
10-Q2016-01-19fiscal Q1 201519450001477932-16-008143

Inspect the source

Entity
BOATIM INC. / CIK 0001622231
Captured
SEC response SHA-256
6d378601e509273fc7fd2b8af81de9cf00452c9875cff2b3a31236a39a49b1d0

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