Skip to content

F-STAR THERAPEUTICS, INC.: filings

Every F-STAR THERAPEUTICS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filing record ends 2022-11-10

The latest filing in this captured record is a 10-Q filed 2022-11-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. F-STAR THERAPEUTICS, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2022-11-10fiscal Q3 2022491340000950170-22-024526
10-Q2022-08-11fiscal Q2 2022491330000950170-22-016675
10-Q2022-05-10fiscal Q1 202244830000950170-22-008977
10-K2022-03-15fiscal FY 202147910000950170-22-003650
10-Q2021-11-10fiscal Q3 2021441130000950170-21-004065
10-Q2021-08-13fiscal Q2 2021421070001193125-21-245492
10-Q2021-05-17fiscal Q1 202141840001193125-21-163668
10-K2021-03-30fiscal FY 202040820001193125-21-100530
10-Q2020-11-03fiscal Q3 202036880001564590-20-049990
10-Q2020-08-10fiscal Q2 202037860001564590-20-038959
10-Q2020-05-07fiscal Q1 202037710001564590-20-022813
10-K2020-02-14fiscal FY 201945820001564590-20-004684
10-Q2019-11-07fiscal Q3 2019441040001564590-19-041705
10-Q2019-07-31fiscal Q2 201935820001564590-19-027460
10-Q2019-04-29fiscal Q1 201934650001564590-19-013460
10-K2019-03-11fiscal FY 201837740001564590-19-007078
10-Q2018-10-25fiscal Q3 201838990001564590-18-025124
10-Q2018-08-02fiscal Q2 201832760001564590-18-018633
10-Q2018-04-27fiscal Q1 201828560001564590-18-009596
10-K2018-02-20fiscal FY 201729590001564590-18-002474
10-Q2017-10-31fiscal Q3 201729700001564590-17-020444
10-Q2017-07-31fiscal Q2 201728690001564590-17-014489
10-Q2017-04-28fiscal Q1 201727550001564590-17-007656
10-K2017-02-14fiscal FY 201628560001564590-17-001545
10-Q2016-10-28fiscal Q3 201626640001564590-16-026500
10-Q2016-08-01fiscal Q2 201626640001193125-16-666694
10-Q2016-06-15fiscal Q1 201626520001193125-16-622589

Inspect the source

Entity
F-STAR THERAPEUTICS, INC. / CIK 0001566373
Captured
SEC response SHA-256
d5c36a739dac97efc16a72f5c92dae717cdc5ed045d320fee426bcc1ae4ced17

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