Skip to content

KIDOZ INC.: filings

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

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
20-F2026-04-29fiscal FY 2025461170001493152-26-019626
20-F2025-04-25fiscal FY 2024471230001641172-25-006049
20-F2024-04-25fiscal FY 2023471240001493152-24-015991
20-F2023-04-19fiscal FY 2022461180001493152-23-012960
10-Q2022-11-14fiscal Q3 2022421170001493152-22-031786
10-Q2022-08-15fiscal Q2 2022421140001493152-22-022981
10-Q2022-05-17fiscal Q1 202240840001493152-22-013995
10-K2022-03-31fiscal FY 202142850001493152-22-008214
10-Q2021-11-15fiscal Q3 2021411130001493152-21-028552
10-Q2021-08-16fiscal Q2 2021431170001171843-21-005999
10-Q2021-05-12fiscal Q1 202137770001318482-21-000007
10-K2021-04-01fiscal FY 202040790001318482-21-000005
10-Q2020-11-13fiscal Q3 202037970001318482-20-000010
10-Q2020-08-13fiscal Q2 202037940001318482-20-000008
10-Q2020-06-01fiscal Q1 202037740001318482-20-000005
10-K2020-04-24fiscal FY 201940760001318482-20-000002
10-Q2019-11-15fiscal Q3 201931860001318482-19-000009
10-Q2019-08-14fiscal Q2 201930790001318482-19-000007
10-Q2019-05-16fiscal Q1 201927550001318482-19-000006
10-K2019-03-22fiscal FY 201831630001318482-19-000002
10-Q2018-11-14fiscal Q3 201826680001318482-18-000006
10-Q2018-08-14fiscal Q2 201826670001318482-18-000004
10-Q2018-05-15fiscal Q1 201825490001318482-18-000003
10-K2018-03-21fiscal FY 201732650001318482-18-000001
10-Q2017-11-14fiscal Q3 201726680001318482-17-000007
10-Q2017-08-11fiscal Q2 201721550001318482-17-000003
10-Q2017-05-16fiscal Q1 201720390001318482-17-000002
10-K2017-03-31fiscal FY 201629590001318482-17-000001
10-Q2016-11-15fiscal Q3 201625660001318482-16-000017
10-Q2016-08-15fiscal Q2 201625660001318482-16-000014
10-Q2016-05-09fiscal Q1 201624480001318482-16-000012
10-K2016-03-17fiscal FY 201530600001318482-16-000010
10-Q2015-11-13fiscal Q3 201527720001318482-15-000009
10-Q2015-08-14fiscal Q2 201527720001318482-15-000007
10-Q2015-05-14fiscal Q1 201527540001318482-15-000005
10-K2015-03-26fiscal FY 201429590001318482-15-000004
10-Q2014-11-12fiscal Q3 201427720001318482-14-000010
10-Q2014-08-12fiscal Q2 201427720001318482-14-000009
10-Q/A2014-05-15fiscal Q1 201425490001318482-14-000007
10-Q2013-11-13fiscal Q3 201326630001318482-13-000006
10-Q2013-08-13fiscal Q2 201326630001318482-13-000005
10-Q2013-05-15fiscal Q1 201325480001318482-13-000003
10-K2013-03-29fiscal FY 201227530001318482-13-000001
10-Q2012-11-14fiscal Q3 201221490001318482-12-000015
10-Q/A2012-08-24fiscal Q2 201220480001318482-12-000014
10-Q/A2012-08-10fiscal Q1 201223460001318482-12-000012
10-K/A2012-08-10fiscal FY 201125510001318482-12-000011
10-Q2012-05-11fiscal Q1 201223460001318482-12-000006
10-K2012-03-30fiscal FY 201125510001318482-12-000002
10-Q/A2011-11-14fiscal Q3 201125660001318482-11-000013
10-Q2011-11-14fiscal Q2 201122540001318482-11-000011
10-Q/A2011-09-02fiscal Q2 201122540001318482-11-000009

Inspect the source

Entity
KIDOZ INC. / CIK 0001318482
Captured
2026-09-20T07:51:53.929Z
SEC response SHA-256
cea3b77d2eb72648586255f77565d4df4b5b7308d3ee25f58096aeec4757187f

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