Skip to content

Invesco CURRENCYSHARES CANADIAN DOLLAR TRUST: filings

Every Invesco CURRENCYSHARES CANADIAN DOLLAR TRUST annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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 202615450001193125-26-338711
10-Q2026-05-07fiscal Q1 202615310001193125-26-209777
10-K2026-03-02fiscal FY 202515300001193125-26-083543
10-Q2025-11-07fiscal Q3 202515450001193125-25-270329
10-Q2025-08-07fiscal Q2 202515450000950170-25-105143
10-Q2025-05-08fiscal Q1 202514290000950170-25-067204
10-K2025-02-26fiscal FY 202415300000950170-25-027265
10-Q2024-11-07fiscal Q3 202414430000950170-24-122607
10-Q2024-08-07fiscal Q2 202414430000950170-24-092109
10-Q2024-05-08fiscal Q1 202414290000950170-24-054968
10-K2024-02-23fiscal FY 202315300000950170-24-019058
10-Q2023-11-08fiscal Q3 202315450000950170-23-060469
10-Q2023-08-04fiscal Q2 202315450000950170-23-038216
10-Q2023-05-09fiscal Q1 202315310000950170-23-019005
10-K2023-02-24fiscal FY 202215300000950170-23-004222
10-Q2022-11-04fiscal Q3 202215450001564590-22-036665
10-Q2022-08-05fiscal Q2 202215430001564590-22-028086
10-Q2022-05-06fiscal Q1 202211230001564590-22-018356
10-K2022-02-25fiscal FY 202111220001564590-22-006820
10-Q2021-11-05fiscal Q3 202111290001564590-21-054603
10-Q2021-08-06fiscal Q2 202111260001564590-21-041779
10-Q2021-05-07fiscal Q1 202111220001564590-21-025165
10-K2021-02-26fiscal FY 202011220001564590-21-009042
10-Q2020-11-06fiscal Q3 202011280001564590-20-051554
10-Q2020-08-07fiscal Q2 202011280001564590-20-037977
10-Q2020-05-08fiscal Q1 202011230001564590-20-023056
10-K2020-02-28fiscal FY 201911290001564590-20-007570
10-Q2019-11-08fiscal Q3 201911290001564590-19-042352
10-Q2019-08-08fiscal Q2 201910270001564590-19-030316
10-Q2019-05-09fiscal Q1 201910210001564590-19-017413
10-K2019-01-11fiscal FY 201810500001193125-19-007539
10-Q2018-09-07fiscal Q3 201811310001193125-18-269191
10-Q2018-06-11fiscal Q2 201811310001193125-18-189411
10-Q2018-03-12fiscal Q1 20189190001193125-18-079365
10-K2018-01-11fiscal FY 20179550001193125-18-008979
10-Q2017-09-11fiscal Q3 20179270001193125-17-281792
10-Q2017-06-09fiscal Q2 20179270001193125-17-199957
10-Q2017-03-13fiscal Q1 20179190001193125-17-080228
10-K2017-01-12fiscal FY 20169550001193125-17-008849
10-Q2016-09-09fiscal Q3 20169270001193125-16-706381
10-Q2016-06-09fiscal Q2 20169270001193125-16-617771
10-Q2016-03-11fiscal Q1 20169190001193125-16-501309
10-K2016-01-14fiscal FY 20159580001193125-16-429876
10-Q2015-09-09fiscal Q3 201511330001193125-15-315806
10-Q2015-06-09fiscal Q2 201511330001193125-15-217817
10-Q2015-03-12fiscal Q1 201511250001193125-15-088828
10-K2015-01-14fiscal FY 201411640001193125-15-010609
10-Q2014-09-08fiscal Q3 201410310001193125-14-335499
10-Q2014-06-09fiscal Q2 201410310001193125-14-230175
10-Q2014-03-12fiscal Q1 201410230001193125-14-095592
10-K2014-01-14fiscal FY 201310620001193125-14-010891
10-Q2013-09-06fiscal Q3 201310310001193125-13-359948
10-Q2013-06-07fiscal Q2 201310310001193125-13-251718
10-Q2013-03-08fiscal Q1 20138210001193125-13-098733

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

Inspect the source

Entity
Invesco CURRENCYSHARES CANADIAN DOLLAR TRUST / CIK 0001353612
Captured
2026-09-20T07:55:22.473Z
SEC response SHA-256
5a839b3ba82146c5a406aae7a707a35758160f5037390b8a443d1f7d9b6cc901

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