Skip to content

X4 PHARMACEUTICALS, INC: filings

Every X4 PHARMACEUTICALS, INC annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-06fiscal Q2 2026521450001501697-26-000068
10-Q2026-05-06fiscal Q1 2026511050001501697-26-000040
10-K2026-03-17fiscal FY 2025551430001501697-26-000018
10-Q2025-11-05fiscal Q3 2025501450001501697-25-000043
10-Q2025-08-08fiscal Q2 2025531470001628280-25-039327
10-Q2025-05-01fiscal Q1 2025511040001628280-25-021358
10-K2025-03-26fiscal FY 2024561470001628280-25-014805
10-Q2024-11-13fiscal Q3 2024501430001628280-24-047445
10-Q2024-08-08fiscal Q2 2024511420001628280-24-036127
10-Q2024-05-07fiscal Q1 202444910001628280-24-021120
10-K2024-03-21fiscal FY 2023481270001628280-24-012578
10-Q2023-11-09fiscal Q3 2023451340001628280-23-038334
10-Q2023-08-10fiscal Q3 2023451300001628280-23-028897
10-Q2023-05-04fiscal Q3 202245920001628280-23-015763
10-K2023-03-21fiscal FY 2022491290001628280-23-008745
10-Q2022-11-03fiscal Q3 2022451330001628280-22-028201
10-Q2022-08-04fiscal Q2 2022401110001628280-22-021070
10-Q2022-05-12fiscal Q1 202240830001628280-22-014095
10-K2022-03-17fiscal FY 2021461200001628280-22-006547
10-Q2021-11-04fiscal Q3 2021421230001628280-21-021795
10-Q2021-08-03fiscal Q2 2021411170001628280-21-015330
10-Q2021-05-06fiscal Q1 202142890001628280-21-009166
10-K2021-03-19fiscal FY 2020451160001628280-21-005202
10-Q2020-11-05fiscal Q3 2020421250001628280-20-015792
10-Q2020-08-04fiscal Q2 2020421200001628280-20-011644
10-Q2020-05-07fiscal Q1 202044930001628280-20-006998
10-K2020-03-12fiscal FY 2019421060001628280-20-003484
10-Q2019-11-07fiscal Q3 2019391110001628280-19-013715
10-Q2019-08-07fiscal Q2 2019411030001564590-19-029551
10-Q2019-05-15fiscal Q1 201941780001193125-19-148119
10-K2019-03-11fiscal FY 2018371100001564590-19-007097
10-Q2018-11-09fiscal Q3 201832870001564590-18-028766
10-Q2018-08-13fiscal Q2 201832860001564590-18-021372
10-Q2018-05-10fiscal Q1 201831650001564590-18-012719

Inspect the source

Entity
X4 PHARMACEUTICALS, INC / CIK 0001501697
Captured
2026-09-20T09:11:42.376Z
SEC response SHA-256
d103d5ba742cbf65407874ca223ed51164237a22279f08089a1a32d8eb83aa50

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