Skip to content

BurgerFi International, Inc.: filings

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

Filing record ends 2024-05-16

The latest filing in this captured record is a 10-Q filed 2024-05-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. BurgerFi International, 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-Q2024-05-16fiscal Q1 202447950001723580-24-000025
10-K2024-04-10fiscal FY 2023511030001723580-24-000009
10-Q2023-11-15fiscal Q3 2023471310001723580-23-000023
10-Q2023-08-17fiscal Q2 2023471300001723580-23-000017
10-Q2023-05-17fiscal Q1 202346930001723580-23-000012
10-K2023-04-03fiscal FY 2022501000001723580-23-000008
10-Q2022-11-16fiscal Q3 2022441210001723580-22-000052
10-Q2022-08-12fiscal Q2 2022431170001723580-22-000036
10-Q2022-05-16fiscal Q1 202244860001723580-22-000025
10-K2022-04-14fiscal FY 2021501180001723580-22-000013
10-Q2021-11-12fiscal Q3 2021441050001564590-21-056498
10-Q2021-08-12fiscal Q2 2021441050001564590-21-044020
10-Q2021-05-19fiscal Q1 202141770001193125-21-166710
10-K2021-04-29fiscal FY 202044960001564590-21-021480
10-Q2020-11-13fiscal Q3 202019620001213900-20-036672
10-Q2020-08-12fiscal Q2 202019560001213900-20-021640
10-Q2020-05-15fiscal Q1 202020420001213900-20-012701
10-K2020-03-30fiscal FY 201920400001213900-20-008071
10-Q2019-11-19fiscal Q3 201920620001213900-19-024114
10-Q2019-08-14fiscal Q2 201917520001213900-19-015801
10-Q2019-05-15fiscal Q1 201918350001615774-19-007921
10-K2019-04-01fiscal FY 201817290001615774-19-005171
10-Q2018-11-08fiscal Q3 201816320001615774-18-012323
10-Q2018-08-14fiscal Q2 201816280001615774-18-007945
10-Q2018-05-15fiscal Q1 201816220001615774-18-003848

Inspect the source

Entity
BurgerFi International, Inc. / CIK 0001723580
Captured
SEC response SHA-256
b7084a01bfc3049334df1096a12516026e45ba1e33e2e3024794080bf31e6bb9

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