Skip to content

Ollie's Bargain Outlet Holdings, Inc.: filings

Every Ollie's Bargain Outlet Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-02fiscal Q2 2026481430001104659-26-104755
10-Q2026-06-03fiscal Q1 2026481190001140361-26-023882
10-K2026-03-19fiscal FY 2025511320001140361-26-010409
10-Q2025-12-09fiscal Q3 2025481430001140361-25-045024
10-Q2025-09-03fiscal Q2 2025481430001140361-25-033812
10-Q2025-06-03fiscal Q1 2025481190001140361-25-021300
10-K2025-03-26fiscal FY 2025511320001140361-25-010442
10-Q2024-12-10fiscal Q3 2024481430001140361-24-048926
10-Q2024-08-29fiscal Q2 2024481430001140361-24-039300
10-Q2024-06-05fiscal Q1 2024481190001140361-24-029017
10-K2024-03-27fiscal FY 2024521340001140361-24-015681
10-Q2023-12-06fiscal Q3 2023491460001140361-23-056505
10-Q2023-08-31fiscal Q2 2023491460001140361-23-042063
10-Q2023-06-07fiscal Q1 2023491220001140361-23-028795
10-K2023-03-24fiscal FY 2022521340001140361-23-013669
10-Q2022-12-07fiscal Q3 2022491460001140361-22-044735
10-Q2022-09-01fiscal Q2 2022491460001140361-22-031989
10-Q2022-06-08fiscal Q1 2022491220001140361-22-022350
10-K2022-03-25fiscal FY 2021521740001140361-22-011225
10-Q2021-12-07fiscal Q3 2021491460001140361-21-040668
10-Q2021-08-31fiscal Q2 2021491460001140361-21-029880
10-Q2021-06-03fiscal Q1 2021491220001140361-21-019704
10-K2021-03-24fiscal FY 2020531760001140361-21-009817
10-Q2020-12-08fiscal Q3 2020491460001140361-20-027686
10-Q2020-09-01fiscal Q2 2020481440001140361-20-019549
10-Q2020-06-03fiscal Q1 2020481200001140361-20-012985
10-K2020-03-25fiscal FY 2019531790001140361-20-006788
10-Q2019-12-12fiscal Q3 2019501470001140361-19-022407
10-Q2019-09-06fiscal Q2 2019481420001140361-19-016225
10-Q2019-06-10fiscal Q1 2019481180001140361-19-010760
10-K2019-03-29fiscal FY 2018461610001140361-19-006044
10-Q2018-12-07fiscal Q3 2018441320001140361-18-044734
10-Q2018-09-07fiscal Q2 2018441320001140361-18-038028
10-Q2018-06-07fiscal Q1 2018441100001140361-18-027708
10-K2018-04-04fiscal FY 2017441500001140361-18-017136
10-Q2017-12-07fiscal Q3 2017421250001140361-17-045337
10-Q2017-09-01fiscal Q2 2017421250001140361-17-034091
10-Q2017-06-02fiscal Q1 201739990001140361-17-023471
10-K2017-03-29fiscal FY 2016431450001567619-17-000543
10-Q2016-12-09fiscal Q3 2016391200001140361-16-089268
10-Q2016-09-01fiscal Q2 2016391200001140361-16-078514
10-Q2016-06-02fiscal Q1 201638960001193125-16-611174
10-K2016-04-11fiscal FY 2015431420001193125-16-536766
10-Q2015-12-10fiscal Q3 2015391170001193125-15-399631
10-Q2015-09-11fiscal Q2 2015401200001193125-15-318078

Inspect the source

Entity
Ollie's Bargain Outlet Holdings, Inc. / CIK 0001639300
Captured
2026-09-19T11:19:56.003Z
SEC response SHA-256
d072f7d4b6d3b134aaf3157dfcbf7b947677155341d5816d63080bb051c6facf

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