Skip to content

FORIAN INC.: filings

Every FORIAN INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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-05-15fiscal Q1 202644930001140361-26-021394
10-K2026-03-27fiscal FY 202548990001140361-26-011752
10-Q2025-11-14fiscal Q3 2025461360001140361-25-042313
10-Q2025-08-14fiscal Q2 2025461330001140361-25-031104
10-Q2025-05-15fiscal Q1 202546960001140361-25-019222
10-K2025-04-11fiscal FY 2024492430001140361-25-013493
10-Q2024-11-13fiscal Q3 2024451280001140361-24-046511
10-Q2024-08-14fiscal Q2 2024441220001140361-24-037350
10-Q2024-05-14fiscal Q1 202442880001140361-24-025995
10-K2024-03-29fiscal FY 202347960001140361-24-016673
10-Q2023-11-09fiscal Q3 2023421160001140361-23-052529
10-Q2023-08-11fiscal Q2 2023431180001140361-23-039255
10-Q2023-05-15fiscal Q1 202343900001140361-23-024710
10-K2023-03-30fiscal FY 2022511040001140361-23-014888
10-Q2022-11-14fiscal Q3 2022481300001140361-22-041418
10-Q2022-08-12fiscal Q2 2022471280001140361-22-029440
10-Q2022-05-13fiscal Q1 202246960001140361-22-019119
10-K2022-03-31fiscal FY 2021501030001140361-22-012185
10-Q2021-11-15fiscal Q3 2021481310001140361-21-037949
10-Q2021-08-16fiscal Q2 2021481290001140361-21-028400
10-Q2021-05-17fiscal Q1 202145930001140361-21-017716
10-K2021-03-31fiscal FY 202034700001140361-21-011044

Inspect the source

Entity
FORIAN INC. / CIK 0001829280
Captured
2026-09-21T17:36:06.748Z
SEC response SHA-256
0da9124e8434580c91eae4c74cf7707b871e630e45ecc1c59bc6122f3d8660be

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