Skip to content

BuzzFeed, Inc.: filings

Every BuzzFeed, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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 2026521470001828972-26-000138
10-Q2026-05-11fiscal Q1 2026531100001828972-26-000056
10-K2026-03-16fiscal FY 2025551450001828972-26-000030
10-Q2025-11-06fiscal Q3 2025541510001828972-25-000240
10-Q2025-08-07fiscal Q2 2025541490001828972-25-000195
10-Q2025-05-08fiscal Q1 2025531100001828972-25-000121
10-K2025-03-14fiscal FY 2024561450001828972-25-000073
10-Q2024-11-12fiscal Q3 2024531490001828972-24-000222
10-Q2024-08-13fiscal Q2 2024531470001828972-24-000181
10-Q2024-05-14fiscal Q1 2024531100001828972-24-000113
10-K2024-03-29fiscal FY 2023571480001828972-24-000057
10-Q2023-11-03fiscal Q3 2023531480001828972-23-000191
10-Q2023-08-09fiscal Q2 2023541470001828972-23-000141
10-Q2023-05-10fiscal Q1 2023531090001828972-23-000084
10-K2023-03-16fiscal FY 2022561450001828972-23-000029
10-Q2022-11-14fiscal Q3 2022521410001410578-22-003403
10-Q2022-08-09fiscal Q2 2022521410001410578-22-002181
10-Q2022-05-16fiscal Q1 2022521050001410578-22-001690
10-K2022-03-30fiscal FY 2021541380001104659-22-040234
10-Q2021-11-15fiscal Q3 202118350001410578-21-000303
10-Q2021-08-16fiscal Q2 202118330001104659-21-105793
10-Q2021-06-07fiscal Q1 202117330001104659-21-077636

Inspect the source

Entity
BuzzFeed, Inc. / CIK 0001828972
Captured
2026-09-21T17:30:05.525Z
SEC response SHA-256
40fb961f6888090fb61cff31e9eb2072800806f7fdbb226d989c644bce55dabf

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