Skip to content

Lyra Therapeutics, Inc.: filings

Every Lyra Therapeutics, 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-03-31fiscal FY 202540800001327273-26-000003
10-Q2025-11-12fiscal Q3 2025381140001193125-25-277564
10-Q2025-08-12fiscal Q2 2025381110000950170-25-107367
10-Q2025-05-06fiscal Q1 202538740000950170-25-064495
10-K2025-03-13fiscal FY 202442840000950170-25-038751
10-Q2024-11-12fiscal Q3 2024401160000950170-24-125494
10-Q2024-08-14fiscal Q2 2024401120000950170-24-097042
10-Q2024-04-30fiscal Q1 202438770000950170-24-050535
10-K2024-03-22fiscal FY 202342840000950170-24-035047
10-Q2023-11-07fiscal Q3 2023381110000950170-23-060298
10-Q2023-08-08fiscal Q2 2023371060000950170-23-039830
10-Q2023-05-12fiscal Q1 202337750000950170-23-021497
10-K2023-03-29fiscal FY 202242820000950170-23-010632
10-Q2022-11-08fiscal Q3 2022361070000950170-22-023266
10-Q/A2022-11-02fiscal Q2 2022361010000950170-22-021269
10-Q/A2022-11-02fiscal Q1 202236720000950170-22-021265
10-Q2022-08-09fiscal Q2 202232850001564590-22-028609
10-Q2022-05-10fiscal Q1 202232640001564590-22-019102
10-K2022-03-09fiscal FY 202135690001564590-22-009187
10-Q2021-11-09fiscal Q3 202132850001564590-21-055778
10-Q2021-08-09fiscal Q2 202131830001564590-21-042711
10-Q2021-05-11fiscal Q1 202131630001564590-21-026569
10-K2021-03-09fiscal FY 202034680001564590-21-011767
10-Q2020-11-10fiscal Q3 202031830001564590-20-053016
10-Q2020-08-05fiscal Q2 202031830001564590-20-036803
10-Q2020-05-28fiscal Q1 202031620001564590-20-027334

Inspect the source

Entity
Lyra Therapeutics, Inc. / CIK 0001327273
Captured
2026-09-21T17:18:59.644Z
SEC response SHA-256
8eab9ae99cf38ad05551c89fcdd4696ed61b6f930ec15f45653b49ad39c0b94d

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