Skip to content

INVESCO DB SILVER FUND: filings

Every INVESCO DB SILVER FUND annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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 SILVER 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-004706
10-Q2022-11-04fiscal Q3 202212350001564590-22-036656
10-Q2022-08-05fiscal Q2 202212320001564590-22-028075
10-Q2022-05-06fiscal Q1 202211210001564590-22-018355
10-K2022-02-25fiscal FY 202112330001564590-22-006821
10-Q2021-11-05fiscal Q3 202112350001564590-21-054604
10-Q2021-08-06fiscal Q2 202112330001564590-21-041787
10-Q2021-05-07fiscal Q1 202111220001564590-21-025164
10-K2021-02-26fiscal FY 202012320001564590-21-009046
10-Q2020-11-06fiscal Q3 202011330001564590-20-051543
10-Q2020-08-07fiscal Q2 202010310001564590-20-037963
10-Q2020-05-08fiscal Q1 202010210001564590-20-023061
10-K2020-02-28fiscal FY 201912320001564590-20-007562
10-Q2019-11-08fiscal Q3 201910310001564590-19-042333
10-Q2019-08-08fiscal Q2 201910310001564590-19-030309
10-Q2019-05-09fiscal Q1 201910210001564590-19-017433
10-K2019-02-28fiscal FY 201812340001564590-19-005108
10-Q2018-11-07fiscal Q3 201812330001564590-18-027582
10-Q2018-08-08fiscal Q2 201811290000950123-18-007522
10-K2018-02-28fiscal FY 20179240001564590-18-003607
10-Q2017-11-09fiscal Q3 20179300001564590-17-022877
10-Q2017-08-08fiscal Q2 201710320001564590-17-016103
10-Q2017-05-09fiscal Q1 20178180001564590-17-009476
10-K2017-03-01fiscal FY 201610250001564590-17-002937
10-Q2016-11-08fiscal Q3 201610320001564590-16-028286
10-Q2016-08-09fiscal Q2 20169320001564590-16-023762
10-Q2016-05-10fiscal Q1 20169210001564590-16-018956
10-K2016-02-29fiscal FY 201510510001193125-16-482730
10-Q2015-11-06fiscal Q3 201512340001193125-15-370122
10-Q2015-08-10fiscal Q2 201510320001193125-15-284661
10-Q2015-05-11fiscal Q1 20158200001193125-15-182184
10-K2015-03-09fiscal FY 20149430001193125-15-081305
10-Q2014-11-05fiscal Q3 20149300001193125-14-398185
10-Q2014-08-06fiscal Q2 20149290001193125-14-298274
10-Q2014-05-09fiscal Q1 20148200001193125-14-191836
10-K2014-03-14fiscal FY 201312470001193125-14-100043
10-Q2013-11-05fiscal Q3 201311300001193125-13-427859
10-Q2013-08-08fiscal Q2 201310280001193125-13-326792
10-Q2013-05-03fiscal Q1 201310200001193125-13-199184
10-K2013-03-01fiscal FY 201211300001193125-13-086670
10-Q2012-11-02fiscal Q3 201213330001193125-12-448416
10-Q2012-08-03fiscal Q2 201212290001193125-12-334192
10-Q2012-05-14fiscal Q1 201212230001193125-12-229659
10-K2012-03-14fiscal FY 201112330001193125-12-114406
10-Q2011-11-07fiscal Q3 201112300001193125-11-299312
10-Q2011-08-05fiscal Q2 201112290001193125-11-211320

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
INVESCO DB SILVER FUND / CIK 0001383054
Captured
SEC response SHA-256
9cafa71f7782afde3f4b529cc95751bd0cc7fc19d62b78cac12528e415abb14e

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