Skip to content

Touchpoint Group Holdings, Inc.: filings

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

Filing record ends 2022-11-18

The latest filing in this captured record is a 10-Q filed 2022-11-18. No later filing is in the SEC companyfacts record captured on 2026-09-22. Touchpoint Group Holdings, 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-Q2022-11-18fiscal Q3 202233900001753926-22-001486
10-Q2022-08-15fiscal Q2 202233910001753926-22-001074
10-Q2022-05-23fiscal Q1 202232660001753926-22-000771
10-K2022-04-15fiscal FY 202132650001753926-22-000519
10-Q2021-11-19fiscal Q3 202133910001753926-21-000720
10-Q2021-08-16fiscal Q2 202133860001753926-21-000375
10-Q2021-05-17fiscal Q1 202131670001753926-21-000154
10-K2021-04-09fiscal FY 202035680001753926-21-000093
10-Q2020-11-16fiscal Q3 202034950001213900-20-037338
10-Q2020-08-18fiscal Q2 202034900001213900-20-022572
10-Q2020-06-30fiscal Q1 202033680001213900-20-016153
10-K2020-04-24fiscal FY 201934670001213900-20-010050
10-Q2019-11-19fiscal Q3 201933950001213900-19-024042
10-Q2019-08-19fiscal Q2 201934950001213900-19-016274
10-Q2019-05-15fiscal Q1 201934700001615774-19-007922
10-K2019-04-15fiscal FY 201837750001615774-19-005776
10-Q2018-11-16fiscal Q3 201835900001615774-18-012873
10-Q2018-08-17fiscal Q2 201833840001615774-18-008293
10-Q2018-05-16fiscal Q1 201833640001615774-18-003928
10-K2018-04-02fiscal FY 201735720001615774-18-002269
10-Q2017-11-14fiscal Q3 201736930001615774-17-006664
10-Q2017-08-14fiscal Q2 201733960001615774-17-004367
10-Q2017-05-12fiscal Q1 201733680001615774-17-002339
10-K2017-04-11fiscal FY 2016371070001615774-17-001596
10-Q2016-11-09fiscal Q3 201634990001615774-16-008125
10-Q2016-08-09fiscal Q2 2016361080001615774-16-006642
10-K/A2016-07-22fiscal FY 201539790001615774-16-006400
10-Q2016-05-13fiscal Q1 201636720001615774-16-005390
10-K2016-03-31fiscal FY 201539790001615774-16-004743
10-Q2015-11-13fiscal Q3 2015381080001354488-15-005078
10-Q2015-08-19fiscal Q2 2015371040001354488-15-003996
10-Q2015-05-20fiscal Q1 201537700001354488-15-002571
10-K2015-04-01fiscal FY 201437720001354488-15-001534
10-Q2014-11-14fiscal Q3 201435940001354488-14-005736
10-Q2014-08-12fiscal Q2 201435940001354488-14-004068
10-Q2014-05-20fiscal Q1 201434670001354488-14-002879
10-Q/A2014-05-05fiscal Q3 2013391100001354488-14-002213
10-Q/A2014-05-05fiscal Q2 2013381080001354488-14-002211
10-Q/A2014-05-05fiscal Q1 201335700001354488-14-002209
10-K2014-04-15fiscal FY 201338530001354488-14-001911
10-Q2013-11-14fiscal Q3 2013391080001354488-13-006335
10-Q/A2013-08-15fiscal Q2 2013381080001354488-13-004642
10-Q/A2013-05-30fiscal Q1 201335700001354488-13-003250
10-Q2013-05-20fiscal Q1 201335700001354488-13-003051
10-K2013-05-13fiscal FY 2012341030001354488-13-002619
10-Q2012-11-19fiscal Q3 201227610001038838-12-000351
10-Q/A2012-08-27fiscal Q2 201231800001038838-12-000250
10-Q2012-05-15fiscal Q1 201224480001038838-12-000129
10-K2012-04-16fiscal FY 201124480001038838-12-000107
10-Q2011-11-14fiscal Q3 201123590001038838-11-000380
10-Q/A2011-09-07fiscal Q2 201125680001038838-11-000323

Inspect the source

Entity
Touchpoint Group Holdings, Inc. / CIK 0000225211
Captured
SEC response SHA-256
83f35f2a3fa766761989535964ec0cdcf0cfeb4fdfb9c585342a16896971cf21

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