Skip to content

APPSOFT TECHNOLOGIES, INC.: filings

Every APPSOFT TECHNOLOGIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-19fiscal Q2 202625760001477932-26-005162
10-Q2026-05-20fiscal Q1 202624520001477932-26-003350
10-K2026-04-27fiscal FY 202525640001477932-26-002564
10-Q2025-11-19fiscal Q3 202525800001477932-25-008471
10-Q2025-08-14fiscal Q2 202525760001477932-25-005900
10-Q2025-05-15fiscal Q1 202525540001477932-25-003847
10-K2025-04-16fiscal FY 202426670001477932-25-002769
10-Q2024-11-19fiscal Q3 202423710001477932-24-007450
10-Q2024-08-16fiscal Q2 202422650001477932-24-004997
10-Q2024-05-21fiscal Q1 202422470001477932-24-003191
10-K2024-04-11fiscal FY 202322450001477932-24-001977
10-Q2023-11-20fiscal Q3 202322630001477932-23-008648
10-Q2023-08-21fiscal Q2 202322590001477932-23-006338
10-Q2023-05-22fiscal Q1 202321460001477932-23-003842
10-K2023-04-18fiscal FY 202222460001477932-23-002714
10-Q2022-11-14fiscal Q3 202224700001477932-22-008468
10-Q2022-07-29fiscal Q2 202223660001477932-22-005490
10-Q2022-05-13fiscal Q1 202223510001477932-22-003273
10-K2022-03-29fiscal FY 202125510001477932-22-001695
10-Q2021-11-17fiscal Q3 202126720001477932-21-008492
10-Q2021-08-16fiscal Q2 202126720001477932-21-005611
10-Q2021-06-07fiscal Q1 202126560001477932-21-003845
10-K2021-05-27fiscal FY 202024500001477932-21-003616
10-Q2021-01-28fiscal Q3 202026730001477932-21-000458
10-Q2021-01-28fiscal Q2 202024690001477932-21-000457
10-Q2021-01-28fiscal Q1 202027570001477932-21-000456
10-K2020-12-03fiscal FY 201927700001477932-20-007062
10-Q2019-12-04fiscal Q3 201925790001104659-19-069870
10-Q2019-11-13fiscal Q2 201925740001104659-19-063269
10-Q2019-10-11fiscal Q1 201925500001144204-19-048115
10-K2019-07-23fiscal FY 201825520001144204-19-035544
10-Q2018-11-20fiscal Q3 201825680001144204-18-060849
10-Q2018-08-20fiscal Q2 201825680001144204-18-045617
10-Q2018-05-17fiscal Q1 201823450001144204-18-029404
10-K2018-04-17fiscal FY 201728560001144204-18-020968
10-Q2017-11-16fiscal Q3 201728710001144204-17-059574
10-Q2017-08-21fiscal Q2 201723610001144204-17-044325
10-Q2017-05-15fiscal Q1 201722430001144204-17-027388
10-K2017-04-18fiscal FY 201625510001144204-17-020889
10-Q2016-11-21fiscal Q3 201625590001144204-16-135539
10-Q2016-08-25fiscal Q2 201621500001144204-16-121182
10-Q2016-06-15fiscal Q1 201623450001144204-16-108347

Inspect the source

Entity
APPSOFT TECHNOLOGIES, INC. / CIK 0001651992
Captured
2026-09-21T17:21:58.659Z
SEC response SHA-256
cf015af0207f5022513e5bc8520f5c694711ef9eb8e89ed58d786f81539e3d48

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