Skip to content

WORLD GOLD TRUST: filings

Every WORLD GOLD TRUST annual and quarterly report in the SEC record with the published financial measures it tagged, 19 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-K2025-11-25fiscal FY 20259550001437749-25-036313
10-K2024-11-25fiscal FY 20249560001437749-24-036162
10-K2023-11-22fiscal FY 20239560001437749-23-032877
10-K2022-11-23fiscal FY 20229560001193125-22-291886
10-K2021-11-24fiscal FY 202110450001193125-21-340501
10-K2020-11-23fiscal FY 202010450001193125-20-301507
10-Q2020-05-08fiscal Q2 202010380001193125-20-137734
10-Q2020-02-07fiscal Q1 202010220001193125-20-028138
10-K2019-12-10fiscal FY 201910450001193125-19-310359
10-Q2019-08-06fiscal Q3 201910380001193125-19-214197
10-Q2019-05-07fiscal Q2 201910380001193125-19-139808
10-Q2019-02-08fiscal Q1 201910220001193125-19-032391
10-K2018-11-27fiscal FY 201810330001193125-18-335376
10-Q2018-08-07fiscal Q3 201810320001193125-18-241073
10-Q2018-05-02fiscal Q2 201811290001193125-18-148868
10-Q2018-02-06fiscal Q1 201811140001193125-18-033307
10-K2017-11-29fiscal FY 201711240001193125-17-355809
10-Q2017-08-04fiscal Q3 201711190001193125-17-248848
10-Q2017-05-05fiscal Q2 201711170001193125-17-160969

21 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
WORLD GOLD TRUST / CIK 0001618181
Captured
2026-09-21T17:18:36.233Z
SEC response SHA-256
bce0f5e546ec0773607dfb0fd981c2c01367931a1edafa2a5c2934fe49ab6ba4

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