Skip to content

Invesco CurrencyShares Japanese Yen Trust: filings

Every Invesco CurrencyShares Japanese Yen Trust annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-338718
10-Q2026-05-07fiscal Q1 202615310001193125-26-209716
10-K2026-03-02fiscal FY 202515300001193125-26-083566
10-Q2025-11-07fiscal Q3 202515450001193125-25-270300
10-Q2025-08-07fiscal Q2 202515450000950170-25-105148
10-Q2025-05-08fiscal Q1 202515310000950170-25-067197
10-K2025-02-26fiscal FY 202415300000950170-25-027263
10-Q2024-11-07fiscal Q3 202416490000950170-24-122599
10-Q2024-08-07fiscal Q2 202416490000950170-24-092118
10-Q2024-05-08fiscal Q1 202416330000950170-24-054962
10-K2024-02-23fiscal FY 202316320000950170-24-019051
10-Q2023-11-08fiscal Q3 202315470000950170-23-060481
10-Q2023-08-04fiscal Q2 202316490000950170-23-038204
10-Q2023-05-09fiscal Q1 202316330000950170-23-019013
10-K2023-02-24fiscal FY 202216320001564590-23-002371
10-Q2022-11-04fiscal Q3 202216490001564590-22-036666
10-Q2022-08-05fiscal Q2 202216490001564590-22-028088
10-Q2022-05-06fiscal Q1 202212250001564590-22-018368
10-K2022-02-25fiscal FY 202112240001564590-22-006827
10-Q2021-11-05fiscal Q3 202112330001564590-21-054615
10-Q2021-08-06fiscal Q2 202112330001564590-21-041792
10-Q2021-05-07fiscal Q1 202112250001564590-21-025171
10-K2021-02-26fiscal FY 202012240001564590-21-009033
10-Q2020-11-06fiscal Q3 202012330001564590-20-051553
10-Q2020-08-07fiscal Q2 202012330001564590-20-037971
10-Q2020-05-08fiscal Q1 202012250001564590-20-023059
10-K2020-02-28fiscal FY 201912320001564590-20-007578
10-Q2019-11-12fiscal Q3 201912330001564590-19-042366
10-Q2019-08-08fiscal Q2 201912330001564590-19-030323
10-Q2019-05-09fiscal Q1 201911230001564590-19-017421
10-K2019-01-11fiscal FY 201811610001193125-19-007534
10-Q2018-09-07fiscal Q3 201812350001193125-18-269192
10-Q2018-06-11fiscal Q2 201812350001193125-18-189421
10-Q2018-03-12fiscal Q1 201810210001193125-18-079424
10-K2018-01-11fiscal FY 201710640001193125-18-008992
10-Q2017-09-11fiscal Q3 201710310001193125-17-281805
10-Q2017-06-09fiscal Q2 201710310001193125-17-199967
10-Q2017-03-13fiscal Q1 201710200001193125-17-080217
10-K2017-01-12fiscal FY 201610590001193125-17-008846
10-Q2016-09-09fiscal Q3 201610290001193125-16-706388
10-Q2016-06-09fiscal Q2 201610290001193125-16-617766
10-Q2016-03-11fiscal Q1 20169190001193125-16-501282
10-K2016-01-14fiscal FY 20159580001193125-16-429861
10-Q2015-09-09fiscal Q3 201511330001193125-15-315823
10-Q2015-06-09fiscal Q2 201511330001193125-15-217833
10-Q2015-03-12fiscal Q1 201511250001193125-15-088818
10-K2015-01-14fiscal FY 201411560001193125-15-010589
10-Q2014-09-08fiscal Q3 20149270001193125-14-335521
10-Q2014-06-09fiscal Q2 20149270001193125-14-230191
10-Q2014-03-12fiscal Q1 20149210001193125-14-095572
10-K2014-01-14fiscal FY 20139430001193125-14-010897
10-Q2013-09-06fiscal Q3 20139270001193125-13-359967
10-Q2013-06-07fiscal Q2 20139270001193125-13-251658

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

Inspect the source

Entity
Invesco CurrencyShares Japanese Yen Trust / CIK 0001353613
Captured
2026-09-20T07:55:23.895Z
SEC response SHA-256
7321cf61c1ad077cf4d5a60478e266506c078542dfa80bbc18812be50f40036e

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