Skip to content

Benitec Biopharma Inc.: filings

Every Benitec Biopharma Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-K2026-09-14fiscal FY 202639790001193125-26-390570
10-Q2026-05-14fiscal Q3 2026391190001193125-26-222885
10-K/A2026-03-20fiscal FY 2025371010001193125-26-117604
10-Q2026-02-12fiscal Q2 2026391150001193125-26-047737
10-Q2025-11-14fiscal Q1 202637770001193125-25-283274
10-K2025-09-22fiscal FY 2025371010001193125-25-211361
10-Q2025-05-14fiscal Q3 2025381170001193125-25-119383
10-Q2025-02-14fiscal Q2 2024381120001193125-25-026631
10-Q2024-11-14fiscal Q1 202537770001193125-24-258672
10-K2024-09-26fiscal FY 202437870001193125-24-226968
10-Q2024-05-13fiscal Q3 2024371110001193125-24-136727
10-Q2024-02-13fiscal Q2 2024361070001193125-24-032940
10-Q2023-11-13fiscal Q1 202437770001193125-23-275377
10-K2023-09-21fiscal FY 202337750001193125-23-239121
10-Q2023-05-15fiscal Q3 2023351080001193125-23-144211
10-Q2023-02-13fiscal Q2 2023351020001193125-23-034339
10-Q2022-11-10fiscal Q1 202335720001193125-22-281978
10-K2022-09-02fiscal FY 202238760001193125-22-237075
10-Q2022-05-16fiscal Q3 2022351010001193125-22-150924
10-Q2022-02-14fiscal Q2 202234950001193125-22-039683
10-Q2021-11-15fiscal Q1 202232660001193125-21-328795
10-K2021-09-20fiscal FY 202135710001193125-21-276758
10-Q2021-05-12fiscal Q3 202132910001193125-21-159276
10-Q2021-02-09fiscal Q2 202132880001193125-21-033243
10-Q2020-11-13fiscal Q1 202131610001193125-20-292209
10-K2020-09-23fiscal FY 202032600001193125-20-252381

Inspect the source

Entity
Benitec Biopharma Inc. / CIK 0001808898
Captured
2026-09-21T17:28:12.957Z
SEC response SHA-256
5e480ea95fca693766ea54d2240ca5fcd8d8365f495fbc1d6c61e630b07edab5

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