Skip to content

XENON PHARMACEUTICALS INC.: filings

Every XENON PHARMACEUTICALS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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 2026361050001193125-26-338244
10-Q2026-05-07fiscal Q1 202636730001193125-26-212153
10-K2026-02-26fiscal FY 202539990001193125-26-076650
10-Q2025-11-03fiscal Q3 2025351070001193125-25-262646
10-Q2025-08-11fiscal Q2 2025341010000950170-25-106599
10-Q2025-05-12fiscal Q1 202534690000950170-25-069342
10-K2025-02-27fiscal FY 2024401040000950170-25-029149
10-Q2024-11-12fiscal Q3 2024371070000950170-24-125547
10-Q2024-08-08fiscal Q2 2024351010000950170-24-094109
10-Q2024-05-09fiscal Q1 202435710000950170-24-057139
10-K2024-02-29fiscal FY 2023391030000950170-24-023177
10-Q2023-11-08fiscal Q3 2023371110000950170-23-061200
10-Q2023-08-09fiscal Q2 2023371060000950170-23-040681
10-Q2023-05-09fiscal Q1 202338750000950170-23-019775
10-K2023-03-01fiscal FY 2022411070000950170-23-005582
10-Q2022-11-08fiscal Q3 2022371110000950170-22-023283
10-Q2022-08-09fiscal Q2 202235990001564590-22-028780
10-Q2022-05-10fiscal Q1 202231630001564590-22-019318
10-K2022-03-01fiscal FY 202136690001564590-22-008060
10-Q2021-11-10fiscal Q3 202134910001564590-21-056248
10-Q2021-08-11fiscal Q2 202134880001564590-21-043484
10-Q2021-05-11fiscal Q1 202134670001564590-21-026590
10-K2021-03-01fiscal FY 202037740001564590-21-009905
10-Q2020-11-05fiscal Q3 202035950001564590-20-051443
10-Q2020-08-06fiscal Q2 2020391080001564590-20-037862
10-Q/A2020-05-26fiscal Q1 202035700001564590-20-026807
10-K2020-03-09fiscal FY 201937720001564590-20-009385
10-Q2019-11-05fiscal Q3 201934930001564590-19-040449
10-Q2019-08-06fiscal Q2 201936990001564590-19-029418
10-Q2019-05-07fiscal Q1 201937760001564590-19-016580
10-K2019-03-06fiscal FY 201834660001564590-19-006514
10-Q2018-11-06fiscal Q3 201833880001564590-18-027475
10-Q2018-08-07fiscal Q2 201832860001564590-18-020018
10-Q2018-05-08fiscal Q1 201826550001564590-18-011901
10-K2018-03-07fiscal FY 2017281050001564590-18-004750
10-Q2017-11-07fiscal Q3 201726770001564590-17-022348
10-Q2017-08-03fiscal Q2 201725760001564590-17-015414
10-Q2017-05-09fiscal Q1 201725540001564590-17-009917
10-K2017-03-08fiscal FY 2016281060001564590-17-003716
10-Q2016-11-03fiscal Q3 201622590001564590-16-027414
10-Q2016-08-03fiscal Q2 201627800001564590-16-022390
10-Q2016-05-10fiscal Q1 201622480001564590-16-018975
10-K2016-03-08fiscal FY 2015301130001564590-16-014222
10-Q2015-11-10fiscal Q3 201528840001564590-15-010362
10-Q2015-08-13fiscal Q2 201528800001564590-15-007290
10-Q/A2015-08-13fiscal Q1 201523490001564590-15-007284
10-Q2015-05-12fiscal Q1 201523490001564590-15-004083
10-K2015-03-12fiscal FY 2014341180001564590-15-001612
10-Q2014-12-15fiscal Q3 201431900001171843-14-005910

Inspect the source

Entity
XENON PHARMACEUTICALS INC. / CIK 0001582313
Captured
2026-09-20T09:22:52.756Z
SEC response SHA-256
192f372ec04a5f134b187ed4baddde08f5cf5af14daba171e6067f98261efde5

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