Skip to content

QDM INTERNATIONAL INC.: filings

Every QDM INTERNATIONAL INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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
10-Q2026-08-14fiscal Q1 202738750001213900-26-090033
10-K2026-06-29fiscal FY 202638740001213900-26-073119
10-Q2026-02-17fiscal Q3 202632980001213900-26-017312
10-Q2025-11-14fiscal Q2 202632980001213900-25-110954
10-Q2025-08-14fiscal Q1 202530640001213900-25-076780
10-K2025-07-10fiscal FY 202534670001213900-25-062865
10-Q2025-02-14fiscal Q3 202533980001213900-25-014275
10-Q2024-11-14fiscal Q2 202531900001213900-24-098495
10-Q2024-08-19fiscal Q1 202531640001213900-24-070371
10-K2024-07-01fiscal FY 202436700001213900-24-057975
10-Q2024-02-14fiscal Q3 202433940001213900-24-014097
10-Q2023-11-14fiscal Q2 202433930001213900-23-087070
10-Q2023-08-14fiscal Q1 202332660001213900-23-067111
10-Q2023-02-14fiscal Q3 202335940001731122-23-000214
10-Q2022-11-14fiscal Q2 202234920001731122-22-001975
10-Q2022-08-15fiscal Q1 202235680001731122-22-001412
10-K2022-06-29fiscal FY 202236640001731122-22-001152
10-Q2022-02-02fiscal Q3 202126780001731122-22-000160
10-Q2021-11-15fiscal Q2 202126780001731122-21-001923
10-Q2021-08-10fiscal Q1 202127570001731122-21-001323
10-K2021-07-12fiscal FY 202130610001731122-21-001155
10-Q2021-02-24fiscal Q3 202131920001731122-21-000293
10-Q2020-11-20fiscal Q3 202029840001731122-20-001206
10-Q2020-08-14fiscal Q2 202029850001731122-20-000869
10-Q2020-06-26fiscal Q1 202029620001731122-20-000686
10-K2020-05-01fiscal FY 201922450001731122-20-000429
10-Q2019-11-13fiscal Q3 201918500001014897-19-000170
10-Q2019-08-13fiscal Q2 201924680001425203-19-000002
10-Q/A2019-06-06fiscal Q1 201924520001014897-19-000087
10-Q2019-05-14fiscal Q1 201924490001014897-19-000071
10-Q2015-11-20fiscal Q3 201521580001014897-15-000387
10-Q2015-09-01fiscal Q2 201520560001014897-15-000285
10-Q2015-05-29fiscal Q1 201520420001014897-15-000194
10-K2015-04-15fiscal FY 201427550001014897-15-000133
10-Q2014-11-19fiscal Q3 201422580001014897-14-000491
10-Q2014-08-14fiscal Q2 201422580001014897-14-000345
10-Q2014-05-14fiscal Q1 201421430001014897-14-000207
10-K2014-03-31fiscal FY 201325500001014897-14-000124
10-Q2013-11-14fiscal Q3 201322570001014897-13-000410
10-Q2013-08-08fiscal Q2 201323590001014897-13-000277
10-Q2013-05-17fiscal Q1 201322460001014897-13-000187
10-K2013-04-11fiscal FY 201225520001014897-13-000110
10-Q2012-11-14fiscal Q3 201221560001014897-12-000377
10-Q/A2012-08-23fiscal Q2 201222600001014897-12-000255
10-Q2012-05-15fiscal Q1 201222450001014897-12-000121
10-K2012-03-29fiscal FY 201123470001014897-12-000069
10-Q2011-11-14fiscal Q3 201125630001014897-11-000241
10-Q2011-08-15fiscal Q2 201126670001014897-11-000156

Inspect the source

Entity
QDM INTERNATIONAL INC. / CIK 0001094032
Captured
2026-09-20T05:22:09.837Z
SEC response SHA-256
ce65003650a15c25247d3fab925bc3ba889e7dac3190977db7ff3047508b983f

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