Skip to content

BARNES & NOBLE EDUCATION, INC.: filings

Every BARNES & NOBLE EDUCATION, 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-08fiscal Q1 202743880001634117-26-000093
10-K2026-07-09fiscal FY 2026541090001634117-26-000070
10-Q2026-03-10fiscal Q3 2026451290001634117-26-000018
10-Q2026-01-20fiscal Q2 2026451250001634117-26-000009
10-Q2026-01-20fiscal Q1 202644910001634117-26-000007
10-K2025-12-23fiscal FY 2025554100001634117-25-000038
10-Q2025-03-10fiscal Q3 2025441450001634117-25-000004
10-Q2024-12-09fiscal Q2 2025431380001634117-24-000130
10-Q2024-09-10fiscal Q1 2025441090001634117-24-000078
10-K2024-07-01fiscal FY 2024511580001634117-24-000048
10-Q2024-03-12fiscal Q3 2024421370001634117-24-000011
10-Q2023-12-07fiscal Q2 2024421330001634117-23-000076
10-Q2023-09-06fiscal Q1 2024401010001634117-23-000047
10-K2023-07-31fiscal FY 2023511860001634117-23-000032
10-Q2023-03-09fiscal Q3 2023421380001634117-23-000010
10-Q2022-12-06fiscal Q2 2023421340001634117-22-000146
10-Q2022-08-31fiscal Q1 2023421060001634117-22-000087
10-K2022-06-29fiscal FY 2022521560001634117-22-000070
10-Q2022-03-08fiscal Q3 2022421330001634117-22-000020
10-Q2021-11-30fiscal Q2 2022411300001634117-21-000123
10-Q2021-09-02fiscal Q1 2022401000001634117-21-000054
10-K2021-06-30fiscal FY 2021501270001634117-21-000041
10-Q2021-03-09fiscal Q3 2021421360001634117-21-000015
10-Q2020-12-08fiscal Q2 2021411290001634117-20-000154
10-Q2020-09-03fiscal Q1 2021411020001634117-20-000073
10-K2020-07-14fiscal FY 2020491660001634117-20-000041
10-Q2020-03-03fiscal Q3 2020411370001634117-20-000010
10-Q2019-12-04fiscal Q2 2020411250001634117-19-000126
10-Q2019-08-27fiscal Q1 2020401010001634117-19-000060
10-K2019-06-25fiscal FY 2019421480001634117-19-000047
10-Q2019-03-05fiscal Q3 2019351120001634117-19-000007
10-Q2018-12-04fiscal Q2 2019351130001634117-18-000111
10-Q2018-08-22fiscal Q1 201934880001634117-18-000035
10-K2018-06-20fiscal FY 2018391330001634117-18-000014
10-Q2018-03-01fiscal Q3 2018321030001634117-18-000008
10-Q2017-12-05fiscal Q2 201831990001634117-17-000183
10-Q2017-08-30fiscal Q1 201830780001634117-17-000110
10-K2017-07-12fiscal FY 2017381320001634117-17-000075
10-Q2017-02-28fiscal Q3 2017311030001634117-17-000026
10-Q2016-12-06fiscal Q2 2017311020001634117-16-000144
10-Q2016-09-08fiscal Q1 201732840001634117-16-000088
10-K2016-06-29fiscal FY 2016401420001634117-16-000082
10-Q2016-03-09fiscal Q3 2016331120001634117-16-000038
10-Q2015-12-09fiscal Q2 2016331110001634117-15-000011
10-Q2015-09-10fiscal Q1 201630760001193125-15-317255

Inspect the source

Entity
BARNES & NOBLE EDUCATION, INC. / CIK 0001634117
Captured
2026-09-21T17:22:28.373Z
SEC response SHA-256
ba6764f52dd90f26e632943b00093d273e6e04d7e382885a7000636a2548b50a

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