Skip to content

Blue Apron Holdings, Inc.: filings

Every Blue Apron Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 filings, each linked to its SEC index.

Filing record ends 2023-11-09

The latest filing in this captured record is a 10-Q filed 2023-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. Blue Apron Holdings, 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-Q2023-11-09fiscal Q3 2023381160001701114-23-000117
10-Q2023-08-09fiscal Q2 2023401170001701114-23-000101
10-Q2023-05-04fiscal Q1 202342930001701114-23-000050
10-K2023-03-16fiscal FY 2022451190001701114-23-000020
10-Q2022-11-07fiscal Q3 2022411190001558370-22-016507
10-Q2022-08-08fiscal Q2 2022411150001558370-22-012505
10-Q2022-05-09fiscal Q1 202239840001558370-22-007711
10-K2022-02-25fiscal FY 2021421100001558370-22-002191
10-Q2021-11-09fiscal Q3 2021411180001558370-21-015152
10-Q2021-08-03fiscal Q2 2021421150001558370-21-009997
10-Q2021-05-06fiscal Q1 202139840001558370-21-006046
10-K2021-02-23fiscal FY 2020421100001558370-21-001484
10-Q2020-10-29fiscal Q3 2020421180001558370-20-011964
10-Q2020-07-29fiscal Q2 2020401180001558370-20-008557
10-Q2020-04-29fiscal Q1 202039840001558370-20-004538
10-K2020-02-18fiscal FY 2019411060001558370-20-000920
10-Q2019-10-31fiscal Q3 2019391120001558370-19-009515
10-Q2019-08-06fiscal Q2 2019391080001558370-19-007284
10-Q2019-04-30fiscal Q1 201937780001558370-19-003649
10-K2019-02-25fiscal FY 201838990001558370-19-001009
10-Q2018-11-14fiscal Q3 2018391040001558370-18-009361
10-Q2018-08-02fiscal Q2 2018391040001558370-18-006254
10-Q2018-05-03fiscal Q1 201837760001558370-18-003914
10-K2018-02-22fiscal FY 2017391010001558370-18-000955
10-Q2017-11-03fiscal Q3 2017391060001558370-17-008075
10-Q2017-08-10fiscal Q2 2017431120001558370-17-006522

Inspect the source

Entity
Blue Apron Holdings, Inc. / CIK 0001701114
Captured
SEC response SHA-256
001bb56eeef5c5fd81d21968a88dadbf759f36022c830bc9d06d50dd5928f872

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