Skip to content

Outdoor Holding Company: filings

Every Outdoor Holding Company annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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 Q1 202647930001193125-26-341113
10-K2026-06-22fiscal FY 202651990001193125-26-276653
10-Q2026-02-09fiscal Q3 2026461320001193125-26-041880
10-Q2025-11-10fiscal Q2 2026451270001193125-25-273158
10-Q2025-08-08fiscal Q1 202644860000950170-25-105988
10-K2025-06-16fiscal FY 2025471170000950170-25-086893
10-Q2025-05-20fiscal Q3 2025501460000950170-25-075310
10-Q2025-05-20fiscal Q2 2025511450000950170-25-075258
10-Q/A2025-05-20fiscal Q1 2025521050000950170-25-075209
10-K/A2025-05-20fiscal FY 2024563270000950170-25-075182
10-Q2024-08-08fiscal Q1 202549990001493152-24-030836
10-K2024-06-13fiscal FY 2024561440001493152-24-023731
10-Q2024-02-08fiscal Q3 2024541560001493152-24-005477
10-Q2023-11-09fiscal Q2 2024531490001493152-23-040071
10-Q2023-08-09fiscal Q1 2024521040001493152-23-027366
10-K2023-06-14fiscal FY 2023551420001493152-23-021280
10-Q2023-02-14fiscal Q3 2023521520001493152-23-004913
10-Q2022-11-14fiscal Q2 2022511430001493152-22-032066
10-Q2022-08-15fiscal Q1 202349970001493152-22-022927
10-K2022-06-29fiscal FY 202252960001493152-22-018107
10-Q2022-02-14fiscal Q3 2022491300001493152-22-004447
10-Q2021-11-15fiscal Q3 2022431140001493152-21-028607
10-Q2021-08-16fiscal Q1 202241810001493152-21-020171
10-K2021-06-29fiscal FY 202137730001493152-21-015547
10-Q2021-02-12fiscal Q3 202135890001493152-21-003699
10-Q2020-11-13fiscal Q2 202136930001493152-20-021356
10-Q2020-08-19fiscal Q1 202134690001493152-20-016327
10-K2020-08-19fiscal FY 202037710001493152-20-016303
10-Q2020-02-14fiscal Q3 202035810001493152-20-002565
10-Q2019-11-14fiscal Q2 202034820001493152-19-017588
10-Q2019-08-14fiscal Q1 202034660001493152-19-012571
10-K2019-07-01fiscal FY 201932940001493152-19-010007
10-Q2019-02-14fiscal Q3 201932820001493152-19-002101
10-Q2018-11-14fiscal Q2 201933830001493152-18-016043
10-Q2018-08-14fiscal Q1 201934670001079973-18-000472
10-K2018-04-11fiscal FY 201733680001079973-18-000247
10-Q2017-11-17fiscal Q3 201733620001079973-17-000690
10-Q/A2017-11-03fiscal Q2 201734730001079973-17-000618
10-Q/A2017-11-03fiscal Q1 201734640001079973-17-000617
10-Q2017-08-21fiscal Q2 201734650001079973-17-000514
10-Q2017-05-17fiscal Q1 201733430001079973-17-000297
10-K2017-03-16fiscal FY 201615310001079973-17-000151
10-K/A2017-02-14fiscal FY 201514290001079973-17-000118
10-Q2012-11-14fiscal Q3 201217550001079973-12-000897
10-Q/A2012-08-17fiscal Q2 201217550001079973-12-000654
10-Q2012-05-15fiscal Q1 20129210001079973-12-000352
10-K2012-04-16fiscal FY 20119220001079973-12-000281
10-Q2011-11-18fiscal Q3 201111290001079973-11-000920
10-Q2011-08-15fiscal Q2 201112320001079973-11-000667

Inspect the source

Entity
Outdoor Holding Company / CIK 0001015383
Captured
2026-09-20T05:12:50.099Z
SEC response SHA-256
1895ad6f697ab27c4f444a243f16f0890bb67f8786001f87279e85a796257975

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