Skip to content

Kiniksa Pharmaceuticals International, plc: filings

Every Kiniksa Pharmaceuticals International, plc annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-04-28fiscal Q1 202648990001104659-26-050359
10-K2026-02-24fiscal FY 2025501300001104659-26-019168
10-Q2025-10-28fiscal Q3 2025481420001104659-25-103180
10-Q2025-07-29fiscal Q2 2025471300001558370-25-009738
10-Q2025-04-29fiscal Q1 202546950001558370-25-005847
10-K2025-02-25fiscal FY 2024511310001558370-25-001505
10-Q2024-10-29fiscal Q3 2024471310001558370-24-013840
10-Q2024-07-25fiscal Q2 2024471280001558370-24-010181
10-Q2024-04-25fiscal Q1 202447970001558370-24-005774
10-K2024-02-28fiscal FY 2023491270001558370-24-002005
10-Q2023-11-02fiscal Q3 2023481320001558370-23-017423
10-Q2023-08-01fiscal Q2 2023481270001558370-23-012729
10-Q2023-05-04fiscal Q1 202347940001558370-23-008113
10-K2023-03-02fiscal FY 2022491230001558370-23-002684
10-Q2022-11-03fiscal Q3 2022471300001558370-22-016250
10-Q2022-08-04fiscal Q2 2022451230001558370-22-012203
10-Q2022-05-05fiscal Q1 202245890001558370-22-007381
10-K2022-02-24fiscal FY 2021491170001558370-22-001932
10-Q2021-11-04fiscal Q3 2021431100001558370-21-014650
10-Q2021-08-05fiscal Q2 2021431060001558370-21-010581
10-Q2021-05-06fiscal Q1 202138800001558370-21-006256
10-K2021-02-25fiscal FY 202039980001558370-21-001821
10-Q2020-11-05fiscal Q3 2020371020001558370-20-012880
10-Q2020-08-04fiscal Q2 202036970001558370-20-009147
10-Q2020-05-04fiscal Q1 202036750001558370-20-005040
10-K2020-03-05fiscal FY 201938760001558370-20-002081
10-Q2019-11-05fiscal Q3 2019361020001558370-19-009978
10-Q2019-08-13fiscal Q2 201936980001558370-19-008069
10-Q2019-05-07fiscal Q1 201936760001558370-19-004284
10-K2019-03-12fiscal FY 201835710001558370-19-001857
10-Q2018-11-06fiscal Q3 201832810001558370-18-008650
10-Q2018-08-06fiscal Q2 201832810001104659-18-049660

Inspect the source

Entity
Kiniksa Pharmaceuticals International, plc / CIK 0001730430
Captured
2026-09-21T17:27:48.785Z
SEC response SHA-256
7ac39126cd7aa650b0d16d10307687303dda905aa75dd8c219ce84c8d08b8668

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