Skip to content

T2 BIOSYSTEMS, INC.: filings

Every T2 BIOSYSTEMS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-Q2024-11-14fiscal Q3 2024421130000950170-24-126996
10-Q2024-08-08fiscal Q2 2024421100000950170-24-094135
10-Q2024-05-06fiscal Q1 202443870000950170-24-053693
10-K2024-04-01fiscal FY 202346910000950170-24-039310
10-Q2023-11-15fiscal Q3 2023431230000950170-23-063876
10-Q2023-08-08fiscal Q2 2023421150000950170-23-039968
10-Q2023-05-22fiscal Q1 202342860000950170-23-023425
10-K2023-03-31fiscal FY 202248950000950170-23-011396
10-Q2022-11-14fiscal Q3 2022451270001564590-22-037656
10-Q2022-08-16fiscal Q2 2022451230001564590-22-029526
10-Q2022-05-12fiscal Q1 202240830001564590-22-019931
10-K2022-03-23fiscal FY 202142850001564590-22-011526
10-Q2021-11-04fiscal Q3 2021401110001564590-21-054466
10-Q2021-08-09fiscal Q2 2021401060001564590-21-042655
10-Q2021-05-13fiscal Q1 202140820001564590-21-027456
10-K2021-03-31fiscal FY 202042830001564590-21-017074
10-Q2020-11-05fiscal Q3 2020381000001564590-20-051270
10-Q2020-08-12fiscal Q2 202036910001564590-20-039633
10-Q2020-05-11fiscal Q1 202035720001564590-20-024073
10-K2020-03-16fiscal FY 2019371320001564590-20-011217
10-Q2019-11-18fiscal Q3 201936940001564590-19-043775
10-Q2019-08-02fiscal Q2 201936900001564590-19-028440
10-Q2019-05-10fiscal Q1 201936720001564590-19-018534
10-K2019-03-14fiscal FY 2018351290001564590-19-007862
10-Q2018-11-01fiscal Q3 201835810001564590-18-026265
10-Q2018-08-02fiscal Q2 201833770001564590-18-018960
10-Q2018-05-08fiscal Q1 201832650001564590-18-011871
10-K2018-03-19fiscal FY 2017321130001564590-18-006225
10-Q2017-11-03fiscal Q3 201731730001564590-17-021350
10-Q2017-08-04fiscal Q2 201731740001193125-17-247725
10-Q2017-05-08fiscal Q1 201731640001628280-17-005155
10-K2017-03-15fiscal FY 2016311190001558370-17-001853
10-Q2016-11-08fiscal Q3 201629720001558370-16-009707
10-Q2016-08-08fiscal Q2 201629700001558370-16-007649
10-Q2016-05-09fiscal Q1 201629600001558370-16-005651
10-K2016-03-09fiscal FY 2015311160001558370-16-003930
10-Q2015-11-04fiscal Q3 201531750001104659-15-075809
10-Q2015-08-05fiscal Q2 201531760001104659-15-056395
10-Q2015-05-06fiscal Q1 201531620001104659-15-034892
10-K2015-03-04fiscal FY 201433990001104659-15-016705
10-Q2014-11-05fiscal Q3 201425640001104659-14-076770
10-Q2014-09-19fiscal Q2 201423630001104659-14-067231

Inspect the source

Entity
T2 BIOSYSTEMS, INC. / CIK 0001492674
Captured
2026-09-21T17:19:25.418Z
SEC response SHA-256
dbd07ba31dbcb85fa14a2ccff083f2b47da4b8934cb86029b7a4f3285d16fc05

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