Skip to content

AVAI BIO, INC.: filings

Every AVAI BIO, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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 Q1 202729580001740797-26-000021
10-K2026-07-14fiscal FY 202628540001740797-26-000017
10-Q2026-02-12fiscal Q3 202628750001740797-26-000009
10-Q2025-11-14fiscal Q2 202630760001740797-25-000054
10-Q2025-08-12fiscal Q1 202625530001740797-25-000043
10-K2025-07-08fiscal FY 202529570001740797-25-000038
10-K/A2025-02-19fiscal FY 202432620001740797-25-000017
10-Q2025-02-07fiscal Q3 202529810001740797-25-000014
10-Q/A2025-01-21fiscal Q2 202528760001740797-25-000009
10-Q/A2025-01-21fiscal Q1 202528570001740797-25-000007
10-K/A2025-01-21fiscal FY 202432620001740797-25-000005
10-Q2024-11-12fiscal Q2 202528760001740797-24-000054
10-Q/A2024-09-03fiscal Q1 202528570001740797-24-000044
10-Q2024-08-19fiscal Q1 202528570001740797-24-000042
10-K2024-07-03fiscal FY 202432620001740797-24-000031
10-Q2024-02-14fiscal Q3 202427740001740797-24-000010
10-Q2023-11-17fiscal Q2 202425650001740797-23-000081
10-Q2023-08-16fiscal Q1 202325510001740797-23-000066
10-K/A2023-07-13fiscal FY 202229570001740797-23-000051
10-K/A2023-06-30fiscal FY 202229570001740797-23-000049
10-Q2023-02-14fiscal Q3 202328780001740797-23-000012
10-Q2022-11-10fiscal Q2 202328740001740797-22-000016
10-Q2022-08-19fiscal Q1 202327550001740797-22-000013
10-K2022-06-29fiscal FY 202227550001740797-22-000007
10-Q2022-02-14fiscal Q3 202227660001740797-22-000003
10-Q2021-11-15fiscal Q2 202224610001740797-21-000026
10-Q2021-08-23fiscal Q1 202125500001740797-21-000023
10-K/A2021-08-18fiscal FY 202126520001740797-21-000020
10-K2021-07-13fiscal FY 202126530001740797-21-000014
10-Q2021-02-18fiscal Q3 202128660001740797-21-000005
10-Q2020-11-13fiscal Q2 202127650001740797-20-000028
10-Q2020-08-20fiscal Q1 202124490001740797-20-000024
10-K2020-08-13fiscal FY 202027550001740797-20-000018
10-Q2020-02-04fiscal Q3 202026670001740797-20-000003
10-Q2019-11-13fiscal Q2 202022540001740797-19-000031
10-Q/A2019-10-17fiscal Q1 202020390001740797-19-000029
10-Q/A2019-10-16fiscal Q1 202020390001740797-19-000027
10-K2019-07-15fiscal FY 201922440001740797-19-000013
10-Q2019-01-17fiscal Q3 201919330001740797-19-000005
10-Q2018-11-14fiscal Q2 201921340001740797-18-000015
10-Q2018-07-25fiscal Q1 201916250001740797-18-000012

Inspect the source

Entity
AVAI BIO, INC. / CIK 0001740797
Captured
2026-09-21T17:25:43.217Z
SEC response SHA-256
517998bc0cdcf6cacd8a8d0f1fd509d15f40cb7868ef1a28e1bc010be8dc1c03

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