Skip to content

PASSAGE BIO, INC.: filings

Every PASSAGE BIO, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-10fiscal Q2 202633870001104659-26-093021
10-Q2026-05-12fiscal Q1 202633690001104659-26-058987
10-K2026-03-03fiscal FY 202539780001104659-26-022549
10-Q2025-11-10fiscal Q3 202535960001104659-25-109180
10-Q2025-08-12fiscal Q2 202535960001558370-25-011146
10-Q2025-05-13fiscal Q1 202535710001558370-25-007489
10-K2025-03-04fiscal FY 202437740001558370-25-002101
10-Q2024-11-13fiscal Q3 202434920001558370-24-015431
10-Q2024-08-08fiscal Q2 202433910001558370-24-011463
10-Q2024-05-14fiscal Q1 202433680001558370-24-008058
10-K2024-03-04fiscal FY 202335710001558370-24-002310
10-Q2023-11-13fiscal Q3 202332870001558370-23-018686
10-Q2023-08-07fiscal Q2 202332870001558370-23-013489
10-Q2023-05-11fiscal Q1 202333670001558370-23-009256
10-K2023-03-06fiscal FY 202235690001558370-23-002833
10-Q2022-11-10fiscal Q3 202233850001558370-22-017285
10-Q2022-08-04fiscal Q2 202233850001558370-22-012042
10-Q2022-05-16fiscal Q1 202233670001558370-22-008859
10-K2022-03-03fiscal FY 202133670001558370-22-002719
10-Q2021-11-04fiscal Q3 202126650001558370-21-014460
10-Q2021-08-05fiscal Q2 202126650001558370-21-010405
10-Q2021-05-05fiscal Q1 202125530001558370-21-005807
10-K2021-03-03fiscal FY 202026520001558370-21-002287
10-Q2020-11-10fiscal Q3 202025620001558370-20-013472
10-Q2020-08-13fiscal Q2 202023570001558370-20-010495
10-Q2020-05-11fiscal Q1 202024520001558370-20-006239

Inspect the source

Entity
PASSAGE BIO, INC. / CIK 0001787297
Captured
2026-09-21T17:27:27.968Z
SEC response SHA-256
5556d18d3d345ac0a065868049a94358b70180eb612633994c4389ab6f6cac9a

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