Skip to content

Sprouts Farmers Market, Inc.: filings

Every Sprouts Farmers Market, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-07-29fiscal Q2 2026421100001575515-26-000037
10-Q2026-04-29fiscal Q1 202642860001575515-26-000022
10-K2026-02-19fiscal FY 2025461190001575515-26-000008
10-Q2025-10-29fiscal Q3 2025421100001575515-25-000237
10-Q2025-07-30fiscal Q2 2025421100001575515-25-000222
10-Q2025-04-30fiscal Q1 202542860001575515-25-000178
10-K2025-02-20fiscal FY 2024471220001575515-25-000011
10-Q2024-10-30fiscal Q3 2024431120001575515-24-000172
10-Q2024-07-29fiscal Q2 2024431120001575515-24-000121
10-Q2024-05-01fiscal Q1 202443880001575515-24-000095
10-K2024-02-22fiscal FY 2023521320000950170-24-018768
10-Q2023-10-31fiscal Q3 2023451180000950170-23-056562
10-Q2023-08-01fiscal Q2 2023451180000950170-23-036475
10-Q2023-05-01fiscal Q1 202345920000950170-23-016253
10-K2023-03-02fiscal FY 2022531340000950170-23-005723
10-Q2022-11-08fiscal Q3 2022461200000950170-22-023215
10-Q2022-08-03fiscal Q2 2022461200000950170-22-014247
10-Q2022-05-04fiscal Q1 202246940000950170-22-007411
10-K2022-02-24fiscal FY 2021521310000950170-22-001976
10-Q2021-11-04fiscal Q3 2021461190000950170-21-003077
10-Q2021-08-05fiscal Q2 2021461190000950170-21-000949
10-Q2021-05-06fiscal Q1 202146930001564590-21-024974
10-K2021-02-25fiscal FY 2020521780001564590-21-008832
10-Q2020-10-28fiscal Q3 2020461190001564590-20-048383
10-Q2020-07-29fiscal Q2 2020461190001564590-20-034285
10-Q2020-05-05fiscal Q1 202045910001564590-20-021260
10-K2020-02-20fiscal FY 2019491700001564590-20-005552
10-Q2019-10-31fiscal Q3 2019471180001564590-19-038972
10-Q2019-08-01fiscal Q2 2019451150001564590-19-027716
10-Q2019-05-02fiscal Q1 201944860001564590-19-015058
10-K2019-02-21fiscal FY 2018481260001564590-19-003562
10-Q2018-11-01fiscal Q3 2018421140001564590-18-026023
10-Q2018-08-02fiscal Q2 2018401110001564590-18-018707
10-Q2018-05-03fiscal Q1 201836770001564590-18-010515
10-K2018-02-22fiscal FY 2017411050001564590-18-002782
10-Q2017-11-02fiscal Q3 201736980001564590-17-020998
10-Q2017-08-03fiscal Q2 201736980001564590-17-015136
10-Q2017-05-04fiscal Q1 201736760001564590-17-008590
10-K2017-02-23fiscal FY 2016411050001564590-17-002108
10-Q2016-11-03fiscal Q3 201636970001564590-16-027193
10-Q2016-08-04fiscal Q2 201636980001564590-16-022522
10-Q2016-05-05fiscal Q1 201636750001564590-16-017821
10-K2016-02-25fiscal FY 2015421060001564590-16-013299
10-Q2015-11-05fiscal Q3 201535960001564590-15-009519
10-Q2015-08-06fiscal Q2 201535960001193125-15-281086
10-Q2015-05-07fiscal Q1 201535740001193125-15-177151
10-K2015-02-26fiscal FY 2014411050001193125-15-065978
10-Q2014-11-06fiscal Q3 201437990001193125-14-401112
10-Q2014-08-07fiscal Q2 201436980001193125-14-300800
10-Q2014-05-07fiscal Q1 201436760001193125-14-187573
10-K2014-02-27fiscal FY 2013451170001193125-14-073116
10-Q2013-11-07fiscal Q3 2013411080001193125-13-432854
10-Q2013-08-23fiscal Q2 2013411080001193125-13-344380

Inspect the source

Entity
Sprouts Farmers Market, Inc. / CIK 0001575515
Captured
2026-09-20T09:21:47.546Z
SEC response SHA-256
ef844c036476dfe828b6cb8d4740f9efb6d24705add823d84ca5f26553101789

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