Skip to content

Boot Barn Holdings, Inc.: filings

Every Boot Barn Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-07-29fiscal Q1 2027501020001104659-26-088262
10-K2026-05-14fiscal FY 2026531330001104659-26-061346
10-Q2026-02-05fiscal Q3 2026501370001104659-26-010386
10-Q2025-11-03fiscal Q2 2026501320001104659-25-105082
10-Q2025-07-31fiscal Q1 2026501010001558370-25-009902
10-K2025-05-15fiscal FY 2025521330001558370-25-007889
10-Q2025-01-31fiscal Q3 2025491350001558370-25-000549
10-Q2024-10-30fiscal Q2 2025491300001558370-24-013948
10-Q2024-08-08fiscal Q1 2025491000001558370-24-011407
10-K2024-05-15fiscal FY 2024521330001558370-24-008176
10-Q2024-02-01fiscal Q3 2024491340001558370-24-000677
10-Q2023-11-02fiscal Q2 2024491290001558370-23-017468
10-Q2023-08-10fiscal Q1 2024491000001558370-23-014516
10-K2023-05-18fiscal FY 2023521330001558370-23-010209
10-Q2023-01-25fiscal Q3 2023491340001558370-23-000542
10-Q2022-10-27fiscal Q2 2023491290001558370-22-015432
10-Q2022-07-28fiscal Q1 202349990001558370-22-011168
10-K2022-05-12fiscal FY 2022531330001558370-22-008393
10-Q2022-01-28fiscal Q3 2022501360001558370-22-000556
10-Q2021-10-28fiscal Q2 2022501320001558370-21-013740
10-Q2021-08-05fiscal Q1 2022501010001558370-21-010283
10-K2021-05-13fiscal FY 2021521950001558370-21-007103
10-Q2021-01-26fiscal Q3 2021491320001558370-21-000394
10-Q2020-10-29fiscal Q2 2021491280001558370-20-012038
10-Q2020-08-05fiscal Q1 2021491000001558370-20-009415
10-K2020-05-22fiscal FY 2020521940001558370-20-006925
10-Q2020-02-04fiscal Q3 2020491290001558370-20-000492
10-Q2019-10-31fiscal Q2 2020491230001558370-19-009574
10-Q2019-08-02fiscal Q1 202049970001558370-19-006952
10-K2019-05-24fiscal FY 2019481880001558370-19-005281
10-Q2019-02-05fiscal Q3 2019451150001558370-19-000370
10-Q2018-10-26fiscal Q2 2019441130001558370-18-007932
10-Q2018-08-08fiscal Q1 201943890001558370-18-006644
10-K2018-05-16fiscal FY 2018461770001558370-18-004844
10-Q2018-02-01fiscal Q3 2018411060001558370-18-000359
10-Q2017-11-06fiscal Q2 2018411050001558370-17-008145
10-Q2017-08-02fiscal Q1 201840830001558370-17-005731
10-K2017-06-07fiscal FY 2017431670001558370-17-004692
10-Q2017-02-01fiscal Q3 2017381010001558370-17-000289
10-Q2016-10-27fiscal Q2 2017381010001558370-16-008823
10-Q2016-07-26fiscal Q1 201640820001558370-16-006802
10-K2016-06-03fiscal FY 2016431340001558370-16-006261
10-Q2016-02-02fiscal Q3 2016401070001558370-16-003028
10-Q2015-11-10fiscal Q2 2016401080001558370-15-002579
10-Q2015-08-04fiscal Q1 201640830001104659-15-055928
10-K2015-05-29fiscal FY 2015451380001047469-15-005099
10-Q2015-02-09fiscal Q3 2015401090001104659-15-007778
10-Q2014-12-09fiscal Q2 2015391040001104659-14-085711

Inspect the source

Entity
Boot Barn Holdings, Inc. / CIK 0001610250
Captured
2026-09-20T09:26:40.214Z
SEC response SHA-256
f6980f4634f1dfbbcf4d4100713c8d0146f5ac06be1d43af1a3a1096b1a53a57

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