Skip to content

TALKSPACE, INC.: filings

Every TALKSPACE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-06fiscal Q2 2026411160001193125-26-338193
10-Q2026-05-11fiscal Q1 202641860001193125-26-217060
10-K2026-03-13fiscal FY 2025431120001193125-26-105146
10-Q2025-11-06fiscal Q3 2025401180001193125-25-268231
10-Q2025-08-08fiscal Q2 2025381060000950170-25-106018
10-Q2025-05-09fiscal Q1 202542880000950170-25-067550
10-K2025-03-12fiscal FY 2024461210000950170-25-038107
10-Q2024-11-07fiscal Q3 2024411220000950170-24-123526
10-Q2024-08-08fiscal Q2 2024421200000950170-24-094085
10-Q2024-05-09fiscal Q1 202438800000950170-24-056301
10-K2024-03-13fiscal FY 2023431130000950170-24-030872
10-Q2023-11-07fiscal Q3 2023401200000950170-23-059782
10-Q2023-08-02fiscal Q2 2023401160000950170-23-037283
10-Q2023-05-10fiscal Q1 202343880000950170-23-020105
10-K2023-03-10fiscal FY 2022481210000950170-23-007147
10-Q2022-11-08fiscal Q3 2022421240000950170-22-023288
10-Q2022-08-09fiscal Q2 2022421200000950170-22-016051
10-Q2022-05-05fiscal Q1 202238790000950170-22-007572
10-K2022-02-25fiscal FY 2021421090000950170-22-002102
10-Q2021-11-15fiscal Q3 2021411250000950170-21-004641
10-Q2021-08-09fiscal Q2 2021371050000950170-21-001074
10-Q/A2021-05-24fiscal Q1 202115290001193125-21-170723
10-K/A2021-05-05fiscal FY 202019290001193125-21-150475
10-K2021-03-29fiscal FY 202018180001193125-21-098338
10-Q2020-11-16fiscal Q3 202017260001193125-20-294645
10-Q2020-08-14fiscal Q2 202016220001193125-20-220348

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

Inspect the source

Entity
TALKSPACE, INC. / CIK 0001803901
Captured
2026-09-21T17:32:59.830Z
SEC response SHA-256
2755c6d1cd389b111ae5106fbfd98c95251a82cbb243b297ad17431ec9b5eb67

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