Skip to content

ALTITUDE INTERNATIONAL HOLDINGS, INC.: filings

Every ALTITUDE INTERNATIONAL HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2023-03-22

The latest filing in this captured record is a 10-K filed 2023-03-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. ALTITUDE INTERNATIONAL 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-K2023-03-22fiscal FY 202235680001493152-23-008518
10-Q2022-10-31fiscal Q3 202238980001493152-22-029996
10-Q2022-07-29fiscal Q2 202239970001493152-22-020672
10-Q2022-05-12fiscal Q1 202238750001493152-22-013076
10-K2022-03-15fiscal FY 202135700001493152-22-006867
10-Q/A2022-01-12fiscal Q3 202130720001493152-22-001072
10-Q2021-11-19fiscal Q3 202127700001493152-21-029420
10-Q2021-08-16fiscal Q2 202120560001493152-21-020234
10-Q2021-05-06fiscal Q1 202120390001493152-21-010658
10-K2021-03-31fiscal FY 202026490001493152-21-007257
10-Q2020-11-12fiscal Q3 202025700001493152-20-021031
10-Q2020-08-14fiscal Q2 202026680001493152-20-015692
10-Q2020-05-15fiscal Q1 202027550001493152-20-009070
10-K2020-03-30fiscal FY 201927530001493152-20-005076
10-Q2019-11-13fiscal Q3 201928870001185185-19-001573
10-Q2019-08-14fiscal Q2 201930870001185185-19-001145
10-Q2019-05-15fiscal Q1 201929650001185185-19-000735
10-K2019-03-29fiscal FY 201833690001185185-19-000455
10-Q2018-11-13fiscal Q3 201833850001185185-18-001993
10-Q2018-08-20fiscal Q2 201832750001185185-18-001526
10-Q2018-05-21fiscal Q1 201831490001185185-18-000978
10-K2018-04-20fiscal FY 201732360001185185-18-000729
10-K2018-04-17fiscal FY 201732360001185185-18-000712
10-Q2017-11-20fiscal Q3 201730400001185185-17-002445
10-Q2017-08-14fiscal Q2 201729330001185185-17-001761
10-Q2017-05-19fiscal Q1 201726550001185185-17-001232
10-K2017-04-03fiscal FY 201629620001185185-17-000798
10-Q2016-11-15fiscal Q3 201628780001185185-16-005804
10-Q2016-08-15fiscal Q2 201629800001185185-16-005214
10-Q2016-06-20fiscal Q1 201628610001185185-16-004835

Inspect the source

Entity
ALTITUDE INTERNATIONAL HOLDINGS, INC. / CIK 0001664127
Captured
SEC response SHA-256
629e23acd0a6017f3616a2abddc4cc8aa5e1b79dd90bd4e7d9e7e2acdf3e139f

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