Skip to content

BURLINGTON STORES, INC.: filings

Every BURLINGTON STORES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-27fiscal Q2 2026461450001193125-26-371311
10-Q2026-05-28fiscal Q1 2026461090001193125-26-245274
10-K2026-03-19fiscal FY 2025521340001193125-26-116001
10-Q2025-11-25fiscal Q3 2025461490001193125-25-297249
10-Q2025-08-28fiscal Q2 2025451410001579298-25-000010
10-Q2025-05-30fiscal Q1 2025451070000950170-25-079172
10-K2025-03-17fiscal FY 2024511320000950170-25-040472
10-Q2024-11-26fiscal Q3 2024451450000950170-24-131050
10-Q2024-08-29fiscal Q2 2024451410000950170-24-101847
10-Q2024-05-30fiscal Q1 2024451070000950170-24-066612
10-K2024-03-15fiscal FY 2023511310000950170-24-032207
10-Q2023-11-21fiscal Q3 2023451440000950170-23-065505
10-Q2023-08-24fiscal Q2 2023451410000950170-23-044380
10-Q2023-05-25fiscal Q1 2023451070000950170-23-024237
10-K2023-03-13fiscal FY 2022511310000950170-23-007586
10-Q2022-11-22fiscal Q3 2022451450000950170-22-025606
10-Q2022-08-25fiscal Q2 2022451410000950170-22-017791
10-Q2022-05-26fiscal Q1 2022451060000950170-22-010787
10-K2022-03-16fiscal FY 2021511310000950170-22-003963
10-Q2021-11-23fiscal Q3 2021451450000950170-21-004869
10-Q2021-08-26fiscal Q2 2021451410001564590-21-045937
10-Q2021-05-27fiscal Q1 2021451070001564590-21-030442
10-K2021-03-15fiscal FY 2020521700001564590-21-013162
10-Q2020-11-24fiscal Q3 2020461480001564590-20-055071
10-Q2020-08-27fiscal Q2 2020461440001564590-20-041539
10-Q2020-05-29fiscal Q1 2020461100001564590-20-027631
10-K2020-03-13fiscal FY 2019511670001564590-20-010835
10-Q2019-11-26fiscal Q3 2019451440001564590-19-044551
10-Q2019-08-29fiscal Q2 2019451400001564590-19-033591
10-Q2019-06-03fiscal Q1 2019451060001564590-19-021449
10-K2019-03-20fiscal FY 2018481640001564590-19-008656
10-Q2018-11-28fiscal Q3 2018431330001564590-18-030208
10-Q2018-08-30fiscal Q2 2018431330001564590-18-022506
10-Q2018-05-31fiscal Q1 201839970001564590-18-014843
10-K2018-03-20fiscal FY 2017421400001564590-18-006339
10-Q2017-11-21fiscal Q3 2017371200001564590-17-024185
10-Q2017-08-24fiscal Q2 2017371200001564590-17-018039
10-Q2017-05-25fiscal Q1 201737920001564590-17-011696
10-K2017-03-16fiscal FY 2016421400001564590-17-004636
10-Q2016-11-23fiscal Q3 2016381220001564590-16-029618
10-Q2016-08-25fiscal Q2 2016381220001564590-16-024728
10-Q2016-05-26fiscal Q1 201638940001564590-16-020022
10-K2016-03-15fiscal FY 2015421400001564590-16-014854
10-Q2015-11-24fiscal Q3 2016361170001564590-15-011107
10-Q2015-08-31fiscal Q2 2016361170001564590-15-007643
10-Q2015-06-09fiscal Q1 201536890001193125-15-217992
10-K2015-03-25fiscal FY 2014411200001193125-15-105212
10-Q2014-12-09fiscal Q3 201431960001193125-14-437671
10-Q2014-09-11fiscal Q2 2014361160001193125-14-338971
10-Q2014-06-12fiscal Q1 201436900001193125-14-234869
10-K2014-03-31fiscal FY 2013431270001193125-14-124097
10-Q2013-12-12fiscal Q3 201333980001193125-13-471925

Inspect the source

Entity
BURLINGTON STORES, INC. / CIK 0001579298
Captured
2026-09-20T09:22:22.866Z
SEC response SHA-256
13697120d8c3e60939c54a1c2b76b0605154de40a967f2f0dd06f6a16aabd721

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