Skip to content

Techpoint, Inc.: filings

Every Techpoint, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-Q2025-05-15fiscal Q1 2025531070000950170-25-072366
10-K2025-03-05fiscal FY 2024551110000950170-25-033305
10-Q2024-11-08fiscal Q3 2024531510000950170-24-123896
10-Q2024-08-09fiscal Q2 2024531450000950170-24-094540
10-Q2024-05-15fiscal Q1 2024531070000950170-24-060271
10-K2024-03-15fiscal FY 2023551090000950170-24-032070
10-Q2023-11-09fiscal Q3 2023521480000950170-23-061815
10-Q2023-08-10fiscal Q2 2023481360000950170-23-041179
10-Q2023-05-12fiscal Q1 202348980001564590-23-007215
10-K2023-04-12fiscal FY 2022501010001564590-23-005632
10-Q2022-11-10fiscal Q3 2022491420001564590-22-037383
10-Q2022-08-09fiscal Q2 2022491380001564590-22-028741
10-Q2022-05-12fiscal Q1 2022491000001564590-22-019827
10-K2022-03-11fiscal FY 2021511330001564590-22-009800
10-Q2021-11-10fiscal Q3 2021501460001564590-21-056134
10-Q2021-08-10fiscal Q2 2020491410001564590-21-043031
10-Q2021-05-12fiscal Q1 202149990001564590-21-026931
10-K2021-03-12fiscal FY 2020511320001564590-21-012839
10-Q2020-11-06fiscal Q3 2020501460001564590-20-051907
10-Q2020-08-07fiscal Q2 2020501430001564590-20-038391
10-Q2020-05-11fiscal Q1 2020501010001564590-20-024133
10-K2020-03-13fiscal FY 2019522280001564590-20-010783
10-Q2019-11-12fiscal Q3 2019481390001564590-19-042832
10-Q2019-08-08fiscal Q2 2019481350001564590-19-030664
10-Q2019-05-10fiscal Q1 201948950001564590-19-018465
10-K2019-03-15fiscal FY 2018472180001564590-19-007988
10-Q2018-11-14fiscal Q3 2018451240001564590-18-029495
10-Q2018-08-14fiscal Q2 2018461300001564590-18-021640
10-Q2018-05-15fiscal Q1 201842860001564590-18-013577
10-K2018-03-14fiscal FY 2017432140001564590-18-005581
10-Q2017-11-13fiscal Q3 2017421210001564590-17-023490

Inspect the source

Entity
Techpoint, Inc. / CIK 0001556898
Captured
2026-09-21T17:20:43.240Z
SEC response SHA-256
fe8d07b80350d880488d5ea4fc3327743ab01d7864d96e3749d12f02a848f17c

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