Skip to content

ASIA EQUITY EXCHANGE GROUP, INC.: filings

Every ASIA EQUITY EXCHANGE GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 filings, each linked to its SEC index.

Filing record ends 2018-05-14

The latest filing in this captured record is a 10-Q filed 2018-05-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. ASIA EQUITY EXCHANGE GROUP, INC. 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-Q2018-05-14fiscal Q1 201828550001493152-18-006811
10-K2018-04-13fiscal FY 201732600001493152-18-005146
10-Q2017-11-20fiscal Q3 201728720001493152-17-013522
10-Q/A2017-11-17fiscal Q2 201728670001493152-17-013458
10-Q/A2017-11-17fiscal Q1 201721370001493152-17-013456
10-K/A2017-11-17fiscal FY 201622520001493152-17-013455
10-Q2017-08-11fiscal Q2 201729690001493152-17-008922
10-Q2017-05-12fiscal Q1 201722390001493152-17-005097
10-K2017-03-30fiscal FY 201623530001493152-17-003060
10-Q2016-05-12fiscal Q1 201613240001493152-16-009678
10-Q/A2016-03-15fiscal Q1 201614250001493152-16-008051
10-Q2016-02-02fiscal Q1 201614310001493152-16-007087
10-K2016-01-15fiscal FY 201516320001493152-16-006801
10-K2016-01-11fiscal FY 201516320001493152-16-006743
10-Q2015-07-31fiscal Q3 201514410001557240-15-000565
10-Q2015-05-06fiscal Q2 201513380001557240-15-000292
10-Q2015-02-09fiscal Q1 201512250001557240-15-000076
10-K2014-12-19fiscal FY 201413220001557240-14-000786
10-Q2014-08-05fiscal Q3 201413280001557240-14-000422
10-Q2014-05-09fiscal Q2 201413280001557240-14-000237
10-Q2014-02-19fiscal Q1 201412210001557240-14-000081

Inspect the source

Entity
ASIA EQUITY EXCHANGE GROUP, INC. / CIK 0001590565
Captured
SEC response SHA-256
2cb6516896fbedd8ed292ee0856db9fcb471b004c0e356c0bb933e37bbc7119c

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