Skip to content

Alpine 4 Holdings, Inc.: filings

Every Alpine 4 Holdings, Inc. 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 2024-06-06

The latest filing in this captured record is a 10-Q filed 2024-06-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. Alpine 4 Holdings, 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-06-06fiscal Q3 2023551620001628280-24-026953
10-Q2023-08-11fiscal Q2 2023511460001628280-23-029122
10-Q2023-06-21fiscal Q1 2023501040001628280-23-022830
10-K2023-05-08fiscal FY 2022541100001628280-23-016240
10-Q2023-04-25fiscal Q3 2022511500001628280-23-012983
10-Q/A2023-03-28fiscal Q2 2022511630001628280-23-009572
10-K/A2023-03-17fiscal FY 2021551700001628280-23-008361
10-Q2022-08-12fiscal Q2 2022511460001628280-22-022573
10-Q2022-05-23fiscal Q1 2022511060001628280-22-015183
10-K2022-04-14fiscal FY 202148940001096906-22-000845
10-Q2021-11-04fiscal Q3 2021371100001096906-21-002626
10-Q2021-08-16fiscal Q2 2021371060001096906-21-002042
10-Q2021-05-17fiscal Q1 202142880001096906-21-001192
10-K2021-04-15fiscal FY 202047950001096906-21-000759
10-Q2020-11-16fiscal Q3 2020451250001096906-20-000297
10-Q2020-08-14fiscal Q2 2020441190001445866-20-001173
10-Q2020-07-06fiscal Q1 202043890001445866-20-000961
10-K2020-06-01fiscal FY 201938770001445866-20-000782
10-Q2019-11-19fiscal Q3 2019371060001096906-19-000395
10-Q2019-08-22fiscal Q2 201936980001096906-19-000313
10-Q2019-08-21fiscal Q2 201936980001096906-19-000312
10-Q2019-08-19fiscal Q2 201936980001096906-19-000306
10-Q2019-05-20fiscal Q1 201935710001096906-19-000213
10-K2019-04-22fiscal FY 201834680001096906-19-000151
10-Q2018-11-30fiscal Q3 201835960001096906-18-000677
10-Q2018-08-17fiscal Q2 201835930001096906-18-000497
10-Q2018-05-15fiscal Q1 201835680001096906-18-000256
10-K2018-04-17fiscal FY 201711160001096906-18-000208
10-Q2016-05-16fiscal Q1 201625520001096906-16-001625
10-K2016-03-29fiscal FY 201528520001096906-16-001496
10-Q2015-11-23fiscal Q3 201526760001096906-15-001213
10-Q2015-08-14fiscal Q2 201522540001096906-15-000945
10-Q2015-05-20fiscal Q1 201520300001096906-15-000585
10-K2015-05-05fiscal FY 201423230001096906-15-000469
10-Q2015-01-06fiscal Q3 201420340001096906-15-000009
10-Q2014-11-19fiscal Q3 201420340001096906-14-001651
10-Q2014-08-14fiscal Q2 201410100001096906-14-001124

2 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
Alpine 4 Holdings, Inc. / CIK 0001606698
Captured
SEC response SHA-256
7c06a0a9015993fe36145e8505093a6c8ebe7523376ba04cb08e833690f482c1

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