Skip to content

RETINALGENIX TECHNOLOGIES INC.: filings

Every RETINALGENIX TECHNOLOGIES INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 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-14fiscal Q2 202625730001493152-26-038423
10-Q2026-05-20fiscal Q1 202624470001493152-26-024649
10-K2026-04-15fiscal FY 202528540001493152-26-016638
10-Q2025-11-14fiscal Q3 202527810001493152-25-023495
10-Q/A2025-08-20fiscal Q2 202527770001641172-25-024887
10-Q2025-08-19fiscal Q2 202527770001641172-25-024830
10-Q2025-05-15fiscal Q1 202526520001641172-25-010457
10-K2025-03-31fiscal FY 202428520001641172-25-001788
10-Q2024-11-18fiscal Q3 202426750001493152-24-046477
10-Q2024-08-19fiscal Q2 202422670001493152-24-033012
10-Q2024-05-20fiscal Q1 202421440001493152-24-020564
10-K2024-04-01fiscal FY 202324460001493152-24-012185
10-Q2023-11-14fiscal Q3 202323730001493152-23-040743
10-Q2023-08-14fiscal Q2 202324720001493152-23-028030
10-K/A2023-06-15fiscal FY 202222420001493152-23-021374
10-Q/A2023-05-30fiscal Q1 202321420001493152-23-019448
10-Q2023-05-18fiscal Q1 202321420001493152-23-018123
10-K2023-03-31fiscal FY 202222420001493152-23-010215
10-Q2022-11-17fiscal Q3 202221630001493152-22-032753
10-Q2022-08-19fiscal Q2 202220600001493152-22-023602
10-Q/A2022-05-16fiscal Q1 202220410001493152-22-013676
10-K2022-04-15fiscal FY 202119380001493152-22-010079
10-Q2021-11-22fiscal Q3 202119580001493152-21-029613

Inspect the source

Entity
RETINALGENIX TECHNOLOGIES INC. / CIK 0001836295
Captured
2026-09-21T17:29:46.648Z
SEC response SHA-256
dd1391ce51bf49d231e305a3aac122a3dd931e6d5a5195ef8432fe80b7fd24ad

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