Skip to content

BARNES & NOBLE INC: filings

Every BARNES & NOBLE INC annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2019-06-19

The latest filing in this captured record is a 10-K filed 2019-06-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. BARNES & NOBLE INC may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2019-06-19fiscal FY 2019471470001193125-19-176078
10-Q2019-03-07fiscal Q3 2019421300001193125-19-066463
10-Q2018-11-20fiscal Q2 2018411270001193125-18-330894
10-Q2018-09-06fiscal Q1 201841990001193125-18-267736
10-K2018-06-21fiscal FY 2018411220001193125-18-198716
10-Q2018-03-01fiscal Q3 2018371160001193125-18-065531
10-Q2017-11-30fiscal Q2 2018361150001193125-17-356426
10-Q2017-09-07fiscal Q1 201836890001193125-17-278615
10-K2017-06-22fiscal FY 2017411220001193125-17-209897
10-Q2017-03-02fiscal Q3 2017361160001193125-17-066697
10-Q2016-11-22fiscal Q2 2017361150001193125-16-774471
10-Q2016-09-08fiscal Q1 201736880001193125-16-704246
10-K2016-06-23fiscal FY 2016411210001193125-16-630221
10-Q2016-03-04fiscal Q3 2016371140001193125-16-493362
10-Q2015-12-04fiscal Q2 2016361150001193125-15-395359
10-Q2015-09-10fiscal Q1 201637920001193125-15-317385
10-K2015-06-26fiscal FY 2015421420001193125-15-237080
10-Q2015-03-10fiscal Q3 2015381200001193125-15-085551
10-Q2014-12-09fiscal Q2 2015381190001193125-14-437369
10-Q2014-09-09fiscal Q1 201538930001193125-14-336695
10-K2014-06-27fiscal FY 2014411390001193125-14-253539
10-Q2014-03-05fiscal Q3 2014431260001193125-14-084451
10-Q2013-12-05fiscal Q2 2014431260001193125-13-463521
10-Q2013-09-05fiscal Q1 2014431040001193125-13-358093
10-K2013-07-29fiscal FY 2013463050001193125-13-305833
10-Q2013-03-07fiscal Q3 2013421240001193125-13-095185
10-Q2012-12-06fiscal Q2 2013431290001193125-12-493181
10-Q2012-08-31fiscal Q1 2013421030001193125-12-377074
10-K2012-06-27fiscal FY 2012461520001193125-12-285399
10-Q2012-03-08fiscal Q3 2012411230001193125-12-103037
10-Q2011-12-08fiscal Q2 2012411230001193125-11-334796
10-Q2011-09-08fiscal Q1 2012421040001193125-11-243190
10-K2011-06-29fiscal FY 2011391220001193125-11-176910
10-Q2011-03-10fiscal Q3 2011371110001193125-11-062436
10-Q2010-12-09fiscal Q2 2011371120001193125-10-277471
10-Q2010-09-09fiscal Q1 201137930001193125-10-207425

Inspect the source

Entity
BARNES & NOBLE INC / CIK 0000890491
Captured
SEC response SHA-256
3b199dd800e36595eff0670c6a69fd3e19dc55af7b6162f55b81873bcae7df0d

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