Skip to content

Palvella Therapeutics, Inc.: filings

Every Palvella Therapeutics, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-04fiscal Q2 202632960001193125-26-331574
10-Q2026-05-07fiscal Q1 202632660001193125-26-210463
10-K2026-03-31fiscal FY 202534680001193125-26-133372
10-Q2025-11-12fiscal Q3 2025321040001193125-25-276119
10-Q2025-08-14fiscal Q2 2025321000000950170-25-108438
10-Q2025-05-15fiscal Q1 202531660000950170-25-071998
10-K2025-03-31fiscal FY 202432650000950170-25-047212
10-Q2024-11-13fiscal Q3 202429860001437749-24-034891
10-Q2024-08-14fiscal Q2 202430900001437749-24-026778
10-Q2024-05-15fiscal Q1 202426540001437749-24-017037
10-K2024-03-29fiscal FY 202343850001437749-24-010123
10-Q2023-11-14fiscal Q3 202338980001437749-23-031957
10-Q2023-08-10fiscal Q2 2023411080001437749-23-023085
10-Q2023-05-11fiscal Q1 202338760001437749-23-013687
10-K2023-03-31fiscal FY 202245910001437749-23-008834
10-Q2022-11-04fiscal Q3 2022381010001437749-22-026023
10-Q2022-08-04fiscal Q2 2022391090001583648-22-000065
10-Q2022-05-11fiscal Q1 202239810001583648-22-000025
10-K2022-03-02fiscal FY 202147960001583648-22-000016
10-Q2021-11-02fiscal Q3 2021411130001583648-21-000047
10-Q2021-08-05fiscal Q2 2021411130001583648-21-000034
10-Q2021-05-17fiscal Q1 202137780001583648-21-000023
10-K2021-03-31fiscal FY 202044880001583648-21-000005
10-Q2020-11-04fiscal Q3 202037950001583648-20-000061
10-Q2020-08-10fiscal Q2 202037940001583648-20-000046
10-Q2020-05-11fiscal Q1 202037750001583648-20-000026
10-K2020-03-13fiscal FY 201945970001583648-20-000015
10-Q2019-11-12fiscal Q3 2019381100001583648-19-000075
10-Q2019-08-09fiscal Q2 2019381100001583648-19-000051
10-Q2019-05-10fiscal Q1 201938860001583648-19-000021
10-K2019-03-18fiscal FY 201838780001583648-19-000011
10-Q2018-11-07fiscal Q3 201832860001583648-18-000074
10-Q2018-08-09fiscal Q2 201832860001583648-18-000049
10-Q2018-05-10fiscal Q1 201832660001583648-18-000032
10-K2018-03-15fiscal FY 201735720001583648-18-000017
10-Q2017-11-13fiscal Q3 201730790001193125-17-339158
10-Q2017-08-11fiscal Q2 201730790001193125-17-256092
10-Q2017-05-15fiscal Q1 201730620001193125-17-170782
10-K2017-03-30fiscal FY 201635700001193125-17-102052
10-Q2016-11-10fiscal Q3 201628750001193125-16-765868
10-Q2016-08-11fiscal Q2 201627760001193125-16-679305
10-Q2016-05-12fiscal Q1 201629580001193125-16-588539
10-K2016-03-23fiscal FY 201535700001193125-16-514870
10-Q2015-11-13fiscal Q3 201529750001193125-15-376834
10-Q2015-08-13fiscal Q2 201528730001193125-15-290039
10-Q2015-05-14fiscal Q1 201527530001193125-15-187272
10-K2015-03-30fiscal FY 201434670001193125-15-109883
10-Q2014-12-12fiscal Q1 201516250001477932-14-007008
10-Q2014-11-13fiscal Q1 201520520001583648-14-000012
10-K2014-09-12fiscal FY 201421520001583648-14-000010
10-Q2014-06-02fiscal Q3 201419460001583648-14-000007
10-Q2014-05-14fiscal Q2 201418440001583648-14-000005

Inspect the source

Entity
Palvella Therapeutics, Inc. / CIK 0001583648
Captured
2026-09-20T09:22:58.497Z
SEC response SHA-256
6b68c40c9037b15f9345bb6bb1fdc7777b1252c77cab2e34faa81275beefef40

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