Skip to content

Asia Interactive Media Inc.: filings

Every Asia Interactive Media Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2020-03-27

The latest filing in this captured record is a 10-K filed 2020-03-27. No later filing is in the SEC companyfacts record captured on 2026-09-23. Asia Interactive Media 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-K2020-03-27fiscal FY 201912250001493152-20-004894
10-Q2019-11-18fiscal Q3 201913400001493152-19-017835
10-Q2019-08-14fiscal Q2 201913400001493152-19-012496
10-Q2019-05-15fiscal Q1 201913340001493152-19-007150
10-K2019-03-26fiscal FY 201812260001493152-19-003918
10-Q2018-11-19fiscal Q3 201813360001493152-18-016427
10-Q2018-08-17fiscal Q2 201813360001493152-18-012199
10-Q2018-05-17fiscal Q1 201813290001493152-18-007364
10-K2018-04-02fiscal FY 201713280001493152-18-004482
10-Q2017-11-14fiscal Q3 201712320001493152-17-013168
10-Q2017-08-14fiscal Q2 201712320001493152-17-009040
10-Q2017-05-15fiscal Q1 201713280001493152-17-005289
10-K2017-03-31fiscal FY 201613280001493152-17-003157
10-Q2016-11-14fiscal Q3 201613360001493152-16-014891
10-Q2016-08-17fiscal Q2 201612330001493152-16-012623
10-Q2016-05-17fiscal Q1 201612270001493152-16-010010
10-K2016-04-01fiscal FY 201512510001493152-16-008592
10-Q2015-11-16fiscal Q3 201512320001493152-15-005514
10-Q2015-08-19fiscal Q2 201512320001493152-15-003906
10-Q2015-05-15fiscal Q1 201514290001493152-15-001953
10-K2015-04-01fiscal FY 201411480001493152-15-001174
10-Q2014-11-14fiscal Q3 201413360001493152-14-003697
10-Q2014-08-14fiscal Q2 201413360001493152-14-002530
10-Q2014-05-15fiscal Q1 201416360001493152-14-001486
10-K2014-03-28fiscal FY 201313520001493152-14-000861
10-Q2013-11-14fiscal Q3 201315390001493152-13-002394
10-Q2013-08-14fiscal Q2 201313380001493152-13-001541
10-Q/A2013-06-06fiscal Q1 201313300001493152-13-001105
10-K/A2013-05-01fiscal FY 201213510001493152-13-000771
10-Q2012-11-14fiscal Q3 201213370001493152-12-001672
10-Q/A2012-11-06fiscal Q2 201213380001493152-12-001518
10-Q/A2012-11-05fiscal Q1 201214320001493152-12-001509
10-K/A2012-11-02fiscal FY 201114520001493152-12-001504
10-Q2012-08-14fiscal Q2 201213380001493152-12-000924
10-Q2012-05-15fiscal Q1 201213300001493152-12-000466
10-K2012-04-11fiscal FY 201113310001493152-12-000278
10-Q2011-11-16fiscal Q3 201115420001493152-11-000502
10-Q/A2011-11-07fiscal Q2 201115420001493152-11-000447

Inspect the source

Entity
Asia Interactive Media Inc. / CIK 0001172318
Captured
SEC response SHA-256
5b4d0d97e97435ac19ca5d2be2b46b9f7f3c34694ca454382681c388abb74649

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