Skip to content

AMANASU TECHNO HOLDINGS CORPORATION: filings

Every AMANASU TECHNO HOLDINGS CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 46 filings, each linked to its SEC index.

Filing record ends 2022-11-14

The latest filing in this captured record is a 10-Q filed 2022-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. AMANASU TECHNO HOLDINGS CORPORATION may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2022-11-14fiscal Q3 202225710001654954-22-015248
10-Q2022-08-10fiscal Q2 202225710001654954-22-010983
10-Q2022-05-13fiscal Q1 202224510001654954-22-006749
10-K2022-04-05fiscal FY 202127580001654954-22-004620
10-Q2021-11-15fiscal Q3 202122640001654954-21-012215
10-Q2021-08-16fiscal Q2 202123640001654954-21-009043
10-Q2021-05-17fiscal Q1 202123470001654954-21-005851
10-K2021-03-30fiscal FY 202026520001654954-21-003436
10-Q2020-11-13fiscal Q3 202021560001654954-20-012336
10-Q2020-08-13fiscal Q2 202021570001654954-20-009025
10-Q2020-05-15fiscal Q1 202023470001654954-20-005577
10-K2020-03-30fiscal FY 201926520001654954-20-003529
10-Q2019-11-14fiscal Q3 201919620001654954-19-012942
10-Q2019-08-14fiscal Q2 201920640001654954-19-009446
10-Q2019-05-15fiscal Q1 201920420001654954-19-006032
10-K2019-04-01fiscal FY 201821430001654954-19-003786
10-Q2018-11-14fiscal Q3 201817500001654954-18-012684
10-Q2018-08-14fiscal Q2 201818540001654954-18-008996
10-Q2018-05-11fiscal Q1 201816320001654954-18-005104
10-K2018-04-10fiscal FY 201721430001654954-18-003757
10-Q2017-11-14fiscal Q3 201716460001654954-17-010502
10-Q2017-08-14fiscal Q2 201716460001654954-17-007477
10-Q2017-05-15fiscal Q1 201716320001654954-17-004693
10-K2017-04-17fiscal FY 201621430001654954-17-003355
10-Q2016-11-14fiscal Q3 201618500001654954-16-003847
10-Q2016-08-15fiscal Q2 201618500001654954-16-001606
10-Q2016-05-13fiscal Q1 201617340001354488-16-007369
10-K2016-03-31fiscal FY 201519380001354488-16-006842
10-Q2015-11-13fiscal Q3 201517460001354488-15-005065
10-Q2015-08-14fiscal Q2 201518500001354488-15-003818
10-Q2015-05-20fiscal Q1 201518360001354488-15-002585
10-K2015-04-13fiscal FY 201420400001354488-15-001703
10-Q2014-11-19fiscal Q3 201420720001354488-14-005911
10-Q2014-08-14fiscal Q2 201419660001354488-14-004191
10-Q2014-05-20fiscal Q1 201419410001354488-14-002881
10-K2014-03-31fiscal FY 201321460001354488-14-001533
10-Q2013-11-19fiscal Q3 201319560001096906-13-001789
10-Q2013-08-13fiscal Q2 201319550001096906-13-001336
10-Q2013-05-31fiscal Q1 201319340001096906-13-000990
10-K2013-05-22fiscal FY 201222570001096906-13-000949
10-Q2012-11-19fiscal Q3 201219520001096906-12-002903
10-Q/A2012-09-07fiscal Q2 201219610001096906-12-002304
10-Q2012-05-21fiscal Q1 201218380001096906-12-001529
10-K2012-04-16fiscal FY 201121610001096906-12-000990
10-Q2011-11-14fiscal Q3 201123670001096906-11-002770
10-Q/A2011-09-14fiscal Q2 201123660001096906-11-002179

Inspect the source

Entity
AMANASU TECHNO HOLDINGS CORPORATION / CIK 0001168663
Captured
SEC response SHA-256
4373e055560a592f9dcaaf6dad64b60bc70060e0bb369a4b3a7825594f9039b1

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