Skip to content

AMERICAN REBEL HOLDINGS, INC.: filings

Every AMERICAN REBEL HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-Q2026-08-10fiscal Q2 2026461280001493152-26-036917
10-Q2026-05-13fiscal Q1 202645910001493152-26-022768
10-K2026-03-31fiscal FY 202545910001493152-26-014291
10-Q2025-11-10fiscal Q3 2025421150001493152-25-021519
10-Q2025-08-13fiscal Q2 2025421150001641172-25-023267
10-Q2025-05-15fiscal Q1 202538770001641172-25-011062
10-K2025-04-09fiscal FY 202440790001641172-25-003346
10-Q2025-02-07fiscal Q3 2024381060001493152-25-005403
10-K/A2025-01-29fiscal FY 202340800001493152-25-004183
10-Q2024-08-14fiscal Q2 2024411130001493152-24-032142
10-Q2024-06-14fiscal Q1 202440800001493152-24-023852
10-K2024-04-12fiscal FY 202341800001493152-24-014473
10-Q2023-11-14fiscal Q3 2023401070001493152-23-041007
10-Q2023-08-14fiscal Q2 2023391030001493152-23-028583
10-Q2023-05-15fiscal Q1 202338780001493152-23-017266
10-K2023-04-14fiscal FY 202238700001493152-23-012360
10-Q2022-11-14fiscal Q3 202236930001493152-22-031515
10-Q2022-08-15fiscal Q2 202234890001493152-22-022974
10-Q2022-05-13fiscal Q1 202231630001493152-22-013390
10-K2022-03-31fiscal FY 202131610001493152-22-008572
10-Q2021-11-15fiscal Q3 202131890001493152-21-028505
10-Q2021-08-16fiscal Q2 202130780001493152-21-019994
10-Q/A2021-07-01fiscal Q1 202132680001078782-21-000631
10-K/A2021-05-24fiscal FY 202034730001078782-21-000485
10-Q/A2020-11-19fiscal Q3 202032920001078782-20-000891
10-Q2020-08-14fiscal Q2 202031860001078782-20-000643
10-Q2020-06-26fiscal Q1 202030640001078782-20-000485
10-K/A2020-05-18fiscal FY 201934720001078782-20-000353
10-Q2019-12-23fiscal Q3 201931880001078782-19-000937
10-Q/A2019-10-03fiscal FY 201930840001078782-19-000747
10-Q2019-06-18fiscal Q1 201930640001078782-19-000537
10-K2019-04-05fiscal FY 201834710001078782-19-000299
10-Q2018-11-19fiscal Q3 201831840001078782-18-001350
10-Q2018-10-05fiscal Q2 201831840001078782-18-001117
10-Q2018-06-28fiscal Q1 201831650001078782-18-000657
10-K2018-05-21fiscal FY 201732660001078782-18-000587
10-Q2017-11-20fiscal Q3 201732870001078782-17-001622
10-Q2017-08-21fiscal Q2 201732870001078782-17-001186
10-Q2017-05-15fiscal Q1 201731640001078782-17-000671
10-K2017-03-13fiscal FY 201629590001078782-17-000308
10-Q2016-11-21fiscal Q3 201628800001078782-16-003839
10-Q2016-08-22fiscal Q2 201630800001078782-16-003313
10-Q2016-05-05fiscal Q1 201629600001078782-16-002729
10-K2016-03-01fiscal FY 201529540001078782-16-002375
10-Q2015-11-12fiscal Q3 201529520001078782-15-001796

Inspect the source

Entity
AMERICAN REBEL HOLDINGS, INC. / CIK 0001648087
Captured
2026-09-21T17:23:18.373Z
SEC response SHA-256
b59754ff93464420ee065b15986ed9b7600c9a7b69a26201d8ddbb2f5edf42e4

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