Skip to content

ACLARION, INC.: filings

Every ACLARION, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 19 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-06fiscal Q2 2026491480001683168-26-006026
10-Q2026-05-13fiscal Q1 202647980001683168-26-003822
10-K2026-03-18fiscal FY 2025501020001683168-26-001986
10-Q2025-11-12fiscal Q3 2025441400001683168-25-008169
10-Q2025-08-14fiscal Q2 2025441360001683168-25-006126
10-Q2025-05-15fiscal Q1 202543900001683168-25-003594
10-K2025-04-09fiscal FY 202448980001683168-25-002351
10-Q2024-11-14fiscal Q3 2024431380001683168-24-008063
10-Q2024-08-14fiscal Q2 2024431340001683168-24-005682
10-Q2024-05-15fiscal Q1 202444920001683168-24-003506
10-K2024-03-28fiscal FY 202346930001683168-24-001821
10-Q2023-11-14fiscal Q3 2023421380001683168-23-008065
10-Q2023-08-25fiscal Q2 2023421380001683168-23-006063
10-Q2023-07-03fiscal Q1 202339820001683168-23-004603
10-K/A2023-06-12fiscal FY 2022431220001683168-23-004066
10-K2023-02-27fiscal FY 202243880001683168-23-001165
10-Q2022-11-14fiscal Q3 2022391220001683168-22-007614
10-Q2022-08-15fiscal Q2 202233930001654954-22-011263
10-Q2022-06-06fiscal Q1 202228620001654954-22-007977

Inspect the source

Entity
ACLARION, INC. / CIK 0001635077
Captured
2026-09-21T17:22:29.976Z
SEC response SHA-256
d51a8320efc6180d294b94733bad17df8b9f5a000329e3e9800fcfb4ad6b6c22

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