Skip to content

GOLDMAN SACHS PHYSICAL GOLD ETF: filings

Every GOLDMAN SACHS PHYSICAL GOLD ETF annual and quarterly report in the SEC record with the published financial measures it tagged, 15 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-07fiscal Q2 202610380001193125-26-340527
10-Q2026-05-11fiscal Q1 202610240001193125-26-216995
10-K2026-02-24fiscal FY 202510290001193125-26-067559
10-Q2025-11-07fiscal Q3 202510380001193125-25-271745
10-Q2025-08-06fiscal Q2 202510380001193125-25-174363
10-Q2025-05-08fiscal Q1 202510240001193125-25-116016
10-K2025-02-26fiscal FY 202410290001193125-25-036907
10-Q2024-11-07fiscal Q3 202410380001193125-24-253120
10-Q2024-08-07fiscal Q1 202410380001193125-24-195867
10-Q2024-05-09fiscal Q1 202410240001193125-24-135176
10-K2024-03-07fiscal FY 202310220001193125-24-062325
10-Q2023-11-08fiscal Q3 202310380001193125-23-273258
10-Q2023-08-07fiscal Q2 202310380001193125-23-204836
10-Q2023-05-04fiscal Q1 20239220001193125-23-135954
10-K2023-03-02fiscal FY 20229200001193125-23-058333

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

Inspect the source

Entity
GOLDMAN SACHS PHYSICAL GOLD ETF / CIK 0001708646
Captured
2026-09-21T17:19:19.632Z
SEC response SHA-256
03b1d3a1ab383f778b45a76eecc6d642544b112f07cba1adde003125b879d9f2

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