Skip to content

FALCONSTOR SOFTWARE, INC.: filings

Every FALCONSTOR SOFTWARE, 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-10

The latest filing in this captured record is a 10-Q filed 2023-05-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. FALCONSTOR SOFTWARE, 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-10fiscal Q1 2023541100000950170-23-020603
10-K2023-03-23fiscal FY 2022601200000950170-23-009553
10-Q2022-11-09fiscal Q3 2022581650000950170-22-023974
10-Q2022-08-03fiscal Q2 2022581610001628280-22-020667
10-Q2022-05-11fiscal Q1 2022571170001628280-22-013861
10-K2022-03-11fiscal FY 2021601210001628280-22-005808
10-Q2021-11-10fiscal Q3 2021581650001628280-21-022817
10-Q2021-08-04fiscal Q2 2021581610001628280-21-015578
10-Q2021-05-05fiscal Q1 2021561140001628280-21-009088
10-K2021-03-10fiscal FY 2020601210001628280-21-004460
10-Q2020-11-09fiscal Q3 2020571630001628280-20-016089
10-Q2020-08-05fiscal Q2 2020571590001628280-20-011803
10-Q2020-05-07fiscal Q1 2020571170001628280-20-007019
10-K2020-03-19fiscal FY 2019571170001628280-20-003823
10-Q2019-11-19fiscal Q3 2019551590001628280-19-014320
10-Q2019-08-14fiscal Q2 2019551550001628280-19-010762
10-Q2019-05-15fiscal Q1 2019541130001628280-19-006831
10-K2019-03-27fiscal FY 2018541120001628280-19-003503
10-Q2018-11-14fiscal Q3 2018491370001628280-18-014363
10-Q2018-08-14fiscal Q2 2018491370001628280-18-011119
10-Q2018-05-18fiscal Q1 2018491010001628280-18-006937
10-K2018-04-02fiscal FY 2017541120001628280-18-003907
10-Q2017-11-20fiscal Q3 2017511420000922521-17-000029
10-Q2017-08-11fiscal Q2 2017511410000922521-17-000025
10-Q2017-05-05fiscal Q1 2017511040000922521-17-000012
10-K2017-03-10fiscal FY 2016551140000922521-17-000004
10-Q2016-11-03fiscal Q3 2016521430000922521-16-000065
10-Q2016-07-28fiscal Q2 2016521420000922521-16-000057
10-Q2016-04-28fiscal Q1 2016511040000922521-16-000049
10-K2016-02-17fiscal FY 2015541750000922521-16-000034
10-Q2015-10-29fiscal Q3 2015521460000922521-15-000029
10-Q2015-07-30fiscal Q2 2015521460000922521-15-000023
10-Q2015-04-27fiscal Q1 2015511060000922521-15-000015
10-K2015-02-25fiscal FY 2014541740000922521-15-000005
10-Q2014-11-07fiscal Q3 2014501420000922521-14-000027
10-Q2014-07-31fiscal Q2 2014501420000922521-14-000014
10-Q2014-05-08fiscal Q1 2014501040001445305-14-001998
10-K2014-03-13fiscal FY 2013531700001445305-14-001027
10-Q2013-11-07fiscal Q3 2013491370000921895-13-002167
10-Q2013-08-09fiscal Q2 2013481330000921895-13-001618
10-Q2013-05-09fiscal Q1 201348980000921895-13-000989
10-K2013-03-18fiscal FY 2012511640000921895-13-000620
10-Q2012-11-09fiscal Q3 2012451260000921895-12-002167
10-Q2012-08-08fiscal Q2 2012461280000921895-12-001610
10-Q2012-05-08fiscal Q1 201244900000921895-12-000995
10-K2012-03-13fiscal FY 2011441130000921895-12-000511
10-Q2011-11-08fiscal Q3 2011461240000921895-11-002116
10-Q2011-08-09fiscal Q2 2011431140000921895-11-001575

Inspect the source

Entity
FALCONSTOR SOFTWARE, INC. / CIK 0000922521
Captured
SEC response SHA-256
daf31362a6dea87bf3bd01befafcf6622d5b5987059f0337a14fc40c8de88736

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