Skip to content

American Outdoor Brands, Inc.: filings

Every American Outdoor Brands, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-09-03fiscal Q1 202748980001808997-26-000046
10-K2026-06-25fiscal FY 2026511360001808997-26-000031
10-Q2026-03-12fiscal Q3 2026501380001808997-26-000011
10-Q2025-12-09fiscal Q2 2026501380001808997-25-000065
10-Q2025-09-04fiscal Q1 2026501020001808997-25-000035
10-K2025-06-26fiscal FY 2025541420001808997-25-000014
10-Q2025-03-06fiscal Q3 2025501380000950170-25-034660
10-Q2024-12-05fiscal Q2 2025501380000950170-24-133687
10-Q2024-09-05fiscal Q1 2025491000000950170-24-104003
10-K2024-06-27fiscal FY 2024571470000950170-24-078463
10-Q2024-03-07fiscal Q3 2024501360000950170-24-027969
10-Q2023-11-30fiscal Q2 2024511380000950170-23-067039
10-Q2023-09-07fiscal Q1 202449990000950170-23-047004
10-K2023-06-28fiscal FY 2023571500000950170-23-030394
10-Q2023-03-09fiscal Q3 2023511390000950170-23-007041
10-Q2022-12-01fiscal Q2 2023511380000950170-22-025957
10-Q2022-09-08fiscal Q1 2023501010000950170-22-018247
10-K2022-07-14fiscal FY 2022561440000950170-22-012698
10-Q2022-03-10fiscal Q3 2022521400001564590-22-009646
10-Q2021-12-09fiscal Q2 2022511390001564590-21-059891
10-Q2021-09-09fiscal Q1 2022511010001564590-21-047481
10-K2021-07-15fiscal FY 2021551380001564590-21-036740
10-Q2021-03-17fiscal Q3 2021511330001564590-21-013872
10-Q2020-12-15fiscal Q2 2021501330001564590-20-057157
10-Q2020-09-10fiscal Q1 202147930001564590-20-043148

Inspect the source

Entity
American Outdoor Brands, Inc. / CIK 0001808997
Captured
2026-09-21T17:33:35.654Z
SEC response SHA-256
4269fd4f9a197868b14e5f563e5d7517e874aa980aa3760b090db14b7fae3307

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