Skip to content

COUNTERPATH CORP: filings

Every COUNTERPATH CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2020-12-14

The latest filing in this captured record is a 10-Q filed 2020-12-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. COUNTERPATH 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-Q2020-12-14fiscal Q2 2021361020001062993-20-006267
10-Q2020-09-10fiscal Q1 202136740001062993-20-004433
10-K2020-07-20fiscal FY 202042820001062993-20-003383
10-Q2020-03-11fiscal Q3 202035970001062993-20-001315
10-Q2019-12-11fiscal Q2 202035950001062993-19-004702
10-Q2019-09-12fiscal Q1 201935710001062993-19-003668
10-K2019-07-11fiscal FY 201938800001062993-19-002868
10-Q2019-03-18fiscal Q3 201934980001062993-19-001305
10-Q2018-12-12fiscal Q2 2019361060001062993-18-004995
10-Q2018-09-13fiscal Q1 201934730001062993-18-003728
10-K2018-07-25fiscal FY 201840850001062993-18-003013
10-Q2018-03-13fiscal Q3 201831820001062993-18-001189
10-Q2017-12-13fiscal Q2 201835980001062993-17-005235
10-Q2017-09-14fiscal Q1 201831640001062993-17-004133
10-K2017-07-13fiscal FY 201735720001062993-17-003211
10-Q2017-03-13fiscal Q3 201731820001062993-17-001323
10-Q2016-12-14fiscal Q2 201731820001062993-16-012708
10-Q2016-09-14fiscal Q1 201731640001062993-16-011445
10-K2016-07-14fiscal FY 201635720001062993-16-010548
10-Q2016-03-15fiscal Q3 201631820001062993-16-008343
10-Q2015-12-14fiscal Q2 201631820001062993-15-006650
10-Q2015-09-14fiscal Q1 201631640001062993-15-005021
10-K2015-07-16fiscal FY 201536740001062993-15-003908
10-Q2015-03-09fiscal Q3 201532860001062993-15-001221
10-Q2014-12-11fiscal Q2 201531820001062993-14-007072
10-Q2014-09-11fiscal Q1 201530620001062993-14-005439
10-K2014-07-10fiscal FY 201436740001062993-14-004136
10-Q2014-03-13fiscal Q3 201432860001062993-14-001273
10-Q2013-12-12fiscal Q2 201431820001062993-13-006288
10-Q2013-09-12fiscal Q1 201434700001062993-13-004606
10-K2013-07-25fiscal FY 201336740001062993-13-003578
10-Q2013-03-14fiscal Q3 201334920001062993-13-001186
10-Q2012-12-13fiscal Q2 201334920001062993-12-005396
10-Q2012-09-13fiscal Q1 201334700001062993-12-003564
10-K2012-07-19fiscal FY 201234700001204459-12-001646
10-Q2012-03-12fiscal Q3 201234920001204459-12-000484
10-Q2011-12-14fiscal Q2 201234960001204459-11-003296
10-Q2011-09-14fiscal Q1 201234700001062993-11-003751

Inspect the source

Entity
COUNTERPATH CORP / CIK 0001236997
Captured
SEC response SHA-256
c04b3a8a3ce49d73c932e0f1be3bf6720f95ff9513400881c60e37bed7a1a66f

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