Skip to content

Invesco CurrencyShares Chinese Renminbi Trust: filings

Every Invesco CurrencyShares Chinese Renminbi Trust annual and quarterly report in the SEC record with the published financial measures it tagged, 31 filings, each linked to its SEC index.

Filing record ends 2019-11-12

The latest filing in this captured record is a 10-Q filed 2019-11-12. No later filing is in the SEC companyfacts record captured on 2026-09-23. Invesco CurrencyShares Chinese Renminbi Trust 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-Q2019-11-12fiscal Q3 20199250001564590-19-042367
10-Q2019-08-08fiscal Q2 20199250001564590-19-030315
10-Q2019-05-09fiscal Q1 201911250001564590-19-017436
10-K2019-01-11fiscal FY 201810480001193125-19-007529
10-Q2018-09-07fiscal Q3 201810290001193125-18-269197
10-Q2018-06-11fiscal Q2 201810290001193125-18-189427
10-Q2018-03-12fiscal Q1 20189190001193125-18-079374
10-K2018-01-11fiscal FY 20179550001193125-18-008984
10-Q2017-09-11fiscal Q3 20179270001193125-17-281814
10-Q2017-06-09fiscal Q2 20179270001193125-17-199951
10-Q2017-03-13fiscal Q1 20179190001193125-17-080225
10-K2017-01-12fiscal FY 20169550001193125-17-008852
10-Q2016-09-09fiscal Q3 20169270001193125-16-706387
10-Q2016-06-09fiscal Q2 20169270001193125-16-617752
10-Q2016-03-11fiscal Q1 20169190001193125-16-501280
10-K2016-01-14fiscal FY 20159580001193125-16-429867
10-Q2015-09-09fiscal Q3 201510310001193125-15-315809
10-Q2015-06-09fiscal Q2 201510310001193125-15-217830
10-Q2015-03-12fiscal Q1 201510230001193125-15-088819
10-K2015-01-14fiscal FY 201411630001193125-15-010628
10-Q2014-09-08fiscal Q3 201410300001193125-14-335535
10-Q2014-06-09fiscal Q2 20149290001193125-14-230201
10-Q2014-03-12fiscal Q1 20149210001193125-14-095640
10-K2014-01-14fiscal FY 201310590001193125-14-010915
10-Q2013-09-06fiscal Q3 201310310001193125-13-359951
10-Q2013-06-07fiscal Q2 201310300001193125-13-251708
10-Q2013-03-08fiscal Q1 20139220001193125-13-098735
10-K2013-01-14fiscal FY 201210350001193125-13-011908
10-Q2012-09-10fiscal Q3 201210180001193125-12-386592
10-Q2012-06-11fiscal Q2 201210180001193125-12-266716
10-Q2012-03-12fiscal Q1 20129130001193125-12-109882

Inspect the source

Entity
Invesco CurrencyShares Chinese Renminbi Trust / CIK 0001519405
Captured
SEC response SHA-256
fc7ff100b1a911340486a00b03893921d5875ca0f54845fe108a9c07d84b7ba8

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