Skip to content

VANECK MERK GOLD ETF: filings

Every VANECK MERK GOLD ETF annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-09-08fiscal Q2 20268210001213900-26-097973
10-Q2026-06-04fiscal Q1 20268170001213900-26-065148
10-K2026-03-27fiscal FY 20268200001213900-26-035486
10-Q2025-12-08fiscal Q3 20268200001213900-25-119219
10-Q2025-09-08fiscal Q2 20258200001213900-25-085549
10-Q2025-06-06fiscal Q1 20258160001213900-25-052208
10-K2025-03-28fiscal FY 20258180001013762-25-004274
10-Q2024-12-06fiscal Q3 20258200001213900-24-106429
10-Q2024-09-06fiscal Q2 20248200001213900-24-076379
10-Q2024-06-07fiscal Q1 20248160001213900-24-050518
10-Q2023-09-08fiscal Q2 20248240001213900-23-075173
10-Q2023-06-06fiscal Q1 20239190001213900-23-046769
10-Q2021-09-09fiscal Q2 20218250001213900-21-047110
10-Q2021-06-07fiscal Q1 20218170001213900-21-031106
10-K2021-04-16fiscal FY 20218220001213900-21-021828
10-Q2020-12-08fiscal Q3 20219250001213900-20-041588
10-Q2020-09-04fiscal Q2 20209270001213900-20-025312
10-Q2020-06-05fiscal Q1 20209190001213900-20-014214
10-K2020-04-10fiscal FY 20209240001213900-20-008931
10-Q2019-12-09fiscal Q3 20209270001213900-19-025577
10-Q2019-09-06fiscal Q2 20209270001213900-19-017311
10-Q2019-06-07fiscal Q1 20209190001213900-19-010253
10-K2019-04-12fiscal FY 20199240001213900-19-006270
10-Q2018-12-07fiscal Q3 20199230001213900-18-017042
10-Q2018-09-07fiscal Q2 20199230001213900-18-012243
10-Q2018-06-07fiscal Q1 20199190001213900-18-007372
10-K2018-04-13fiscal FY 20189240001213900-18-004389
10-Q2017-12-08fiscal Q3 20189230001213900-17-013024
10-Q2017-09-06fiscal Q2 20189230001213900-17-009443
10-Q2017-06-08fiscal Q1 20189190001213900-17-006259
10-K2017-04-14fiscal FY 20179240001213900-17-003816
10-Q2016-12-14fiscal Q3 20179230001213900-16-019401
10-Q2016-09-12fiscal Q2 20179230001213900-16-016704
10-Q2016-06-14fiscal Q1 20179190001213900-16-014206
10-K2016-04-29fiscal FY 20159190000898432-16-002222
10-Q2015-12-15fiscal Q3 20159230000898432-15-001460
10-Q2015-09-11fiscal Q1 20159210000898432-15-001071
10-Q2015-06-15fiscal Q1 20159190000898432-15-000753
10-K2015-04-29fiscal FY 2014990000898432-15-000565
10-Q2014-12-12fiscal Q3 20149130000898432-14-001335
10-Q2014-09-12fiscal Q2 2014990000898432-14-001106

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

Inspect the source

Entity
VANECK MERK GOLD ETF / CIK 0001546652
Captured
2026-09-20T09:18:09.337Z
SEC response SHA-256
0da80aefbbeba32356b987b926ddd8e69ddd31e8ea82806e2addbdda0f21d4ce

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