Skip to content

Tyra Biosciences, Inc.: filings

Every Tyra Biosciences, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 20 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-04fiscal Q2 2026351020001193125-26-332995
10-Q2026-05-13fiscal Q1 202634720001193125-26-220645
10-K2026-03-02fiscal FY 202536730001193125-26-085490
10-Q2025-11-05fiscal Q3 2025341040001193125-25-266967
10-Q2025-08-14fiscal Q2 2025341000000950170-25-108899
10-Q2025-05-08fiscal Q1 202537780000950170-25-066942
10-K2025-03-27fiscal FY 202439790000950170-25-046124
10-Q2024-11-07fiscal Q3 2024371120000950170-24-123346
10-Q2024-08-07fiscal Q2 2024371080000950170-24-092778
10-Q2024-05-09fiscal Q1 202437780000950170-24-056971
10-K2024-03-19fiscal FY 202339790000950170-24-033461
10-Q2023-11-07fiscal Q3 2023371140000950170-23-060276
10-Q2023-08-10fiscal Q2 2023361060000950170-23-041382
10-Q2023-05-04fiscal Q1 202335740000950170-23-017875
10-K2023-03-22fiscal FY 202237750000950170-23-009181
10-Q2022-11-03fiscal Q3 2022351060000950170-22-021937
10-Q2022-08-04fiscal Q2 2022351020000950170-22-014802
10-Q2022-05-05fiscal Q1 202231660000950170-22-007879
10-K2022-03-03fiscal FY 202134690000950170-22-002814
10-Q2021-11-03fiscal Q3 202132930000950170-21-002837

Inspect the source

Entity
Tyra Biosciences, Inc. / CIK 0001863127
Captured
2026-09-21T17:31:58.165Z
SEC response SHA-256
5e0cf474842e98a04459db8fd4915eaf5e7be7970e91ea2a5552864e1ab50f8c

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