Skip to content

Smartchase Corp.: filings

Every Smartchase Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 filings, each linked to its SEC index.

Filing record ends 2019-12-13

The latest filing in this captured record is a 10-Q filed 2019-12-13. No later filing is in the SEC companyfacts record captured on 2026-09-23. Smartchase Corp. 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-13fiscal Q3 201616420001683168-19-003963
10-Q2019-12-12fiscal Q2 201615400001683168-19-003958
10-Q2016-05-03fiscal Q1 201615330001002014-16-000656
10-K2016-03-21fiscal FY 201518390001002014-16-000618
10-Q2015-11-10fiscal Q3 201514370001002014-15-000491
10-Q2015-08-07fiscal Q2 201514370001002014-15-000386
10-Q2015-05-01fiscal Q1 201515310001002014-15-000190
10-K2015-03-24fiscal FY 201418370001002014-15-000113
10-Q2014-11-03fiscal Q3 201414370001002014-14-000586
10-Q2014-07-31fiscal Q2 201418440001002014-14-000405
10-Q2014-05-06fiscal Q1 201418350001002014-14-000220
10-K2014-04-29fiscal FY 201319500001002014-14-000212
10-Q2014-04-23fiscal Q3 201318460001002014-14-000198
10-Q2014-04-23fiscal Q2 201318470001002014-14-000196
10-Q2014-04-23fiscal Q1 201318370001002014-14-000194
10-K2014-04-18fiscal FY 201219480001002014-14-000180
10-Q2014-04-18fiscal Q3 201218440001002014-14-000178
10-Q2014-04-18fiscal Q2 201218410001002014-14-000176
10-Q2014-04-18fiscal Q1 201218350001002014-14-000172
10-K2014-03-25fiscal FY 201118450001002014-14-000104
10-Q2014-03-21fiscal Q3 201118450001002014-14-000098
10-Q2014-03-21fiscal Q2 201118430001002014-14-000096

Inspect the source

Entity
Smartchase Corp. / CIK 0001390533
Captured
SEC response SHA-256
20b6e4ba821f33656c649c43aca738f3a7db1a0684d0c608d0bbd2d5db1339d7

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