Skip to content

Antiaging Quantum Living Inc.: filings

Every Antiaging Quantum Living Inc. 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 Q1 202745870001493152-26-038392
10-K2026-07-14fiscal FY 202644840001493152-26-033212
10-Q2026-02-13fiscal Q3 2026441190001493152-26-006710
10-Q2025-11-12fiscal Q2 2026441160001493152-25-021906
10-Q2025-08-14fiscal Q1 202644840001641172-25-024006
10-K2025-07-02fiscal FY 202543830001641172-25-017604
10-Q2025-02-19fiscal Q3 2025401190001493152-25-007533
10-Q2024-11-14fiscal Q2 202536980001493152-24-045300
10-Q2024-08-13fiscal Q1 202537710001493152-24-031444
10-K/A2024-05-16fiscal FY 202441690001493152-24-020108
10-K2024-04-15fiscal FY 202441690001493152-24-014576
10-Q2024-02-14fiscal Q3 202438970001493152-24-006302
10-Q2023-11-14fiscal Q2 202424720001493152-23-040768
10-Q2023-08-21fiscal Q1 202426540001493152-23-029478
10-K2023-07-14fiscal FY 202329530001493152-23-024592
10-Q2023-02-13fiscal Q3 202330800001493152-23-004389
10-Q2022-11-14fiscal Q2 202326770001493152-22-031621
10-Q2022-08-15fiscal Q1 202325490001493152-22-022596
10-K2022-06-28fiscal FY 202228520001493152-22-017917
10-Q2022-02-07fiscal Q3 202225580001493152-22-003363
10-Q2021-11-04fiscal Q2 202221590001493152-21-027192
10-Q2021-08-03fiscal Q1 202217330001493152-21-018430
10-K2021-05-25fiscal FY 202121360001493152-21-012792
10-Q2021-01-28fiscal Q3 202120560001493152-21-001989
10-Q2020-10-30fiscal Q2 202018470001493152-20-020218
10-Q/A2020-10-07fiscal Q1 202114320001017386-20-000413
10-K/A2020-10-07fiscal FY 202018350001017386-20-000411
10-Q2020-08-04fiscal Q1 202114320001017386-20-000256
10-K2020-07-06fiscal FY 202018350001017386-20-000200
10-Q/A2020-03-19fiscal Q3 202020420001017386-20-000070
10-Q2020-02-13fiscal Q3 202020420001017386-20-000035
10-Q2019-11-15fiscal Q2 202020410001017386-19-000321
10-Q2019-09-26fiscal Q1 202014290001017386-19-000264
10-K2019-07-15fiscal FY 201917370001672571-19-000009
10-Q2019-02-26fiscal Q3 201919400001672571-19-000002
10-Q2018-11-21fiscal Q2 201919400001672571-18-000009
10-Q2018-08-13fiscal Q1 201914300001672571-18-000006
10-K2018-06-29fiscal FY 201815300001672571-18-000004
10-Q2018-02-12fiscal Q3 201716360001672571-18-000002
10-Q2017-10-30fiscal Q2 201714160001672571-17-000016
10-Q2017-08-04fiscal Q1 201713150001672571-17-000015

Inspect the source

Entity
Antiaging Quantum Living Inc. / CIK 0001672571
Captured
2026-09-21T17:22:46.472Z
SEC response SHA-256
6cc8eafcc2590a1b39df620707e9ac7fa8fea950e5902e0c4f4e5e3303495ff6

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