Skip to content

Invesco CurrencyShares Swedish Krona Trust: filings

Every Invesco CurrencyShares Swedish Krona Trust annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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 Swedish Krona 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 201911300001564590-19-042368
10-Q2019-08-08fiscal Q2 201911300001564590-19-030320
10-Q2019-05-09fiscal Q1 201910210001564590-19-017428
10-K2019-01-11fiscal FY 201811590001193125-19-007533
10-Q2018-09-07fiscal Q3 201812340001193125-18-269186
10-Q2018-06-11fiscal Q2 201811330001193125-18-189422
10-Q2018-03-12fiscal Q1 201810210001193125-18-079407
10-K2018-01-11fiscal FY 201710660001193125-18-009011
10-Q2017-09-11fiscal Q3 201710310001193125-17-281803
10-Q2017-06-09fiscal Q2 201710310001193125-17-199956
10-Q2017-03-13fiscal Q1 201710210001193125-17-080220
10-K2017-01-12fiscal FY 201610620001193125-17-008823
10-Q2016-09-09fiscal Q3 201610310001193125-16-706383
10-Q2016-06-09fiscal Q2 201610310001193125-16-617779
10-Q2016-03-11fiscal Q1 201610200001193125-16-501288
10-K2016-01-14fiscal FY 201510570001193125-16-429877
10-Q2015-09-09fiscal Q3 201513340001193125-15-315811
10-Q2015-06-09fiscal Q2 201513340001193125-15-217809
10-Q2015-03-12fiscal Q1 201511240001193125-15-088825
10-K2015-01-14fiscal FY 201410620001193125-15-010617
10-Q2014-09-08fiscal Q3 201410310001193125-14-335507
10-Q2014-06-09fiscal Q2 201410310001193125-14-230179
10-Q2014-03-12fiscal Q1 201410230001193125-14-095542
10-K2014-01-14fiscal FY 201310620001193125-14-010884
10-Q2013-09-06fiscal Q3 201310310001193125-13-359943
10-Q2013-06-07fiscal Q2 201310310001193125-13-251669
10-Q2013-03-08fiscal Q1 20139220001193125-13-098700
10-K2013-01-14fiscal FY 20129510001193125-13-011917
10-Q2012-09-10fiscal Q3 20129270001193125-12-386621
10-Q2012-06-11fiscal Q2 20128240001193125-12-266727
10-Q2012-03-12fiscal Q1 20128180001193125-12-110058
10-K2012-01-13fiscal FY 20118230001193125-12-012049
10-Q2011-09-09fiscal Q3 20118250001193125-11-244702

Inspect the source

Entity
Invesco CurrencyShares Swedish Krona Trust / CIK 0001353616
Captured
SEC response SHA-256
c27ef185de0b60ffa5083e070cb045a90c87d164776151c924b06f55cc63e926

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