Skip to content

UMeWorld Inc.: filings

Every UMeWorld Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-13fiscal Q3 2026341220001477932-26-004944
10-Q2026-05-14fiscal Q2 2026321100001477932-26-003093
10-Q2026-02-24fiscal Q1 202632680001477932-26-000998
20-F2025-12-23fiscal FY 202535950001477932-25-009175
20-F2025-01-14fiscal FY 2024381030001477932-25-000220
20-F2024-01-31fiscal FY 2023391050001477932-24-000463
20-F2023-04-19fiscal FY 2023391040001477932-23-002748
20-F/A2022-02-17fiscal FY 202132860001477932-22-000922
20-F2021-09-27fiscal FY 202032870001477932-21-006655
20-F2021-07-16fiscal FY 201933870001477932-21-004699
20-F2021-06-04fiscal FY 201835930001477932-21-003808
20-F2018-04-11fiscal FY 201735820001477932-18-001727
20-F2017-02-14fiscal FY 201627810001477932-17-000718
20-F2016-01-29fiscal FY 201529850001477932-16-008348
20-F2015-01-30fiscal FY 201430840001477932-15-000920
20-F/A2014-05-30fiscal FY 201331860001477932-14-002974
20-F/A2014-02-18fiscal FY 201331860001477932-14-000708
20-F2014-02-12fiscal FY 201331860001477932-14-000643
10-Q2013-02-22fiscal Q1 201325540001477932-13-000835
10-K2013-01-16fiscal FY 201231610001477932-13-000247
10-Q2012-08-13fiscal Q3 201227840001477932-12-002912
10-Q2012-05-08fiscal Q2 201228950001204459-12-000987
10-Q2012-02-07fiscal Q1 201226550001204459-12-000231
10-K2011-12-09fiscal FY 201127550001204459-11-003257
10-Q2011-08-02fiscal Q3 201125820001062993-11-003085

Inspect the source

Entity
UMeWorld Inc. / CIK 0001114936
Captured
2026-09-20T05:24:25.954Z
SEC response SHA-256
f1582ada7642c45c0b044a960fc6e292b4ecab89cde4b42e37c15c768c109e40

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