Skip to content

XBIOTECH INC.: filings

Every XBIOTECH INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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 202632900001171843-26-005492
10-Q2026-05-14fiscal Q1 202632650001171843-26-003419
10-K2026-03-13fiscal FY 202539790001171843-26-001561
10-Q2025-11-12fiscal Q3 202532900001171843-25-007233
10-Q2025-08-13fiscal Q2 202532900001171843-25-005368
10-Q2025-05-14fiscal Q1 202532660001171843-25-003178
10-K2025-03-18fiscal FY 202441810001171843-25-001527
10-Q2024-11-13fiscal Q3 202434950001171843-24-006336
10-Q2024-08-12fiscal Q2 202434950001171843-24-004689
10-Q2024-05-10fiscal Q1 202433670001171843-24-002746
10-K2024-03-15fiscal FY 2023421080001171843-24-001382
10-Q2023-11-09fiscal Q3 2023371040001171843-23-006944
10-Q2023-08-11fiscal Q2 2023351000001171843-23-005261
10-Q2023-05-10fiscal Q1 202334710001171843-23-003144
10-K2023-03-15fiscal FY 2022421080001171843-23-001705
10-Q2022-11-09fiscal Q3 2022371030001171843-22-007285
10-Q2022-08-10fiscal Q2 2022361010001171843-22-005546
10-Q2022-05-10fiscal Q1 202237750001171843-22-003510
10-K2022-03-15fiscal FY 2021431290001171843-22-001904
10-Q2021-11-09fiscal Q3 202135960001171843-21-007731
10-Q2021-08-09fiscal Q2 202135960001171843-21-005700
10-Q2021-05-10fiscal Q1 202134700001171843-21-003353
10-K2021-03-16fiscal FY 2020421350001171843-21-001828
10-Q2020-11-09fiscal Q3 202035960001171843-20-007826
10-Q2020-08-10fiscal Q2 202035960001171843-20-005794
10-Q2020-05-11fiscal Q1 202034680001171843-20-003601
10-K2020-03-16fiscal FY 2019381210001171843-20-001761
10-Q2019-11-12fiscal Q3 201927740001171843-19-007437
10-Q2019-08-09fiscal Q2 201927740001171843-19-005378
10-Q2019-05-09fiscal Q1 201927580001171843-19-003199
10-K/A2019-03-15fiscal FY 201830950001171843-19-001758
10-K2019-03-14fiscal FY 201830950001171843-19-001708
10-Q2018-10-31fiscal Q3 201828730001171843-18-007413
10-Q2018-08-09fiscal Q2 201828730001171843-18-005920
10-Q2018-05-08fiscal Q1 201828590001171843-18-003654
10-K2018-03-16fiscal FY 201730960001171843-18-002043
10-Q2017-11-09fiscal Q3 201728730001171843-17-006828
10-Q2017-08-08fiscal Q2 201725670001171843-17-004856
10-Q2017-05-10fiscal Q1 201728580001171843-17-002928
10-K2017-03-16fiscal FY 201630800001171843-17-001571
10-Q2016-11-14fiscal Q3 201628710001171843-16-013213
10-Q2016-08-12fiscal Q2 201628710001171843-16-011750
10-Q2016-05-13fiscal Q1 201628560001171843-16-010052
10-K2016-04-15fiscal FY 201530790001171843-16-009195
10-K2016-03-30fiscal FY 201530790001171843-16-008925
10-Q2015-11-13fiscal Q3 201529730001171843-15-006315
10-Q2015-08-14fiscal Q2 201529720001171843-15-004723
10-Q2015-06-18fiscal Q1 201529610001171843-15-003499

Inspect the source

Entity
XBIOTECH INC. / CIK 0001626878
Captured
2026-09-21T17:21:01.627Z
SEC response SHA-256
a6de11d2b8459cb01d6a091b52bdf85e4210871e91aeae1935f184db69bac658

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