Skip to content

PULMATRIX, INC.: filings

Every PULMATRIX, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-13fiscal Q2 202627850001493152-26-037594
10-K/A2026-06-16fiscal FY 202532580001493152-26-028902
10-Q2026-05-15fiscal Q1 202627550001493152-26-023368
10-K2026-02-26fiscal FY 202532580001493152-26-008130
10-Q2025-10-16fiscal Q3 202531930001493152-25-018256
10-Q2025-08-06fiscal Q2 202531890001641172-25-022357
10-Q2025-05-15fiscal Q1 202532620001641172-25-010533
10-K2025-03-21fiscal FY 202438700001493152-25-011084
10-Q2024-11-08fiscal Q3 2024401130001493152-24-044163
10-Q2024-08-13fiscal Q2 2024411100001493152-24-031478
10-Q2024-05-10fiscal Q1 202441800001493152-24-018579
10-K2024-03-28fiscal FY 202340800001493152-24-011630
10-Q2023-11-09fiscal Q3 2023411180001493152-23-040012
10-Q2023-08-10fiscal Q2 2023401110001493152-23-027468
10-Q2023-05-12fiscal Q1 202337730001493152-23-016514
10-K2023-03-30fiscal FY 202238750001493152-23-009609
10-Q2022-11-10fiscal Q3 2022401110001493152-22-031256
10-Q2022-08-10fiscal Q2 2022391020001493152-22-021838
10-Q2022-05-12fiscal Q1 202235690001493152-22-012940
10-K2022-03-29fiscal FY 202137730001493152-22-007957
10-Q2021-11-10fiscal Q3 202135920001493152-21-027868
10-Q2021-08-10fiscal Q2 202134860001493152-21-019116
10-Q2021-05-11fiscal Q1 202135690001493152-21-011037
10-K2021-03-23fiscal FY 202037760001493152-21-006602
10-Q2020-11-12fiscal Q3 202034890001493152-20-021038
10-Q2020-08-07fiscal Q2 202034870001493152-20-014929
10-Q2020-05-14fiscal Q1 202034670001493152-20-008625
10-K2020-03-26fiscal FY 201940750001193125-20-086168
10-Q2019-11-01fiscal Q3 201933900001193125-19-281316
10-Q2019-08-05fiscal Q2 201933890001193125-19-212598
10-Q2019-05-15fiscal Q1 201933680001193125-19-147401
10-K2019-02-19fiscal FY 201835710001193125-19-043624
10-Q2018-11-14fiscal Q3 201830760001193125-18-326795
10-Q2018-08-03fiscal Q2 201829730001193125-18-237285
10-Q2018-05-11fiscal Q1 201826510001193125-18-160231
10-K2018-03-13fiscal FY 201731630001193125-18-080793
10-Q2017-11-09fiscal Q3 201728730001193125-17-338956
10-Q2017-08-04fiscal Q2 201726690001193125-17-248241
10-Q2017-05-05fiscal Q1 201726510001193125-17-159970
10-K2017-03-10fiscal FY 201633650001193125-17-077912
10-Q2016-11-04fiscal Q3 201628760001193125-16-759642
10-Q2016-08-04fiscal Q2 201628760001193125-16-671076
10-Q2016-05-05fiscal Q1 201628560001193125-16-578825
10-K2016-03-10fiscal FY 201530600001193125-16-499264
10-Q2015-11-12fiscal Q3 201529760001193125-15-374719
10-Q2015-08-14fiscal Q2 201529750001193125-15-290771
10-K2015-06-10fiscal FY 201522460001144204-15-036361
10-Q2015-02-13fiscal Q3 201518490001144204-15-009025
10-Q2014-11-13fiscal Q2 201520560001144204-14-067777
10-Q2014-08-14fiscal Q1 201520420001144204-14-050327

Inspect the source

Entity
PULMATRIX, INC. / CIK 0001574235
Captured
2026-09-19T11:19:05.557Z
SEC response SHA-256
37bd23f79624fb46ce17d4de61d72d4fae3fff22b80779eba8ca631a318d4588

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