Skip to content

Invesco CurrencyShares Singapore Dollar Trust: filings

Every Invesco CurrencyShares Singapore Dollar Trust annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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 Singapore Dollar 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 201910270001564590-19-042369
10-Q2019-08-08fiscal Q2 201910270001564590-19-030325
10-Q2019-05-09fiscal Q1 201910210001564590-19-017434
10-K2019-01-14fiscal FY 201810480001564590-19-000598
10-Q2018-09-07fiscal Q3 201811300001193125-18-269204
10-Q2018-06-11fiscal Q2 201811300001193125-18-189433
10-Q2018-03-12fiscal Q1 20189190001193125-18-079413
10-K2018-01-11fiscal FY 20179540001193125-18-009002
10-Q2017-09-11fiscal Q3 20179270001193125-17-281873
10-Q2017-06-09fiscal Q2 20179270001193125-17-199947
10-Q2017-03-13fiscal Q1 20179180001193125-17-080236
10-K2017-01-12fiscal FY 20169540001193125-17-008835
10-Q2016-09-09fiscal Q3 20169270001193125-16-706382
10-Q2016-06-09fiscal Q2 20169270001193125-16-617769
10-Q2016-03-11fiscal Q1 20169190001193125-16-501281
10-K2016-01-14fiscal FY 201511580001193125-16-429869
10-Q2015-09-09fiscal Q3 201512320001193125-15-315812
10-Q2015-06-09fiscal Q2 201511310001193125-15-217847
10-Q2015-03-12fiscal Q1 201511240001193125-15-088814
10-K2015-01-14fiscal FY 201412490001193125-15-010612
10-Q2014-09-08fiscal Q3 201411280001193125-14-335496
10-Q2014-06-09fiscal Q2 201411280001193125-14-230172
10-Q2014-03-12fiscal Q1 201410180001193125-14-095504
10-K2014-01-14fiscal FY 201310290001193125-14-010861
10-Q2013-09-06fiscal Q3 201310200001193125-13-359964
10-Q2013-06-07fiscal Q2 201310210001193125-13-251675

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

Inspect the source

Entity
Invesco CurrencyShares Singapore Dollar Trust / CIK 0001433994
Captured
SEC response SHA-256
ddff82faf4828b3ecb5b438e8499cbb2ade8e41fd01626f336de4490724ed92b

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