Skip to content

Keenova Therapeutics plc: filings

Every Keenova Therapeutics plc annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-11fiscal Q2 2026461310001628280-26-055614
10-Q2026-05-12fiscal Q1 202646950001628280-26-034209
10-K2026-04-15fiscal FY 2025521660001628280-26-025238
10-Q2025-11-10fiscal Q3 2025491420001628280-25-051167
10-Q2025-08-06fiscal Q2 2025461310001567892-25-000040
10-Q2025-05-12fiscal Q1 202545940001567892-25-000024
10-K2025-03-13fiscal FY 2024522040001567892-25-000010
10-Q2024-11-05fiscal Q3 2024451320001567892-24-000041
10-Q2024-08-06fiscal Q2 2024461300001567892-24-000030
10-Q2024-05-09fiscal Q1 202445940001567892-24-000017
10-K2024-03-26fiscal FY 2023522050001567892-24-000008
10-Q2023-11-07fiscal Q3 2023471700001567892-23-000041
10-Q2023-08-09fiscal Q2 2023481690001567892-23-000032
10-Q2023-05-09fiscal Q1 2023481000001567892-23-000023
10-K2023-03-03fiscal FY 2022521720001567892-23-000014
10-Q2022-11-08fiscal Q3 2022491750001567892-22-000046
10-Q2022-08-11fiscal Q2 2022491710001567892-22-000039
10-Q2022-05-03fiscal Q1 2022491030001567892-22-000015
10-K2022-03-15fiscal FY 2021531420001567892-22-000007
10-Q2021-11-02fiscal Q3 2021501470001567892-21-000038
10-Q2021-08-03fiscal Q2 2021491390001567892-21-000033
10-Q2021-05-04fiscal Q1 2021481010001567892-21-000023
10-K2021-03-10fiscal FY 2020521540001567892-21-000011
10-Q2020-11-03fiscal Q2 2020501460001567892-20-000057
10-Q2020-08-04fiscal Q2 2020501420001567892-20-000052
10-Q2020-05-06fiscal Q1 2020501050001567892-20-000033
10-K2020-02-26fiscal FY 2019541560001567892-20-000005
10-Q2019-11-05fiscal Q3 2019531520001567892-19-000055
10-Q2019-08-06fiscal Q2 2019501420001567892-19-000037
10-Q2019-05-07fiscal Q1 2019501040001567892-19-000016
10-K2019-02-26fiscal FY 2018502000001567892-19-000009
10-Q2018-11-06fiscal Q3 2018481320001567892-18-000045
10-Q2018-08-07fiscal Q2 2018481320001567892-18-000037
10-Q2018-05-08fiscal Q1 201847970001567892-18-000025
10-K2018-02-27fiscal FY 2017491980001567892-18-000010
10-Q2017-11-07fiscal Q3 2017461300001567892-17-000037
10-Q2017-08-08fiscal Q2 2017451270001567892-17-000027
10-Q2017-05-08fiscal Q1 201745930001567892-17-000020
10-K2016-11-29fiscal FY 2016481450001567892-16-000098
10-Q2016-08-02fiscal Q3 2016451260001567892-16-000083
10-Q2016-05-03fiscal Q2 2016451260001567892-16-000067
10-Q2016-02-02fiscal Q1 201645940001567892-16-000058
10-K2015-11-24fiscal FY 2015481460001567892-15-000047
10-Q2015-08-04fiscal Q3 2015451260001567892-15-000038
10-Q2015-05-05fiscal Q2 2015451260001567892-15-000020
10-Q2015-02-03fiscal Q1 201545940001567892-15-000007
10-K2014-11-25fiscal FY 2014471430001567892-14-000040
10-Q2014-08-07fiscal Q3 2014441200001567892-14-000029
10-Q2014-05-08fiscal Q2 2014441200001567892-14-000016
10-Q2014-02-07fiscal Q1 201444900001567892-14-000005
10-K2013-12-13fiscal FY 2013461400001567892-13-000029
10-Q2013-08-12fiscal Q3 2013421150001567892-13-000015

Inspect the source

Entity
Keenova Therapeutics plc / CIK 0001567892
Captured
2026-09-21T17:20:47.960Z
SEC response SHA-256
1bf3b597047f68db7ed08f461596630f6c4d06bb520c701b2d0069468ac4ed83

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