Skip to content

BIGLARI HOLDINGS INC.: filings

Every BIGLARI HOLDINGS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-07fiscal Q2 2026391060001628280-26-054841
10-Q2026-05-08fiscal Q1 202640840001628280-26-032880
10-K2026-03-02fiscal FY 2025451130001628280-26-012987
10-Q2025-11-07fiscal Q3 2025381080001628280-25-050620
10-Q2025-08-08fiscal Q2 2025381040001628280-25-039267
10-Q2025-05-09fiscal Q1 202540840001726173-25-000031
10-K2025-03-03fiscal FY 2024441120001726173-25-000003
10-Q2024-11-08fiscal Q3 2024391100001726173-24-000041
10-Q2024-08-09fiscal Q2 2024391060001726173-24-000035
10-Q2024-05-10fiscal Q1 202438800001726173-24-000027
10-K2024-02-26fiscal FY 2023431100001726173-24-000004
10-Q2023-11-03fiscal Q3 2023411140001726173-23-000044
10-Q2023-08-04fiscal Q2 2023411100001726173-23-000036
10-Q2023-05-05fiscal Q1 202341860001726173-23-000030
10-K2023-02-27fiscal FY 2022431100001726173-23-000009
10-Q2022-11-04fiscal Q3 2022411140001726173-22-000033
10-Q2022-08-05fiscal Q2 2022401060001726173-22-000025
10-Q2022-05-06fiscal Q1 202240840001726173-22-000017
10-K2022-02-28fiscal FY 2021411060001726173-22-000004
10-Q2021-11-05fiscal Q3 2021391080001726173-21-000033
10-Q2021-08-06fiscal Q2 2021381030001726173-21-000026
10-Q2021-05-07fiscal Q1 202139830001726173-21-000012
10-K2021-03-01fiscal FY 2020431400001628280-21-003517
10-Q2020-11-09fiscal Q3 2020391100001193805-20-001399
10-Q2020-08-10fiscal Q2 2020381040001193805-20-000980
10-Q2020-05-08fiscal Q1 202038810000921895-20-001318
10-Q2019-11-01fiscal Q3 2019401200000921895-19-002654
10-Q2019-08-02fiscal Q2 2019401160000921895-19-002092
10-Q2019-05-03fiscal Q1 201940860000921895-19-001263
10-Q2018-11-02fiscal Q3 2018411120000921895-18-002914
10-Q2018-08-03fiscal Q2 2018411120000921895-18-002184
10-Q2018-05-04fiscal Q1 201838820000921895-18-001572

2 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
BIGLARI HOLDINGS INC. / CIK 0001726173
Captured
2026-09-21T17:25:16.580Z
SEC response SHA-256
d0d271026d817f6ef6daf367c7114ef9951554f8c358ba4610de6590aedef9e1

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