Skip to content

iSign Solutions Inc.: filings

Every iSign Solutions Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2023-05-15

The latest filing in this captured record is a 10-Q filed 2023-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. iSign Solutions Inc. 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-Q2023-05-15fiscal Q1 202334670001213900-23-039618
10-K2023-03-31fiscal FY 202236720001213900-23-025193
10-Q2022-11-14fiscal Q3 2022371060001213900-22-071917
10-Q2022-08-15fiscal Q2 2022371000001213900-22-047893
10-Q2022-05-16fiscal Q1 202235720001213900-22-026844
10-K2022-03-31fiscal FY 202137730001213900-22-016643
10-Q2021-11-15fiscal Q3 202133910001213900-21-059154
10-Q2021-08-16fiscal Q2 202134860001213900-21-042866
10-Q2021-05-17fiscal Q1 202132660001213900-21-026878
10-K2021-04-07fiscal FY 202035690001213900-21-020616
10-Q2020-11-16fiscal Q3 202032880001213900-20-037234
10-Q2020-08-14fiscal Q2 202032830001213900-20-022163
10-Q2020-05-15fiscal Q1 202032620001213900-20-012525
10-K2020-03-30fiscal FY 201935690001213900-20-007926
10-Q2019-11-14fiscal Q3 201932880001213900-19-023447
10-Q2019-08-14fiscal Q2 201934810001213900-19-015704
10-Q2019-05-15fiscal Q1 201932630001213900-19-008766
10-K2019-04-01fiscal FY 201837720001213900-19-005445
10-Q2018-11-14fiscal Q3 201833750001213900-18-015742
10-Q2018-08-14fiscal Q2 201833750001213900-18-010956
10-Q2018-05-15fiscal Q1 201832600001213900-18-006268
10-K2018-04-02fiscal FY 201737710001213900-18-003811
10-Q2017-11-14fiscal Q3 201732810001213900-17-012034
10-Q2017-08-14fiscal Q2 201735860001213900-17-008684
10-Q2017-05-15fiscal Q1 201734680001213900-17-005187
10-K2017-03-31fiscal FY 201637730001213900-17-003126
10-Q2016-11-14fiscal Q3 201633800001213900-16-018392
10-Q2016-08-15fiscal Q2 201632760000727634-16-000047
10-Q2016-05-16fiscal Q1 201632630000727634-16-000045
10-K2016-04-06fiscal FY 201537750000727634-16-000040
10-Q2015-11-16fiscal Q3 201532780000727634-15-000022
10-Q2015-08-14fiscal Q2 201532770000727634-15-000017
10-Q2015-05-15fiscal Q1 201534700000727634-15-000015
10-K2015-03-31fiscal FY 201437740000727634-15-000012
10-Q2014-11-14fiscal Q3 201433850000727634-14-000026
10-Q2014-08-14fiscal Q2 201433840000727634-14-000017
10-Q2014-05-15fiscal Q1 201433690000727634-14-000012
10-K2014-03-31fiscal FY 201336730000727634-14-000008
10-Q2013-11-14fiscal Q3 201332820000727634-13-000019
10-Q2013-08-14fiscal Q2 201332820000727634-13-000013
10-Q2013-05-15fiscal Q1 201332640000727634-13-000006
10-K2013-04-01fiscal FY 201238760000727634-13-000004
10-Q2012-11-14fiscal Q3 201233850000727634-12-000027
10-Q2012-08-14fiscal Q2 201233850000727634-12-000019
10-Q2012-05-15fiscal Q1 201236740000727634-12-000013
10-K2012-03-30fiscal FY 201136740000727634-12-000007
10-Q2011-11-14fiscal Q3 201134920000727634-11-000035
10-Q2011-08-15fiscal Q2 201134920000727634-11-000023

Inspect the source

Entity
iSign Solutions Inc. / CIK 0000727634
Captured
SEC response SHA-256
c12067c2a811a485cf1edb0d45090deb2d5dacf68b3b20614941178a55a5450a

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