Skip to content

BioXcel Therapeutics, Inc.: filings

Every BioXcel Therapeutics, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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 2026391110001104659-26-095965
10-Q2026-05-15fiscal Q1 202639820001104659-26-061769
10-K2026-03-27fiscal FY 202543870001104659-26-036214
10-Q2025-11-12fiscal Q3 2025401160001104659-25-109880
10-Q2025-08-12fiscal Q2 2025401100001558370-25-011158
10-Q2025-05-12fiscal Q1 202538790001558370-25-007269
10-K2025-03-28fiscal FY 202442830001558370-25-003985
10-Q2024-11-14fiscal Q3 2024391110001558370-24-015629
10-Q2024-08-06fiscal Q2 2024391070001558370-24-010967
10-Q2024-05-09fiscal Q1 202437770001558370-24-007481
10-K2024-03-22fiscal FY 202342840001558370-24-003784
10-Q2023-11-14fiscal Q3 2023401140001558370-23-018917
10-Q2023-08-14fiscal Q2 2023401060001558370-23-014729
10-Q2023-05-09fiscal Q1 202340770001558370-23-008597
10-K2023-03-16fiscal FY 202242810001558370-23-003940
10-Q2022-11-14fiscal Q3 2022401070001558370-22-017592
10-Q2022-08-11fiscal Q2 2022391050001558370-22-013353
10-Q2022-05-09fiscal Q1 202239770001558370-22-007805
10-K2022-03-11fiscal FY 202140830001558370-22-003335
10-Q2021-11-10fiscal Q3 202133940001558370-21-015404
10-Q2021-08-10fiscal Q2 202134920001558370-21-011074
10-Q2021-05-10fiscal Q1 202134710001558370-21-006663
10-K2021-03-12fiscal FY 202035740001558370-21-002916
10-Q2020-11-12fiscal Q3 202033910001558370-20-013632
10-Q2020-08-14fiscal Q2 202033840001558370-20-010611
10-Q2020-05-12fiscal Q1 202033690001558370-20-006435
10-K2020-03-09fiscal FY 201933670001558370-20-002196
10-Q2019-11-14fiscal Q3 201932850001558370-19-010995
10-Q2019-08-06fiscal Q2 201932810001558370-19-007155
10-Q2019-05-07fiscal Q1 201932640001558370-19-004262
10-K2019-03-12fiscal FY 201831630001558370-19-001798
10-Q2018-11-09fiscal Q3 201832780001558370-18-009109
10-Q2018-08-08fiscal Q2 201831750001104659-18-050505
10-Q2018-05-14fiscal Q1 201829610001104659-18-032948

Inspect the source

Entity
BioXcel Therapeutics, Inc. / CIK 0001720893
Captured
2026-09-21T17:27:16.004Z
SEC response SHA-256
3749c1daf0783c3f7926b0c0056af00e3ffcb13aa57dfe693033bf2d42927115

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