Skip to content

ODYSIGHT.AI INC.: filings

Every ODYSIGHT.AI INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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 2026381210001493152-26-037618
10-Q2026-05-14fiscal Q1 202638780001493152-26-023100
10-K2026-03-19fiscal FY 202542840001493152-26-011691
10-Q2025-11-13fiscal Q3 2025381200001493152-25-022127
10-Q2025-08-13fiscal Q2 2025391200001641172-25-023469
10-Q2025-05-15fiscal Q1 202539770001641172-25-010522
10-K2025-03-26fiscal FY 202442840001641172-25-000677
10-Q2024-11-14fiscal Q3 2024391220001493152-24-045352
10-Q2024-08-14fiscal Q2 2024381180001493152-24-032172
10-Q2024-05-15fiscal Q1 202438750001493152-24-019838
10-K2024-03-26fiscal FY 202342810001493152-24-011341
10-Q2023-11-13fiscal Q3 2023371150001493152-23-040489
10-Q2023-08-14fiscal Q2 2023371140001493152-23-028424
10-Q2023-05-08fiscal Q1 202334670001493152-23-015723
10-K2023-03-28fiscal FY 202237740001493152-23-009276
10-Q2022-11-14fiscal Q3 2022351040001493152-22-032059
10-Q2022-08-11fiscal Q2 2022351050001493152-22-022071
10-Q2022-05-16fiscal Q1 202234670001493152-22-013514
10-K2022-03-30fiscal FY 202136710001493152-22-008167
10-Q2021-11-15fiscal Q3 2021341000001493152-21-028581
10-Q2021-08-12fiscal Q2 202133980001493152-21-019515
10-Q2021-05-14fiscal Q1 202133660001493152-21-011398
10-K2021-03-31fiscal FY 202038920001493152-21-007463
10-Q2020-11-12fiscal Q3 2020351010001493152-20-021014
10-Q2020-08-12fiscal Q2 202033920001493152-20-015308
10-Q2020-06-22fiscal Q1 202034640001493152-20-011573
10-K/A2020-05-12fiscal FY 201937680001493152-20-008367
10-K2020-03-16fiscal FY 201937680001493152-20-004026
10-Q2019-11-14fiscal Q2 202014400001493152-19-017240
10-Q2019-08-14fiscal Q1 202014280001493152-19-012385
10-K2019-07-09fiscal FY 201915310001558891-19-000058
10-Q2019-02-19fiscal Q3 201915410001558891-19-000006
10-Q2018-11-13fiscal Q2 201915410001558891-18-000095
10-Q2018-08-13fiscal Q1 201915310001558891-18-000077
10-K2018-07-05fiscal FY 201814290001477932-18-003358
10-Q2018-02-08fiscal Q3 201814390001477932-18-000682
10-Q2017-11-13fiscal Q2 201814390001477932-17-005491
10-Q2017-08-11fiscal Q1 201815300001477932-17-003849
10-K2017-06-29fiscal FY 201714290001477932-17-003077
10-Q2017-02-10fiscal Q3 201713340001477932-17-000667
10-Q2016-11-14fiscal Q2 201713340001477932-16-013388
10-Q2016-08-15fiscal Q1 201714270001477932-16-011844
10-K2016-06-29fiscal FY 201613260001477932-16-011070
10-Q2016-02-16fiscal Q3 201611300001477932-16-008609
10-Q2015-11-02fiscal Q2 201611300001477932-15-006706
10-Q2015-08-10fiscal Q1 201611250001477932-15-004957
10-K2015-06-10fiscal FY 201514270001477932-15-003781
10-Q2015-02-17fiscal Q3 201512310001477932-15-001182
10-Q2014-11-13fiscal Q2 201512310001477932-14-006030
10-Q2014-08-14fiscal Q1 201511240001477932-14-004321
10-K2014-06-30fiscal FY 201414250001477932-14-003384
10-Q2014-02-13fiscal Q3 201312270001477932-14-000661
10-Q2013-11-13fiscal Q2 201312270001477932-13-005336
10-Q2013-09-13fiscal Q1 201311210001477932-13-004199

Inspect the source

Entity
ODYSIGHT.AI INC. / CIK 0001577445
Captured
2026-09-20T09:22:05.342Z
SEC response SHA-256
f7027001f9382aedf82575a2bba919e40cca31fb61c02460e65a96858d8dd69e

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