Skip to content

SPORTSMAN’S WAREHOUSE HOLDINGS, INC.: filings

Every SPORTSMAN’S WAREHOUSE HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-01fiscal Q2 2026521390001193125-26-378442
10-Q2026-06-02fiscal Q1 2026521070001193125-26-253546
10-K2026-03-31fiscal FY 2025541410001193125-26-134702
10-Q2025-12-04fiscal Q3 2025521390001193125-25-308111
10-Q2025-09-04fiscal Q2 2025521390001132105-25-000005
10-Q2025-06-04fiscal Q1 2025501020000950170-25-081405
10-K2025-04-02fiscal FY 2025531370000950170-25-048890
10-Q2024-12-11fiscal Q3 2024481260000950170-24-135215
10-Q2024-09-04fiscal Q2 2024491300000950170-24-103115
10-Q2024-06-05fiscal Q1 202447970000950170-24-069083
10-K2024-04-04fiscal FY 2023491280000950170-24-041618
10-Q2023-12-07fiscal Q3 2023481270000950170-23-068686
10-Q2023-09-07fiscal Q2 2023481270000950170-23-046886
10-Q2023-05-31fiscal Q1 202348990000950170-23-025096
10-K2023-04-13fiscal FY 2022491300000950170-23-012621
10-Q2022-12-08fiscal Q3 2022481270000950170-22-026191
10-Q2022-09-02fiscal Q2 2022481270001558370-22-014154
10-Q2022-06-01fiscal Q1 202248990001558370-22-009588
10-K2022-03-30fiscal FY 2021501350001558370-22-004698
10-Q2021-12-08fiscal Q3 2021481260001558370-21-016617
10-Q2021-09-08fiscal Q2 2021481270001558370-21-012289
10-Q2021-06-04fiscal Q1 202148990001558370-21-007994
10-K2021-04-02fiscal FY 2020501340001558370-21-003940
10-Q2020-12-03fiscal Q3 2020481280001558370-20-014159
10-Q2020-09-04fiscal Q2 2020481280001558370-20-011004
10-Q2020-06-05fiscal Q1 2020481000001558370-20-007292
10-K2020-04-09fiscal FY 2019501290001558370-20-003760
10-Q2019-12-06fiscal Q3 2019471240001558370-19-011398
10-Q2019-08-30fiscal Q2 2019471220001558370-19-008410
10-Q2019-05-31fiscal Q1 202046930001558370-19-005416
10-K2019-03-29fiscal FY 2018441180001558370-19-002594
10-Q2018-11-29fiscal Q3 2018431140001558370-18-009494
10-Q2018-08-24fiscal Q2 2018441150001558370-18-007208
10-Q2018-05-25fiscal Q1 201843870001558370-18-004955
10-K2018-03-29fiscal FY 2017411100001558370-18-002522
10-Q2017-11-17fiscal Q3 2017401030001558370-17-009006
10-Q2017-08-18fiscal Q2 2017401040001558370-17-006730
10-Q2017-05-19fiscal Q1 201735720001558370-17-004418
10-K2017-03-24fiscal FY 201637970001558370-17-002091
10-Q2016-11-18fiscal Q3 201635930001558370-16-010159
10-Q2016-08-19fiscal Q2 201635930001558370-16-008060
10-Q2016-05-25fiscal Q1 201635720001564590-16-019918
10-K2016-03-24fiscal FY 201537970001564590-16-015203
10-Q2015-11-20fiscal Q3 201537970001564590-15-010942
10-Q2015-08-28fiscal Q2 201538990001564590-15-007620
10-Q2015-05-29fiscal Q1 201536730001564590-15-004718
10-K2015-04-02fiscal FY 201435900001564590-15-002345
10-Q2014-12-05fiscal Q3 201435930001564590-14-006066
10-Q2014-09-12fiscal Q2 201435930001564590-14-004073
10-Q2014-06-11fiscal Q1 201436710001564590-14-002452

Inspect the source

Entity
SPORTSMAN’S WAREHOUSE HOLDINGS, INC. / CIK 0001132105
Captured
2026-09-20T07:41:09.081Z
SEC response SHA-256
c7bdc5c248b55ff866a52000140034e42133e585accf9325db29a0679031de58

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