Skip to content

INVESCO DB G10 CURRENCY HARVEST FUND: filings

Every INVESCO DB G10 CURRENCY HARVEST 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 G10 CURRENCY HARVEST 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 202213360000950170-23-010813
10-Q2022-11-04fiscal Q3 202213380001564590-22-036659
10-Q2022-08-05fiscal Q2 202212350001564590-22-028079
10-Q2022-05-06fiscal Q1 202211220001564590-22-018350
10-K2022-02-25fiscal FY 202112320001564590-22-006825
10-Q2021-11-05fiscal Q3 202112350001564590-21-054607
10-Q2021-08-06fiscal Q2 202112350001564590-21-041775
10-Q2021-05-07fiscal Q1 202112240001564590-21-025152
10-K2021-02-26fiscal FY 202011310001564590-21-009028
10-Q2020-11-06fiscal Q3 202011330001564590-20-051532
10-Q2020-08-07fiscal Q2 202011330001564590-20-037957
10-Q2020-05-08fiscal Q1 202011230001564590-20-023054
10-K2020-02-28fiscal FY 201912320001564590-20-007564
10-Q2019-11-08fiscal Q3 201912370001564590-19-042322
10-Q2019-08-08fiscal Q2 201911330001564590-19-030308
10-Q2019-05-09fiscal Q1 201911230001564590-19-017403
10-K2019-02-28fiscal FY 201812340001564590-19-005105
10-Q2018-11-07fiscal Q3 201812350001564590-18-027574
10-Q2018-08-08fiscal Q2 201811310001564590-18-020065
10-Q2018-05-08fiscal Q1 20189190001564590-18-011675
10-K2018-02-28fiscal FY 20179260001564590-18-003606
10-Q2017-11-09fiscal Q3 20179300001564590-17-022875
10-Q2017-08-08fiscal Q2 201710340001564590-17-016114
10-Q2017-05-09fiscal Q1 201710210001564590-17-009477
10-K2017-03-01fiscal FY 201610280001564590-17-002934
10-Q2016-11-08fiscal Q3 201610340001564590-16-028292
10-Q2016-08-09fiscal Q2 201611360001564590-16-023691
10-Q2016-05-10fiscal Q1 201611240001564590-16-018919
10-K2016-02-29fiscal FY 201511550001193125-16-482806
10-Q2015-11-06fiscal Q3 201513380001193125-15-370045
10-Q2015-08-10fiscal Q2 20159280001193125-15-284646
10-Q2015-05-11fiscal Q1 20159220001193125-15-181986
10-K2015-03-09fiscal FY 201410430001193125-15-081301
10-Q2014-11-05fiscal Q3 201410320001193125-14-398170
10-Q2014-08-06fiscal Q2 201410320001193125-14-298350
10-Q2014-05-09fiscal Q1 201410240001193125-14-191818
10-K2014-03-04fiscal FY 201313500001193125-14-080676
10-Q2013-11-05fiscal Q3 201312320001193125-13-427861
10-Q2013-08-08fiscal Q2 201312320001193125-13-326765
10-Q2013-05-03fiscal Q1 201313270001193125-13-199278
10-K2013-02-22fiscal FY 201212340001193125-13-071761
10-Q2012-11-02fiscal Q3 201213340001193125-12-448404
10-Q2012-08-03fiscal Q2 201214350001193125-12-334120
10-Q2012-05-09fiscal Q1 201213270001193125-12-221572
10-K2012-02-28fiscal FY 201112330001193125-12-084391
10-Q2011-11-07fiscal Q3 201112300001193125-11-299325
10-Q2011-08-05fiscal Q2 201112300001193125-11-211287

Inspect the source

Entity
INVESCO DB G10 CURRENCY HARVEST FUND / CIK 0001354730
Captured
SEC response SHA-256
5f3c4f3f01bf42f72cbde70d47964c73db18e9dcd9c94fa502197f903b28547b

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