Skip to content

SPINDLE, INC.: filings

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

Filing record ends 2018-11-19

The latest filing in this captured record is a 10-Q filed 2018-11-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. SPINDLE, 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-Q2018-11-19fiscal Q3 201832830001393905-18-000344
10-Q2018-08-14fiscal Q2 201831790001393905-18-000248
10-Q2018-05-15fiscal Q1 201830590001393905-18-000178
10-K2018-04-19fiscal FY 201734670001393905-18-000147
10-Q2017-11-20fiscal Q3 201733820001393905-17-000375
10-Q2017-08-14fiscal Q2 201733820001393905-17-000240
10-Q2017-05-22fiscal Q1 201734670001393905-17-000157
10-K2017-04-19fiscal FY 201638730001393905-17-000113
10-Q2016-11-14fiscal Q3 201637890001393905-16-001090
10-Q2016-08-15fiscal Q2 201636870001393905-16-001018
10-Q2016-05-16fiscal Q1 201636700001393905-16-000909
10-K2016-04-05fiscal FY 201535710001393905-16-000836
10-K2016-03-30fiscal FY 201535710001393905-16-000818
10-Q2015-11-16fiscal Q3 201534840001393905-15-000613
10-Q2015-08-14fiscal Q2 201534820001393905-15-000406
10-Q2015-05-12fiscal Q1 201534670001393905-15-000239
10-K2015-03-30fiscal FY 201435680001393905-15-000150
10-Q2014-11-12fiscal Q3 201434800001393905-14-000594
10-Q2014-08-14fiscal Q2 201435820001393905-14-000471
10-Q2014-05-15fiscal Q1 201432640001393905-14-000309
10-K2014-03-31fiscal FY 201334670001393905-14-000153
10-Q2013-11-14fiscal Q3 201329700001393905-13-000635
10-Q/A2013-09-20fiscal Q3 201228810001393905-13-000534
10-Q2013-09-16fiscal Q2 201329680001393905-13-000522
10-Q/A2013-09-06fiscal Q1 201329550001393905-13-000500
10-Q2013-09-03fiscal Q1 201329550001393905-13-000493
10-Q/A2013-08-20fiscal Q2 201227630001393905-13-000468
10-Q/A2013-08-19fiscal Q1 201224480001393905-13-000455
10-K/A2013-08-06fiscal FY 201125250001393905-13-000394
10-K2013-07-19fiscal FY 201230730001393905-13-000360
10-Q2012-11-14fiscal Q3 201230710001393905-12-000651
10-Q/A2012-08-24fiscal Q2 201230700001393905-12-000480
10-Q/A2012-05-16fiscal Q1 201227520001393905-12-000248
10-K2012-03-30fiscal FY 201130610001393905-12-000141
10-Q2011-11-14fiscal Q3 201127640001393905-11-000782
10-Q2011-08-15fiscal Q2 201126630001393905-11-000533

Inspect the source

Entity
SPINDLE, INC. / CIK 0001403802
Captured
SEC response SHA-256
8ac65260bf7cbd55ce1dd0815031e0a9b2bcc7c7f41d49a76206bf55d25b3e94

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