Skip to content

AMANASU ENVIRONMENT CORPORATION: filings

Every AMANASU ENVIRONMENT 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 ENVIRONMENT 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 202227770001654954-22-015249
10-Q2022-08-10fiscal Q2 202228820001654954-22-010982
10-Q2022-05-13fiscal Q1 202229570001654954-22-006751
10-K2022-04-05fiscal Q1 202125500001654954-22-004621
10-Q2021-11-15fiscal Q3 202127780001654954-21-012196
10-Q2021-08-16fiscal Q2 202129850001654954-21-009036
10-Q2021-05-17fiscal Q1 202128570001654954-21-005850
10-K2021-03-30fiscal FY 202026520001654954-21-003437
10-Q2020-11-13fiscal Q3 202028810001654954-20-012337
10-Q2020-08-13fiscal Q2 202028810001654954-20-009026
10-Q2020-05-15fiscal Q1 202028570001654954-20-005576
10-K2020-03-30fiscal FY 201927540001654954-20-003528
10-Q2019-11-14fiscal Q3 201924720001654954-19-012943
10-Q2019-08-14fiscal Q2 201924780001654954-19-009447
10-Q2019-05-15fiscal Q1 201924500001654954-19-006033
10-K2019-04-01fiscal FY 201824490001654954-19-003787
10-Q2018-11-14fiscal Q3 201823700001654954-18-012685
10-Q2018-08-14fiscal Q2 201823700001654954-18-008997
10-Q2018-05-11fiscal Q1 201823460001654954-18-005105
10-K2018-04-10fiscal FY 201724490001654954-18-003756
10-Q2017-11-14fiscal Q3 201723700001654954-17-010501
10-Q2017-08-14fiscal Q2 201723700001654954-17-007475
10-Q2017-05-15fiscal Q1 201724480001654954-17-004692
10-K2017-04-17fiscal FY 201618370001654954-17-003356
10-Q2016-11-14fiscal Q3 201621600001654954-16-003846
10-Q2016-08-15fiscal Q2 201620560001654954-16-001609
10-Q2016-05-13fiscal Q1 201619380001354488-16-007371
10-K2016-04-01fiscal FY 201520410001354488-16-006857
10-Q2015-11-13fiscal Q3 201518480001354488-15-005066
10-Q2015-08-14fiscal Q2 201518480001354488-15-003820
10-Q2015-05-20fiscal Q1 201516320001354488-15-002583
10-K2015-04-13fiscal FY 201421430001354488-15-001710
10-Q2014-11-19fiscal Q3 201418590001354488-14-005904
10-Q2014-08-14fiscal Q2 201422700001354488-14-004186
10-Q2014-05-20fiscal Q1 201419430001354488-14-002851
10-K2014-04-07fiscal FY 201319510001354488-14-001715
10-Q2013-11-19fiscal Q3 201318540001096906-13-001787
10-Q2013-08-13fiscal Q2 201318540001096906-13-001333
10-Q2013-05-28fiscal Q1 201318440001096906-13-000958
10-K2013-05-20fiscal FY 201222530001096906-13-000908
10-Q2012-11-19fiscal Q3 201221600001096906-12-002907
10-Q/A2012-09-07fiscal Q2 201221610001096906-12-002302
10-Q2012-05-21fiscal Q1 201221490001096906-12-001527
10-K2012-04-12fiscal FY 201125610001096906-12-000908
10-Q2011-11-14fiscal Q3 201121580001096906-11-002766
10-Q/A2011-09-14fiscal Q2 201124620001096906-11-002177

Inspect the source

Entity
AMANASU ENVIRONMENT CORPORATION / CIK 0001142801
Captured
SEC response SHA-256
73ef453ae87246024b0e962d3ac9038bc3bf45cd0f8e78359207462341901c87

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