Skip to content

BEYOND MEAT, INC.: filings

Every BEYOND MEAT, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-08-06fiscal Q2 2026481430001655210-26-000055
10-Q2026-05-07fiscal Q1 202648990001655210-26-000037
10-K2026-04-09fiscal FY 2025521380001655210-26-000022
10-Q2025-11-12fiscal Q3 2025491470001655210-25-000210
10-Q2025-08-08fiscal Q2 2025491430001655210-25-000159
10-Q2025-05-08fiscal Q1 2025491010001655210-25-000094
10-K2025-03-05fiscal FY 2024521380001655210-25-000034
10-Q2024-11-07fiscal Q3 2024481450001655210-24-000263
10-Q2024-08-08fiscal Q2 2024481410001655210-24-000210
10-Q2024-05-09fiscal Q1 2024491010001655210-24-000117
10-K2024-03-01fiscal FY 2023511350001655210-24-000025
10-Q2023-11-09fiscal Q3 2023481430001655210-23-000257
10-Q2023-08-09fiscal Q2 2023481390001655210-23-000197
10-Q2023-05-10fiscal Q1 202348990001655210-23-000092
10-K2023-03-01fiscal FY 2022501330001655210-23-000017
10-Q2022-11-10fiscal Q3 2022471410001655210-22-000227
10-Q2022-08-11fiscal Q2 2022471370001655210-22-000163
10-Q2022-05-12fiscal Q1 202248990001655210-22-000084
10-K2022-03-02fiscal FY 2021521390001655210-22-000019
10-Q2021-11-12fiscal Q3 2021481430001655210-21-000225
10-Q2021-08-12fiscal Q2 2021481390001655210-21-000181
10-Q2021-05-13fiscal Q1 202148990001655210-21-000081
10-K2021-03-01fiscal FY 2020552480001655210-21-000032
10-Q2020-11-09fiscal Q3 2020531510001655210-20-000234
10-Q2020-08-11fiscal Q2 2020501370001655210-20-000184
10-Q2020-05-12fiscal Q1 202049970001655210-20-000103
10-K2020-03-19fiscal FY 2019502420001628280-20-003841
10-Q2019-11-12fiscal Q3 2019491460001655210-19-000131
10-Q2019-07-29fiscal Q2 2019431220001655210-19-000066
10-Q2019-06-12fiscal Q1 201942880001655210-19-000053

Inspect the source

Entity
BEYOND MEAT, INC. / CIK 0001655210
Captured
2026-09-21T17:23:45.314Z
SEC response SHA-256
27dd177b3d08dbfc5f42f37cabf7751227abc43b8e4a344294c49b3146d836cb

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