Skip to content

INVESCO DB GOLD FUND: filings

Every INVESCO DB GOLD FUND annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2023-03-30

The latest filing in this captured record is a 10-K filed 2023-03-30. No later filing is in the SEC companyfacts record captured on 2026-09-23. INVESCO DB GOLD FUND may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2023-03-30fiscal FY 202212350001564590-23-004705
10-Q2022-11-04fiscal Q3 202212360001564590-22-036661
10-Q2022-08-05fiscal Q2 202212360001564590-22-028074
10-Q2022-05-06fiscal Q1 202212260001564590-22-018364
10-K2022-02-25fiscal FY 202112350001564590-22-006808
10-Q2021-11-05fiscal Q3 202112360001564590-21-054601
10-Q2021-08-06fiscal Q2 202112360001564590-21-041774
10-Q2021-05-07fiscal Q1 202112260001564590-21-025159
10-K2021-02-26fiscal FY 202012350001564590-21-009024
10-Q2020-11-06fiscal Q3 202012360001564590-20-051546
10-Q2020-08-07fiscal Q2 202012360001564590-20-037960
10-Q2020-05-08fiscal Q1 202012250001564590-20-023041
10-K2020-02-28fiscal FY 201912350001564590-20-007568
10-Q2019-11-08fiscal Q3 201912360001564590-19-042315
10-Q2019-08-08fiscal Q2 201912360001564590-19-030301
10-Q2019-05-09fiscal Q1 201911240001564590-19-017399
10-K2019-02-28fiscal FY 201812350001564590-19-005102
10-Q2018-11-07fiscal Q3 201812360001564590-18-027570
10-Q2018-08-08fiscal Q2 201811320001564590-18-020075
10-Q2018-05-08fiscal Q1 20189180001564590-18-011666
10-K2018-02-28fiscal FY 20179260001564590-18-003614
10-Q2017-11-09fiscal Q3 20179300001564590-17-022881
10-Q2017-08-08fiscal Q2 201710340001564590-17-016115
10-Q2017-05-09fiscal Q1 201710210001564590-17-009484
10-K2017-03-01fiscal FY 201610280001564590-17-002940
10-Q2016-11-08fiscal Q3 201610340001564590-16-028290
10-Q2016-08-09fiscal Q2 201611360001564590-16-023698
10-Q2016-05-10fiscal Q1 201611250001564590-16-018917
10-K2016-02-29fiscal FY 201511550001193125-16-482751
10-Q2015-11-06fiscal Q3 201513380001193125-15-370064
10-Q2015-08-10fiscal Q2 20159280001193125-15-284653
10-Q2015-05-11fiscal Q1 20159220001193125-15-181960
10-K2015-03-06fiscal FY 201410430001193125-15-081283
10-Q2014-11-05fiscal Q3 20149280001193125-14-398166
10-Q2014-08-06fiscal Q2 20149280001193125-14-298325
10-Q2014-05-09fiscal Q1 20149210001193125-14-191854
10-K2014-03-04fiscal FY 201313490001193125-14-080732
10-Q2013-11-05fiscal Q3 201312320001193125-13-427867
10-Q2013-08-08fiscal Q2 201312320001193125-13-326820
10-Q2013-05-03fiscal Q1 201312250001193125-13-199138
10-K2013-03-01fiscal FY 201211300001193125-13-086564
10-Q2012-11-02fiscal Q3 201213340001193125-12-448428
10-Q2012-08-03fiscal Q2 201213340001193125-12-334238
10-Q2012-05-14fiscal Q1 201211230001193125-12-229663
10-K2012-03-14fiscal FY 201111290001193125-12-114427
10-Q2011-11-07fiscal Q3 201111270001193125-11-299273
10-Q2011-08-05fiscal Q2 201111270001193125-11-211295

Inspect the source

Entity
INVESCO DB GOLD FUND / CIK 0001383055
Captured
SEC response SHA-256
6bdcb0cd3692d809e2897b36a1a9e68533ccf337b19320b7856706e4b15cb53e

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