Skip to content

iWallet Corp: filings

Every iWallet Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-14fiscal Q2 202633960001498372-26-000006
10-Q2026-05-15fiscal Q1 202632680001498372-26-000004
10-K2026-03-27fiscal FY 202532660001498372-26-000002
10-Q2025-11-13fiscal Q3 202529920001498372-25-000003
10-Q2025-08-14fiscal Q2 202529880001139020-25-000257
10-Q2025-05-09fiscal Q1 202528600001139020-25-000111
10-K2025-03-13fiscal FY 202430620001393905-25-000115
10-Q2024-11-05fiscal Q3 202430920001393905-24-000372
10-Q2024-08-14fiscal Q2 202430880001393905-24-000287
10-K/A2024-07-26fiscal FY 202329600001393905-24-000270
10-Q2024-05-20fiscal Q1 202429620001393905-24-000187
10-K2024-03-15fiscal FY 202329600001393905-24-000074
10-Q/A2023-11-29fiscal Q3 202328870001393905-23-000391
10-Q2023-11-21fiscal Q3 202328870001393905-23-000383
10-Q2023-08-10fiscal Q2 202327790001393905-23-000300
10-Q2023-08-10fiscal Q1 202328580001393905-23-000298
10-K2023-07-07fiscal FY 202228580001393905-23-000278
10-Q2022-11-21fiscal Q3 202229880001393905-22-000469
10-Q2022-08-15fiscal Q2 202228820001393905-22-000304
10-Q2022-05-16fiscal Q1 202227580001393905-22-000160
10-K2022-03-31fiscal FY 202125520001393905-22-000098
10-Q2022-01-20fiscal Q3 202126800001393905-22-000019
10-Q2015-11-24fiscal Q3 201525670001647488-15-000182
10-Q2015-08-17fiscal Q2 201524630001647488-15-000079
10-Q2015-05-15fiscal Q1 201526500001255294-15-000299
10-K2015-03-31fiscal FY 201427510001255294-15-000211
10-Q2014-11-19fiscal Q3 201427680001255294-14-001200
10-K2014-10-16fiscal FY 201415300001255294-14-001070
10-Q2014-08-19fiscal Q2 201426680001255294-14-000902
10-Q2014-05-20fiscal Q3 201415460001255294-14-000471
10-Q2014-02-19fiscal Q2 201413390001255294-14-000083
10-Q2013-11-19fiscal Q1 201413300001255294-13-000916
10-K2013-10-15fiscal FY 201313350001255294-13-000795
10-Q2013-05-20fiscal Q3 201312330001255294-13-000376
10-Q2013-02-15fiscal Q2 201311310001255294-13-000119
10-Q2012-11-19fiscal Q1 201312280001255294-12-000828
10-K2012-10-11fiscal FY 201214380001255294-12-000705
10-Q2012-05-15fiscal Q3 201210290001255294-12-000310
10-Q2012-02-21fiscal Q2 201210290001255294-12-000116
10-Q2011-11-17fiscal Q1 20129220001255294-11-000726

Inspect the source

Entity
iWallet Corp / CIK 0001498372
Captured
2026-09-20T09:11:09.856Z
SEC response SHA-256
e7b8f13205277fed96d2627fc934027c69798970b5ea9e357605c9df21620a15

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