Skip to content

Alternative Investment Corp: filings

Every Alternative Investment Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2020-08-24

The latest filing in this captured record is a 10-Q filed 2020-08-24. No later filing is in the SEC companyfacts record captured on 2026-09-23. Alternative Investment Corp 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-Q2020-08-24fiscal Q3 202020630001515971-20-000106
10-Q2020-07-06fiscal Q2 202020600001515971-20-000079
10-Q2020-02-19fiscal Q1 202020450001515971-20-000035
10-K2020-01-14fiscal FY 201923460001515971-20-000017
10-Q2019-08-19fiscal Q3 201925800001515971-19-000123
10-Q2019-05-20fiscal Q2 201925780001515971-19-000078
10-Q2019-02-19fiscal Q1 201926550001515971-19-000020
10-K2019-01-15fiscal FY 201828560001515971-19-000011
10-Q2018-08-20fiscal Q3 201828780001515971-18-000123
10-Q2018-05-21fiscal Q2 201827760001515971-18-000071
10-Q2018-02-21fiscal Q1 201827550001515971-18-000025
10-K2018-01-11fiscal FY 201726520001515971-18-000012
10-Q2017-09-12fiscal Q3 201723640001515971-17-000131
10-Q2017-05-15fiscal Q2 201721600001683168-17-001250
10-Q2017-03-14fiscal Q1 201722460001683168-17-000556
10-K2017-01-13fiscal FY 201625520001683168-17-000081
10-Q2016-08-22fiscal Q3 201623640001019687-16-007330
10-Q2016-05-23fiscal Q2 201623640001019687-16-006422
10-Q2016-02-11fiscal Q1 201623480001019687-16-005128
10-K2016-01-13fiscal FY 201524490001019687-16-004803
10-Q2015-08-19fiscal Q3 201521610001019687-15-003211
10-Q2015-05-12fiscal Q2 201521610001019687-15-001873
10-Q2015-02-06fiscal Q1 201521450001019687-15-000469
10-K2015-01-13fiscal FY 201422460001019687-15-000162
10-Q2014-08-20fiscal Q3 201420570001019687-14-003306
10-Q2014-05-20fiscal Q2 201424830001019687-14-002049
10-Q2014-02-14fiscal Q1 201427750001019687-14-000536
10-K2014-01-14fiscal FY 201329890001019687-14-000156
10-Q2013-08-19fiscal Q3 201326530001019687-13-003265
10-Q2013-05-20fiscal Q2 201326600001019687-13-002028
10-Q2013-02-14fiscal Q1 201325450001019687-13-000476
10-K2012-12-27fiscal FY 201226580001019687-12-004658
10-Q/A2012-09-12fiscal Q3 201224530001019687-12-003335
10-Q2012-05-18fiscal Q2 201225790001019687-12-001898
10-Q2012-02-13fiscal Q1 201228610001019687-12-000485
10-K2012-01-12fiscal FY 201128700001019687-12-000115
10-Q2011-08-15fiscal Q3 201128860001019687-11-002630

Inspect the source

Entity
Alternative Investment Corp / CIK 0001405660
Captured
SEC response SHA-256
722aa9984ec4246a8a620ddbab872e2f03ed98b397cbaa99af88a41384256219

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