Skip to content

LIQUIDIA CORPORATION: filings

Every LIQUIDIA CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 23 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-12fiscal Q2 2026461220001104659-26-094410
10-Q2026-05-11fiscal Q1 202645890001104659-26-058252
10-K2026-03-05fiscal FY 2025441100001104659-26-023804
10-Q2025-11-03fiscal Q3 2025421170001104659-25-105215
10-Q2025-08-12fiscal Q2 2025421130001558370-25-011139
10-Q2025-05-08fiscal Q1 202542860001558370-25-006848
10-K2025-03-19fiscal FY 202445870001558370-25-003237
10-Q2024-11-13fiscal Q3 2024431170001558370-24-015433
10-Q2024-08-07fiscal Q2 2024411100001558370-24-011206
10-Q2024-05-13fiscal Q1 202441820001558370-24-007991
10-K2024-03-13fiscal FY 202342840001558370-24-003051
10-Q2023-11-07fiscal Q3 2023401130001558370-23-017842
10-Q2023-08-10fiscal Q2 2023401090001558370-23-014376
10-Q2023-05-08fiscal Q1 202340800001558370-23-008392
10-K2023-03-20fiscal FY 202243860001558370-23-004191
10-Q2022-11-08fiscal Q3 2022401110001558370-22-016873
10-Q2022-08-11fiscal Q2 2022401070001558370-22-013274
10-Q2022-05-12fiscal Q1 202241820001558370-22-008524
10-K2022-03-17fiscal FY 202141810001558370-22-003850
10-Q2021-11-03fiscal Q3 202136970001558370-21-014305
10-Q2021-08-10fiscal Q2 202137970001558370-21-011128
10-Q2021-05-13fiscal Q1 202137740001558370-21-007065
10-K2021-03-25fiscal FY 202037710001437749-21-007174

Inspect the source

Entity
LIQUIDIA CORPORATION / CIK 0001819576
Captured
2026-09-21T17:29:05.153Z
SEC response SHA-256
8f1d77561a1f9b9fff559416f61f924ce9608a44172ffb889dcc4a7b29d54a6f

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