Skip to content

Elite Performance Holding Corp.: filings

Every Elite Performance Holding Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

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-K2026-09-04fiscal FY 202538760001477932-26-005425
10-Q2025-11-14fiscal Q3 2025371060001477932-25-008346
10-Q2025-08-14fiscal Q2 2025371050001477932-25-005855
10-Q2025-05-19fiscal Q1 202533680001477932-25-003989
10-K2025-04-15fiscal FY 202437740001477932-25-002766
10-Q2024-11-19fiscal Q3 202433920001477932-24-007448
10-Q2024-08-15fiscal Q2 202433880001477932-24-004946
10-Q2024-06-07fiscal Q1 202434700001477932-24-003577
10-K2024-05-13fiscal FY 202339780001477932-24-002748
10-Q2023-11-16fiscal Q3 2023371020001477932-23-008571
10-Q2023-09-08fiscal Q1 202336740001477932-23-006748
10-K2023-09-08fiscal FY 202235740001477932-23-006747
10-Q2023-09-08fiscal Q3 202234930001477932-23-006741
10-Q2023-09-08fiscal Q2 202230840001477932-23-006739
10-Q2023-09-08fiscal Q1 202228590001477932-23-006737
10-K2023-09-07fiscal FY 202331640001477932-23-006679
10-Q2023-09-07fiscal Q3 202130870001477932-23-006665
10-Q2023-09-06fiscal Q2 202130850001477932-23-006653
10-Q2023-09-06fiscal Q1 202130630001477932-23-006651
10-Q2023-09-01fiscal Q2 202336960001477932-23-006574
10-K2021-11-12fiscal FY 202029590001477932-21-008045
10-Q2021-11-03fiscal Q3 202029830001477932-21-007767
10-Q2021-10-19fiscal Q2 202026710001477932-21-007404
10-Q2021-09-29fiscal Q1 202029590001477932-21-006841
10-K2021-06-21fiscal FY 201921430001753681-21-000008
10-Q2020-05-07fiscal Q3 201919500001753681-20-000008
10-Q2019-08-19fiscal Q2 201919440001753681-19-000073
10-Q2019-05-20fiscal Q1 201915300001753681-19-000062

Inspect the source

Entity
Elite Performance Holding Corp. / CIK 0001753681
Captured
2026-09-21T17:26:05.464Z
SEC response SHA-256
8b3b567a4f1a1334a3a722aa7b9da43ec9ddd78fa20f41d97d1877aa03a1d153

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