Skip to content

ACRO BIOMEDICAL CO., LTD.: filings

Every ACRO BIOMEDICAL CO., LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-14fiscal Q2 202623700001640334-26-001345
10-Q2026-05-05fiscal Q1 202621460001640334-26-000824
10-K2026-02-11fiscal FY 202525520001640334-26-000241
10-Q2025-11-10fiscal Q3 202523760001640334-25-001999
10-Q2025-08-05fiscal Q2 202524740001640334-25-001347
10-Q2025-07-24fiscal Q1 202524520001640334-25-001302
10-K2025-07-24fiscal FY 202429600001640334-25-001300
10-Q2025-07-23fiscal Q3 202427860001640334-25-001281
10-Q2025-07-23fiscal Q2 202427820001640334-25-001279
10-Q2025-07-22fiscal Q1 202427580001640334-25-001257
10-K2025-07-18fiscal FY 202333680001640334-25-001245
10-Q2025-07-11fiscal Q3 2023311000001640334-25-001169
10-Q2023-08-14fiscal Q2 202327840001640334-23-001563
10-Q2023-08-02fiscal Q1 202326560001640334-23-001422
10-K2023-07-21fiscal FY 202229600001640334-23-001347
10-Q2022-11-21fiscal Q3 202227820001640334-22-002503
10-Q2022-08-12fiscal Q2 202227780001640334-22-001752
10-Q2022-05-16fiscal Q1 202223470001640334-22-001037
10-K2022-04-15fiscal FY 202128570001640334-22-000809
10-Q2021-11-22fiscal Q3 202127780001640334-21-002942
10-Q2021-08-23fiscal Q2 202129820001640334-21-002018
10-Q2021-05-24fiscal Q1 202124520001640334-21-001236
10-K2021-04-02fiscal FY 202025800001640334-21-000767
10-Q2020-11-17fiscal Q3 202025690001640334-20-002867
10-Q2020-08-19fiscal Q2 202025650001640334-20-002198
10-Q2020-05-19fiscal Q1 202025500001640334-20-001279
10-K2020-01-07fiscal FY 201923480001640334-20-000007
10-Q2019-08-14fiscal Q3 201923660001640334-19-001630
10-Q2019-05-15fiscal Q2 201923620001640334-19-000877
10-Q2019-02-14fiscal Q1 201923440001640334-19-000261
10-K2018-12-28fiscal FY 201824460001640334-18-002423
10-Q2018-08-14fiscal Q3 201820480001640334-18-001572
10-Q2018-08-01fiscal Q2 201818430001640334-18-001489
10-Q2018-02-14fiscal Q1 201820370001640334-18-000321
10-K/A2018-01-16fiscal FY 201720360001640334-18-000103
10-Q2017-08-11fiscal Q3 201712290001640334-17-001625
10-Q2017-05-22fiscal Q2 201713320001640334-17-001056
10-Q2017-02-14fiscal Q1 201713270001640334-17-000299
10-K2016-12-16fiscal FY 201613260001640334-16-002238
10-Q2016-08-03fiscal Q3 201615350001640334-16-001481
10-Q2016-05-13fiscal Q2 201615350001640334-16-001061

Inspect the source

Entity
ACRO BIOMEDICAL CO., LTD. / CIK 0001622996
Captured
2026-09-19T11:19:47.057Z
SEC response SHA-256
b3abbbd950a9b9c0ba03d5604cc52c43ddb41d59ea263147bca632d90b36b6c9

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