Skip to content

KYNTRA BIO, INC.: filings

Every KYNTRA BIO, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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 2026441190001193125-26-349183
10-Q2026-05-12fiscal Q1 202644890001193125-26-219374
10-K2026-03-16fiscal FY 2025521040001193125-26-108346
10-Q2025-11-10fiscal Q3 2025451210001193125-25-274241
10-Q2025-08-11fiscal Q2 2025441200000950170-25-106549
10-Q2025-05-12fiscal Q1 202543880000950170-25-069203
10-K2025-03-17fiscal FY 2024551110000950170-25-040280
10-Q2024-11-12fiscal Q3 2024471250000950170-24-125388
10-Q2024-08-06fiscal Q2 2024471250000950170-24-091808
10-Q2024-05-06fiscal Q1 202447950000950170-24-053554
10-K2024-02-26fiscal FY 2023561440000950170-24-020161
10-Q2023-11-06fiscal Q3 2023471250000950170-23-059394
10-Q2023-08-07fiscal Q2 2023471250000950170-23-039070
10-Q2023-05-08fiscal Q1 202347950000950170-23-018814
10-K2023-02-27fiscal FY 2022561440000950170-23-004668
10-Q2022-11-07fiscal Q3 2022481250000950170-22-022605
10-Q2022-08-08fiscal Q2 2022481250000950170-22-015530
10-Q2022-05-09fiscal Q1 202243870000950170-22-008573
10-K/A2022-03-04fiscal FY 2021521320001564590-22-008804
10-K2022-02-28fiscal FY 2021521320001564590-22-007632
10-Q2021-11-09fiscal Q3 2021501310001564590-21-055726
10-Q2021-08-09fiscal Q2 2021461150001564590-21-042639
10-Q2021-05-10fiscal Q1 202146930001564590-21-026053
10-K2021-03-01fiscal FY 2020511280001564590-21-009871
10-Q2020-11-05fiscal Q3 2019501310001564590-20-051315
10-Q2020-08-06fiscal Q2 2019501310001564590-20-037760
10-Q2020-05-07fiscal Q1 201946930001564590-20-022855
10-K2020-03-02fiscal FY 2019511290001564590-20-008161
10-Q2019-11-12fiscal Q3 2019501300001564590-19-042615
10-Q2019-08-08fiscal Q2 2019501290001564590-19-030812
10-Q2019-05-09fiscal Q1 201944870001564590-19-018022
10-K2019-02-27fiscal FY 2018461200001564590-19-004979
10-Q2018-11-08fiscal Q3 201839980001564590-18-028548
10-Q2018-08-07fiscal Q2 201838960001564590-18-019937
10-Q2018-05-09fiscal Q1 201833680001564590-18-012411
10-K2018-02-27fiscal FY 2017391010001564590-18-003508
10-Q2017-11-08fiscal Q3 201733880001564590-17-022738
10-Q2017-08-07fiscal Q2 2017371040001564590-17-015989
10-Q2017-05-09fiscal Q1 201733680001564590-17-009854
10-K2017-03-01fiscal FY 2016391010001564590-17-003095
10-Q2016-11-08fiscal Q3 201633880001564590-16-028331
10-Q2016-08-08fiscal Q2 2016371040001564590-16-023280
10-Q2016-05-09fiscal Q1 201633680001564590-16-018598
10-K2016-02-29fiscal FY 2015401030001564590-16-013728
10-Q2015-11-12fiscal Q3 201535940001564590-15-010594
10-Q2015-08-13fiscal Q2 2015391100001193125-15-290007
10-Q2015-05-12fiscal Q1 201533680001193125-15-182983

Inspect the source

Entity
KYNTRA BIO, INC. / CIK 0000921299
Captured
2026-09-20T05:08:01.696Z
SEC response SHA-256
60313741a614d381e73fc033725566bd06ee27593e71b4e95a10100fd7a817db

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