Skip to content

PAVmed Inc.: filings

Every PAVmed Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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 2026441260001437749-26-027733
10-Q2026-05-14fiscal Q1 202643880001437749-26-017121
10-K2026-03-27fiscal FY 202548960001437749-26-010115
10-Q2025-11-12fiscal Q3 2025431190001493152-25-022017
10-Q2025-08-14fiscal Q2 2025431200001493152-25-011923
10-Q2025-05-15fiscal Q1 202543870001641172-25-010433
10-K2025-03-24fiscal FY 202451980001641172-25-000364
10-Q2024-11-14fiscal Q3 2024471280001493152-24-045258
10-Q2024-08-12fiscal Q2 2024471280001493152-24-031268
10-Q2024-05-13fiscal Q1 202447950001493152-24-018913
10-K2024-03-25fiscal FY 2023501000001493152-24-011172
10-Q2023-11-13fiscal Q3 2023451250001493152-23-040620
10-Q2023-08-14fiscal Q2 2023441230001493152-23-028578
10-Q2023-05-15fiscal Q1 202342860001493152-23-017409
10-K2023-03-14fiscal FY 202246890001493152-23-007481
10-Q2022-11-14fiscal Q3 2022441140001493152-22-032037
10-Q2022-08-15fiscal Q2 2022451110001493152-22-023020
10-Q2022-05-16fiscal Q1 202245820001493152-22-013965
10-K2022-04-06fiscal FY 202139730001493152-22-009202
10-Q2021-11-22fiscal Q3 202138940001493152-21-029625
10-Q2021-08-16fiscal Q2 202129790001493152-21-020273
10-Q2021-05-17fiscal Q1 202129590001493152-21-011853
10-K2021-03-15fiscal FY 202029590001493152-21-006002
10-Q2020-11-06fiscal Q3 202029790001493152-20-020703
10-Q2020-08-14fiscal Q2 202029790001493152-20-015956
10-Q2020-05-28fiscal Q1 202028570001493152-20-010040
10-K2020-04-14fiscal FY 201930600001493152-20-006405
10-Q2019-11-19fiscal Q3 201930800001493152-19-017989
10-Q2019-08-14fiscal Q2 201932870001493152-19-012534
10-Q2019-05-15fiscal Q1 201931620001493152-19-007446
10-K2019-04-01fiscal FY 201832650001493152-19-004603
10-Q2018-11-14fiscal Q3 201832900001493152-18-016081
10-Q2018-08-13fiscal Q2 201833870001493152-18-011526
10-Q2018-05-21fiscal Q1 201826540001493152-18-007612
10-K2018-03-14fiscal FY 201726520001493152-18-003367
10-Q2017-11-14fiscal Q3 201726690001493152-17-013216
10-Q2017-08-11fiscal Q2 201724640001493152-17-008973
10-Q2017-05-22fiscal Q1 201723470001571049-17-005244
10-K2017-02-16fiscal FY 201622720001571049-17-001422
10-Q2016-11-10fiscal Q3 201621470001571049-16-019749
10-Q2016-08-12fiscal Q2 201621470001571049-16-017433
10-Q/A2016-05-20fiscal Q1 201620370001571049-16-015428

Inspect the source

Entity
PAVmed Inc. / CIK 0001624326
Captured
2026-09-21T17:21:55.016Z
SEC response SHA-256
7a616ccc5170f5c8d7e67e29e033fac50d9d386fd448dd5cc92765456a56ed2f

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