Skip to content

Twist Bioscience Corporation: filings

Every Twist Bioscience Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-03fiscal Q3 2026531430001581280-26-000047
10-Q2026-05-04fiscal Q2 2026521410001581280-26-000040
10-Q/A2026-02-26fiscal Q1 2026521070001581280-26-000029
10-Q2026-02-02fiscal Q1 2026521070001581280-26-000019
10-K2025-11-17fiscal FY 2025551410001581280-25-000025
10-Q2025-08-04fiscal Q3 2025521420001581280-25-000009
10-Q2025-05-05fiscal Q2 2025531460001628280-25-022154
10-Q2025-02-03fiscal Q1 2025531100001628280-25-003461
10-K2024-11-18fiscal FY 2024571470001628280-24-048262
10-Q2024-08-02fiscal Q3 2024531480001628280-24-034434
10-Q2024-05-02fiscal Q2 2024531480001628280-24-020014
10-Q2024-02-02fiscal Q1 2024531100001628280-24-003051
10-K2023-11-21fiscal FY 2023551430001628280-23-039767
10-Q2023-08-07fiscal Q3 2023531460001628280-23-027803
10-K/A2023-06-05fiscal FY 2022551430001628280-23-020881
10-Q2023-05-08fiscal Q2 2023531460001628280-23-016426
10-Q2023-02-07fiscal Q1 2023531100001628280-23-002560
10-K2022-11-28fiscal FY 2022551430001628280-22-030817
10-Q2022-08-08fiscal Q3 2022511370001628280-22-021593
10-Q2022-05-06fiscal Q2 2022511370001628280-22-013045
10-Q2022-02-09fiscal Q1 202246950001104659-22-017090
10-K2021-11-23fiscal FY 2021501250001104659-21-142700
10-Q2021-08-09fiscal Q3 2021451150001104659-21-102129
10-Q2021-05-07fiscal Q2 2021461160001104659-21-063169
10-Q2021-02-09fiscal Q1 202145930001193125-21-032669
10-K2020-11-27fiscal FY 2020491200001193125-20-303904
10-Q2020-08-12fiscal Q3 2020461140001193125-20-217763
10-Q2020-05-13fiscal Q2 2020451140001193125-20-140790
10-Q2020-02-10fiscal Q1 202045910001193125-20-029990
10-K2019-12-13fiscal FY 2019471180001193125-19-313115
10-Q2019-08-09fiscal Q3 2019431110001193125-19-218039
10-Q2019-05-02fiscal Q2 2019431110001193125-19-133596
10-Q2019-02-11fiscal Q1 201944910001193125-19-034010

Inspect the source

Entity
Twist Bioscience Corporation / CIK 0001581280
Captured
2026-09-19T11:19:15.190Z
SEC response SHA-256
ab4d6e344a91d7c2894dc8c0601b52f05230299434ff75bf5209b39897d81702

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