Skip to content

Alpha Investment Inc.: filings

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

Filing record ends 2024-05-20

The latest filing in this captured record is a 10-Q filed 2024-05-20. No later filing is in the SEC companyfacts record captured on 2026-09-22. Alpha Investment 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-Q2024-05-20fiscal Q1 202424490001515971-24-000061
10-K/A2024-04-17fiscal FY 202325490001515971-24-000041
10-K2024-04-16fiscal FY 202325490001515971-24-000038
10-Q/A2023-12-11fiscal Q3 202326760001515971-23-000163
10-Q/A2023-12-08fiscal Q2 202326730001515971-23-000161
10-Q2023-11-20fiscal Q3 202326760001515971-23-000156
10-Q2023-08-22fiscal Q2 202326730001515971-23-000123
10-Q2023-08-07fiscal Q1 202322430001515971-23-000113
10-K2023-06-20fiscal FY 202229590001515971-23-000091
10-Q2022-12-19fiscal Q3 202228840001515971-22-000208
10-Q2022-11-22fiscal Q2 202228820001515971-22-000198
10-Q2022-08-19fiscal Q1 202228580001515971-22-000155
10-K2022-08-08fiscal FY 202130610001515971-22-000147
10-Q2021-11-22fiscal Q3 202124730001515971-21-000130
10-Q2021-11-22fiscal Q2 202124660001515971-21-000127
10-Q2021-11-19fiscal Q1 202123460001515971-21-000124
10-K2021-10-13fiscal FY 202025490001515971-21-000099
10-Q/A2021-10-13fiscal Q3 202027740001515971-21-000098
10-Q/A2021-10-13fiscal Q2 202028730001515971-21-000097
10-Q2020-11-23fiscal Q3 202027740001515971-20-000129
10-Q2020-08-19fiscal Q2 202028730001515971-20-000102
10-Q2020-05-14fiscal Q1 202026520001515971-20-000059
10-K2020-03-18fiscal FY 201926520001515971-20-000042
10-Q2019-11-12fiscal Q3 201927770001515971-19-000140
10-Q2019-08-14fiscal Q2 201926710001515971-19-000116
10-Q2019-05-15fiscal Q1 201924490001515971-19-000073
10-K2019-04-15fiscal FY 201825490001515971-19-000052
10-Q2018-11-14fiscal Q3 201824620001515971-18-000166
10-Q2018-08-15fiscal Q2 201823600001515971-18-000119
10-K/A2018-06-20fiscal FY 201726510001515971-18-000080
10-Q2018-05-15fiscal Q1 201822460001515971-18-000058
10-K2018-04-05fiscal FY 201726510001515971-18-000033
10-Q2017-11-16fiscal Q3 201724660001515971-17-000155
10-Q2017-08-15fiscal Q2 201716410001165527-17-000177
10-Q2017-08-14fiscal Q2 201716410001165527-17-000173
10-Q2017-05-15fiscal Q1 201716290001165527-17-000120
10-K2017-03-16fiscal FY 201616340001165527-17-000059
10-Q2016-11-14fiscal Q3 201617490001165527-16-000928
10-Q2016-08-05fiscal Q2 201617490001165527-16-000854
10-Q2016-05-02fiscal Q1 201619390001165527-16-000751
10-K2016-03-18fiscal FY 201520400001165527-16-000696
10-Q2015-11-12fiscal Q3 201520540001165527-15-000538
10-Q2015-07-28fiscal Q2 201518530001165527-15-000369
10-Q2015-06-11fiscal Q1 201520440001165527-15-000276

Inspect the source

Entity
Alpha Investment Inc. / CIK 0001616736
Captured
SEC response SHA-256
a4d128d234cf4e8dbd463dec7c805a9768031f05e180e22fa7a5503474ab4bed

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