Skip to content

Microvast Holdings, Inc.: filings

Every Microvast Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-10fiscal Q2 2026481370001628280-26-055372
10-Q2026-05-11fiscal Q1 202645930001628280-26-033590
10-K2026-03-16fiscal FY 2025581480001628280-26-018264
10-Q2025-11-10fiscal Q3 2025511450001628280-25-051119
10-Q2025-08-11fiscal Q2 2025511450001628280-25-039643
10-Q2025-05-12fiscal Q1 2025511030001760689-25-000018
10-K2025-03-31fiscal FY 2024561430001760689-25-000010
10-Q/A2025-03-31fiscal Q3 2024511460001760689-25-000006
10-Q/A2025-03-31fiscal Q2 2024511420001760689-25-000005
10-Q2024-11-12fiscal Q3 2024511460001760689-24-000046
10-Q2024-08-09fiscal Q2 2024511420001760689-24-000027
10-Q2024-05-09fiscal Q1 2024531070001760689-24-000016
10-K2024-04-01fiscal FY 2023571470001760689-24-000007
10-Q2023-11-09fiscal Q3 2023541500001760689-23-000040
10-Q2023-08-08fiscal Q2 2023541480001760689-23-000026
10-Q2023-05-09fiscal Q1 2023541070001760689-23-000020
10-K2023-03-16fiscal FY 2022561440001760689-23-000014
10-Q2022-11-10fiscal Q3 2022521450001760689-22-000112
10-Q2022-08-11fiscal Q2 2022511430001760689-22-000084
10-Q2022-05-16fiscal Q1 2022511050001760689-22-000026
10-K2022-03-29fiscal FY 2021461110001213900-22-015871
10-Q2021-11-15fiscal Q3 2021421140001213900-21-059404
10-Q2021-08-17fiscal Q2 202122590001213900-21-043290
10-Q2021-06-02fiscal Q1 202122440001213900-21-030377
10-K/A2021-06-01fiscal FY 202023480001213900-21-030047
10-K2021-03-25fiscal FY 202019400001213900-21-017601
10-Q2020-11-09fiscal Q3 202021630001213900-20-035959
10-Q2020-08-07fiscal Q2 202021600001213900-20-020923
10-Q2020-05-04fiscal Q1 202019400001213900-20-010906
10-K2020-03-13fiscal FY 201920380001213900-20-006365
10-Q2019-11-12fiscal Q3 201919360001213900-19-022913
10-Q2019-08-12fiscal Q2 201919350001213900-19-015362
10-Q2019-05-15fiscal Q1 201919290001213900-19-008803

Inspect the source

Entity
Microvast Holdings, Inc. / CIK 0001760689
Captured
2026-09-21T17:29:47.933Z
SEC response SHA-256
59afb7180c07cb0bd760d0f99f34f73c85cb82d4bee72b0cfa473c948a51bce8

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