Skip to content

SUPERVALU INC: filings

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

Filing record ends 2018-10-15

The latest filing in this captured record is a 10-Q filed 2018-10-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. SUPERVALU 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-Q2018-10-15fiscal Q2 2019421170000095521-18-000135
10-Q2018-07-26fiscal Q1 201940830000095521-18-000104
10-K2018-04-24fiscal FY 2017451190000095521-18-000026
10-Q2018-01-10fiscal Q3 2017381050000095521-18-000004
10-Q2017-10-18fiscal Q2 201732830000095521-17-000121
10-Q2017-07-25fiscal Q1 201837790000095521-17-000095
10-K2017-04-25fiscal FY 2016441190000095521-17-000025
10-Q2017-01-11fiscal Q3 2016381050000095521-17-000007
10-Q2016-10-19fiscal Q2 2016381060000095521-16-000309
10-Q2016-07-27fiscal Q1 201738820000095521-16-000277
10-K2016-04-26fiscal FY 2015441200000095521-16-000192
10-Q2016-01-13fiscal Q3 2015381040000095521-16-000153
10-Q2015-10-21fiscal Q2 2015381040000095521-15-000128
10-Q2015-07-28fiscal Q2 201538800000095521-15-000097
10-K2015-04-28fiscal FY 2014451220000095521-15-000041
10-Q2015-01-07fiscal Q3 2015381040000095521-15-000008
10-Q2014-10-16fiscal Q2 2014381040001193125-14-373624
10-Q2014-07-24fiscal Q1 201438780001193125-14-278681
10-K2014-04-23fiscal FY 2013451520001193125-14-154989
10-Q2014-01-09fiscal Q3 201336960001193125-14-006721
10-Q2013-10-17fiscal Q2 201335950001193125-13-402669
10-Q2013-07-24fiscal Q1 201333660001193125-13-299108
10-K2013-04-24fiscal FY 2012421100001193125-13-170724
10-Q2013-01-10fiscal Q3 201232880001193125-13-009544
10-Q2012-10-19fiscal Q2 201231840001193125-12-427631
10-Q2012-07-23fiscal Q2 201230620001193125-12-309279
10-K2012-04-19fiscal FY 2011431160001193125-12-168910
10-Q2012-01-12fiscal Q3 201131840001193125-12-009623
10-Q2011-10-20fiscal Q2 201131840000950123-11-090775
10-Q2011-07-28fiscal Q2 201131640000950123-11-069058
10-K2011-04-21fiscal FY 201036970000950123-11-037681
10-Q2011-01-13fiscal Q3 201029780000950123-11-002407
10-Q2010-10-20fiscal Q2 201029780000950123-10-094629
10-Q2010-07-28fiscal Q2 201029600000950123-10-069089
10-K2010-04-26fiscal FY 200936970000950123-10-037777
10-Q2010-01-14fiscal Q3 200930800000950123-10-002359
10-Q2009-10-21fiscal Q2 200930800000950123-09-051954
10-Q2009-07-29fiscal Q2 200929600000950123-09-026905

Inspect the source

Entity
SUPERVALU INC / CIK 0000095521
Captured
SEC response SHA-256
6531fd0775756bb004b2d1c2be30e21eee2610fdbe969103b213e14a81df438a

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