Skip to content

Fresh Market, Inc.: filings

Every Fresh Market, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 filings, each linked to its SEC index.

Filing record ends 2016-03-23

The latest filing in this captured record is a 10-K filed 2016-03-23. No later filing is in the SEC companyfacts record captured on 2026-09-22. Fresh Market, 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-K2016-03-23fiscal FY 2015391290001489979-16-000058
10-Q2015-12-01fiscal Q3 2016381020001489979-15-000053
10-Q2015-08-27fiscal Q2 201636960001489979-15-000045
10-Q2015-05-28fiscal Q1 201636760001489979-15-000028
10-K2015-03-23fiscal FY 2014371220001489979-15-000018
10-Q2014-12-04fiscal Q3 2015391230001489979-14-000048
10-Q2014-09-04fiscal Q2 201537980001489979-14-000037
10-Q2014-06-04fiscal Q1 201537780001489979-14-000023
10-K2014-03-21fiscal FY 2013381260001489979-14-000008
10-Q2013-11-26fiscal Q3 201337980001489979-13-000041
10-Q2013-09-06fiscal Q2 201337980001489979-13-000035
10-Q2013-06-06fiscal Q1 201337780001489979-13-000022
10-K2013-03-27fiscal FY 2012381590001489979-13-000011
10-Q2012-12-06fiscal Q3 201237980001489979-12-000012
10-Q2012-09-06fiscal Q2 201237980001489979-12-000006
10-Q/A2012-06-13fiscal Q1 201237790001144204-12-034685
10-Q2012-06-07fiscal Q1 201237790001144204-12-033812
10-K/A2012-06-07fiscal FY 2011401790001144204-12-033789
10-K2012-03-29fiscal FY 2011391420001144204-12-017856
10-Q2011-12-08fiscal Q3 201138980001193125-11-334120
10-Q2011-09-12fiscal Q2 201138980001193125-11-245675

Inspect the source

Entity
Fresh Market, Inc. / CIK 0001489979
Captured
SEC response SHA-256
af3e5f2a7d084b9cfbffc342c624718b7d5bdfe8833618a6b1a6ff738e1b40cf

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