Skip to content

AVITA Medical, Inc.: filings

Every AVITA Medical, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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 2026481410001193125-26-338101
10-Q2026-05-14fiscal Q1 202647990001193125-26-224107
10-K2026-02-12fiscal FY 2025531060001193125-26-049031
10-Q2025-11-06fiscal Q3 2025491390001193125-25-269597
10-Q2025-08-08fiscal Q2 2025481380001762303-25-000014
10-Q2025-05-08fiscal Q1 202548980000950170-25-066994
10-K2025-02-13fiscal FY 2024521050000950170-25-020026
10-Q2024-11-07fiscal Q3 2024481390000950170-24-123326
10-Q2024-08-08fiscal Q2 2024501450000950170-24-093964
10-Q2024-05-13fiscal Q1 2024501030000950170-24-058619
10-K2024-02-22fiscal FY 2023521050000950170-24-018748
10-Q2023-11-09fiscal Q3 2023491410000950170-23-062024
10-Q2023-08-10fiscal Q2 2023491410000950170-23-041304
10-Q2023-05-11fiscal Q1 202348970000950170-23-021310
10-K2023-02-23fiscal FY 2022521530001564590-23-002302
10-Q2022-11-10fiscal Q3 2022501410001564590-22-037402
10-Q2022-08-11fiscal Q2 2022501440001564590-22-029124
10-Q2022-05-12fiscal Q1 2022501000001564590-22-019898
10-Q2021-11-08fiscal Q1 2022491010001564590-21-055252
10-K2021-08-26fiscal FY 2021532620001564590-21-045962
10-Q2021-05-13fiscal Q3 2021501410001193125-21-160473
10-Q2021-02-16fiscal Q2 2021491400001193125-21-044929
10-Q2020-11-10fiscal Q1 202148990001193125-20-290149
10-K2020-08-27fiscal FY 2020522600001193125-20-233145

Inspect the source

Entity
AVITA Medical, Inc. / CIK 0001762303
Captured
2026-09-21T17:29:53.997Z
SEC response SHA-256
49b6ed19f02b898849687084c1e3e18e128ba3153bd6915f427c3814d52c13f5

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