Skip to content

KINETA, INC./DE: filings

Every KINETA, INC./DE annual and quarterly report in the SEC record with the published financial measures it tagged, 37 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-Q2025-05-15fiscal Q1 202534720000950170-25-072035
10-K2025-03-06fiscal FY 202441840000950170-25-034880
10-Q2024-11-06fiscal Q3 2024391220000950170-24-122237
10-Q2024-08-08fiscal Q2 2024401190000950170-24-093849
10-Q2024-05-15fiscal Q1 202441840000950170-24-060418
10-K2024-03-21fiscal FY 202346930000950170-24-034676
10-Q2023-11-03fiscal Q3 2023441290000950170-23-058799
10-Q2023-08-11fiscal Q2 2023441240000950170-23-041845
10-Q2023-05-11fiscal Q1 202343880000950170-23-021386
10-K2023-03-31fiscal FY 202246930000950170-23-011364
10-Q2022-11-14fiscal Q3 2022391180000950170-22-024749
10-Q2022-08-04fiscal Q2 2022401160000950170-22-014869
10-Q2022-05-12fiscal Q1 202237750000950170-22-009746
10-K2022-03-24fiscal FY 202141790000950170-22-004564
10-Q2021-11-15fiscal Q3 2021371030000950170-21-004473
10-Q2021-08-12fiscal Q2 202139980001193125-21-244726
10-Q2021-05-13fiscal Q1 202137720001193125-21-160495
10-K2021-03-31fiscal FY 202041780001193125-21-101509
10-Q2020-11-16fiscal Q3 202033810001564590-20-054179
10-Q2020-08-06fiscal Q2 202033810001564590-20-037724
10-Q2020-05-15fiscal Q1 202033650001564590-20-025816
10-K2020-03-10fiscal FY 2019371250001564590-20-009767
10-Q2019-11-07fiscal Q3 201935870001564590-19-041718
10-Q2019-08-07fiscal Q2 201934830001564590-19-030053
10-Q2019-05-08fiscal Q1 201933660001564590-19-017332
10-K2019-03-08fiscal FY 2018401310001564590-19-006999
10-Q2018-11-06fiscal Q3 201836850001564590-18-027424
10-Q2018-08-08fiscal Q2 201836850001564590-18-020479
10-Q2018-05-09fiscal Q1 201833650001564590-18-012442
10-K2018-03-14fiscal FY 2017371540001564590-18-005657
10-Q2017-11-14fiscal Q3 201733860001564590-17-023831
10-Q2017-08-04fiscal Q2 201731840001564590-17-015654
10-Q2017-05-12fiscal Q1 201731640001564590-17-010767
10-K2017-03-30fiscal FY 2016391700001564590-17-005625
10-Q2016-11-10fiscal Q3 201632840001564590-16-028797
10-Q2016-08-15fiscal Q2 201633950001193125-16-681317
10-Q2016-05-13fiscal Q1 201629580001193125-16-590536

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
KINETA, INC./DE / CIK 0001445283
Captured
2026-09-21T17:19:08.408Z
SEC response SHA-256
8864e3791e3cf8ef32d15ffc22fe9c91b71104e74ffb622322fb8363d16b1244

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