Skip to content

SATIVUS TECH CORP.: filings

Every SATIVUS TECH CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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-13fiscal Q2 202629860001683168-26-006310
10-Q2026-05-14fiscal Q1 202629620001683168-26-003867
10-K/A2026-04-15fiscal FY 202535720001683168-26-002981
10-K2026-04-15fiscal FY 202535720001683168-26-002958
10-Q2025-11-17fiscal Q3 202530930001683168-25-008480
10-Q2025-08-15fiscal Q2 202530890001683168-25-006219
10-Q2025-05-15fiscal Q1 202532670001683168-25-003647
10-K2025-03-31fiscal FY 202432660001683168-25-002119
10-Q2024-11-14fiscal Q3 202426820001683168-24-008058
10-Q2024-08-14fiscal Q2 202426780001683168-24-005609
10-Q2024-05-20fiscal Q1 202428600001683168-24-003690
10-K2024-04-01fiscal FY 202331640001683168-24-001970
10-Q2023-11-07fiscal Q3 202329890001213900-23-084295
10-Q2023-08-10fiscal Q2 202329830001213900-23-065580
10-Q2023-05-15fiscal Q1 202330640001213900-23-039293
10-K2023-03-31fiscal FY 202230620001213900-23-024977
10-Q2022-11-14fiscal Q3 202230890001213900-22-072146
10-Q2022-08-12fiscal Q2 202230850001213900-22-047366
10-Q2022-05-16fiscal Q1 202228590001213900-22-026634
10-K2022-03-31fiscal FY 202126480001213900-22-016757
10-Q2021-11-15fiscal Q3 202122620001213900-21-059490
10-Q2021-08-16fiscal Q2 202122500001213900-21-043002
10-Q2021-05-20fiscal Q1 202122380001213900-21-028209
10-K2021-03-17fiscal FY 202025660001213900-21-016071
10-Q2019-11-14fiscal Q3 201929740001213900-19-023377
10-Q2019-08-14fiscal Q2 201929710001213900-19-015660
10-Q2019-05-15fiscal Q1 201927520001178913-19-001501
10-Q2019-03-20fiscal Q1 201926530001178913-19-000888
10-K2019-01-15fiscal FY 201827530001178913-19-000101
10-Q2018-08-20fiscal Q3 201822590001511164-18-000538
10-Q2018-05-21fiscal Q2 201822580001511164-18-000345
10-Q2018-02-14fiscal Q1 201823400001511164-18-000086
10-K2018-01-10fiscal FY 201727510001511164-18-000011
10-Q2017-08-14fiscal Q3 201726670001511164-17-000506
10-Q2017-05-22fiscal Q2 201726650001511164-17-000311
10-Q2017-02-21fiscal Q1 201726540001654954-17-001223
10-K2017-01-13fiscal FY 201627550001654954-17-000241
10-Q2016-08-12fiscal Q3 201625720001654954-16-001452
10-Q2016-05-16fiscal Q2 201625610001354488-16-007453

Inspect the source

Entity
SATIVUS TECH CORP. / CIK 0001661600
Captured
2026-09-21T17:24:01.777Z
SEC response SHA-256
e715c6704ec11fcc9784b232ebd37f42eb82f02c3ebfb6d22241005051c98101

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