Skip to content

ACM Research, Inc.: filings

Every ACM Research, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-07fiscal Q2 2026561590001628280-26-054832
10-Q2026-05-08fiscal Q1 2026531110001628280-26-032842
10-K2026-03-02fiscal FY 2025581530001628280-26-013231
10-Q2025-11-06fiscal Q3 2025541560001628280-25-050152
10-Q2025-08-07fiscal Q2 2025541550001680062-25-000017
10-Q2025-05-12fiscal Q1 2025561160001680062-25-000010
10-K2025-03-03fiscal FY 2024571510001680062-25-000003
10-Q2024-11-07fiscal Q3 2024551580001680062-24-000020
10-Q2024-08-07fiscal Q2 2024551580001680062-24-000016
10-Q2024-05-08fiscal Q1 2024551130001680062-24-000012
10-K2024-02-28fiscal FY 2023561490001680062-24-000008
10-Q2023-11-08fiscal Q3 2023551570001680062-23-000021
10-Q2023-08-07fiscal Q2 2023551540001680062-23-000013
10-Q2023-05-09fiscal Q1 2023561150001628280-23-016799
10-K2023-03-02fiscal FY 2022591550001140361-23-009508
10-Q2022-11-08fiscal Q3 2022571610001140361-22-040544
10-Q2022-08-09fiscal Q2 2022571840001140361-22-028912
10-Q2022-05-09fiscal Q1 2022561140001140361-22-018324
10-K2022-03-01fiscal FY 2021611610001140361-22-007348
10-Q2021-11-08fiscal Q3 2021561570001140361-21-036982
10-Q2021-08-06fiscal Q2 2021561570001140361-21-027398
10-Q2021-05-07fiscal Q1 2021551140001140361-21-016476
10-K2021-03-01fiscal FY 2020601560001140361-21-006683
10-Q2020-11-09fiscal Q3 2020571620001140361-20-025035
10-Q2020-08-10fiscal Q2 2020551580001140361-20-017994
10-Q2020-05-08fiscal Q1 2020531100001140361-20-011117
10-K2020-03-24fiscal FY 2019581140001140361-20-006743
10-Q2019-11-13fiscal Q3 2019551570001140361-19-020461
10-Q2019-08-12fiscal Q2 2019461360001654954-19-009210
10-Q2019-05-14fiscal Q1 201946940001654954-19-005926
10-K2019-03-14fiscal FY 201846940001654954-19-002737
10-Q2018-11-14fiscal Q3 2018441300001654954-18-012716
10-Q2018-08-09fiscal Q2 2018431280001654954-18-008751
10-Q2018-05-14fiscal Q1 201842860001654954-18-005164
10-K2018-03-23fiscal FY 201744900001654954-18-002950
10-Q2017-12-08fiscal Q3 2017431270001193125-17-364926

Inspect the source

Entity
ACM Research, Inc. / CIK 0001680062
Captured
2026-09-21T17:24:51.587Z
SEC response SHA-256
e185500cc578a482ad46429531c17500014a00fd83fc52edbacc273da125c0ed

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