Skip to content

ProLung, Inc.: filings

Every ProLung, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 filings, each linked to its SEC index.

Filing record ends 2023-05-22

The latest filing in this captured record is a 10-Q filed 2023-05-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. ProLung, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-05-22fiscal Q1 202330590001493152-23-018584
10-K2023-04-17fiscal FY 202236690001493152-23-012590
10-Q2022-11-14fiscal Q3 202232900001493152-22-032269
10-Q2022-08-15fiscal Q2 202229830001493152-22-022841
10-Q2022-05-23fiscal Q1 202227550001493152-22-014801
10-K2022-04-15fiscal FY 202131630001493152-22-010011
10-Q2021-11-12fiscal Q3 202127800001493152-21-028217
10-Q2021-08-16fiscal Q2 202127760001493152-21-020244
10-Q2021-05-24fiscal Q1 202127540001493152-21-012759
10-K2021-05-03fiscal FY 202031610001493152-21-010288
10-Q2021-03-16fiscal Q3 202027770001493152-21-006023
10-Q2020-09-16fiscal Q2 202027740001493152-20-017898
10-Q2020-08-25fiscal Q1 202027530001493152-20-016680
10-K2020-07-15fiscal FY 201931620001493152-20-013347
10-Q2020-05-08fiscal Q3 201927730001493152-20-008091
10-Q2020-03-04fiscal Q2 201927740001493152-20-003325
10-Q2019-06-20fiscal Q1 201926540001493152-19-009499
10-K2019-04-16fiscal FY 201832640001493152-19-005503
10-Q2018-11-14fiscal Q3 201828700001493152-18-016106
10-Q2018-08-14fiscal Q2 201828700001493152-18-011905
10-Q2018-05-21fiscal Q1 201828550001493152-18-007536
10-K2018-04-17fiscal FY 201736690001493152-18-005268
10-Q2017-11-14fiscal Q3 201732780001493152-17-013096
10-K/A2017-10-13fiscal FY 201635690001493152-17-011580
10-K/A2017-09-15fiscal FY 201635690001493152-17-010652
10-Q2017-08-14fiscal Q2 201730740001493152-17-009173
10-Q2017-05-23fiscal Q1 201731640001078782-17-000775
10-K2017-04-19fiscal FY 201635700001078782-17-000519
10-Q2016-11-14fiscal Q3 201633770001078782-16-003778
10-Q2016-08-15fiscal Q2 201634880001078782-16-003251
10-Q2016-05-16fiscal Q1 201634700001078782-16-002833
10-K2016-04-14fiscal FY 201537750001078782-16-002627
10-Q2015-11-16fiscal Q3 201535900001078782-15-001818
10-Q2015-08-13fiscal Q2 201535900001078782-15-001287
10-Q2015-05-13fiscal Q1 201535660001078782-15-000761
10-K2015-03-31fiscal FY 201434690001078782-15-000493
10-Q2014-11-14fiscal Q3 201434810001078782-14-002016
10-Q2014-08-15fiscal Q2 201434810001078782-14-001501
10-Q2014-05-14fiscal Q1 201429760001078782-14-000848
10-K2014-04-03fiscal FY 201327700001078782-14-000565
10-Q2013-12-09fiscal Q3 201324740001078782-13-002402
10-Q2013-10-17fiscal Q2 201326810001078782-13-002050
10-Q2013-10-17fiscal Q1 201326670001078782-13-002048
10-Q/A2012-11-26fiscal Q3 201230950001078782-12-002978
10-Q/A2012-09-10fiscal Q2 201223720001078782-12-002352
10-Q/A2012-06-07fiscal Q1 201216350001471242-12-000873

Inspect the source

Entity
ProLung, Inc. / CIK 0001541884
Captured
SEC response SHA-256
26fae87b912f65fc5ab9df3ab6d4cc8d691238e302986003cfa05f4773424079

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