Skip to content

HAMILTON BEACH BRANDS HOLDING COMPANY: filings

Every HAMILTON BEACH BRANDS HOLDING COMPANY annual and quarterly report in the SEC record with the published financial measures it tagged, 37 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-05fiscal Q2 2026401290001709164-26-000160
10-Q2026-05-06fiscal Q1 202640990001709164-26-000067
10-K2026-02-25fiscal FY 2025551440001709164-26-000037
10-Q/A2026-02-25fiscal Q1 2025421040001709164-26-000035
10-Q2025-11-05fiscal Q3 2025421400001709164-25-000065
10-Q2025-07-30fiscal Q2 2025421360001709164-25-000037
10-K2025-02-26fiscal FY 2024531410001709164-25-000008
10-Q2024-10-30fiscal Q3 2024421410001709164-24-000041
10-Q2024-07-31fiscal Q2 2024421370001709164-24-000034
10-Q2024-05-07fiscal Q1 2024421030001709164-24-000021
10-K2024-03-06fiscal FY 2023531410001709164-24-000011
10-Q2023-11-01fiscal Q3 2023431430001709164-23-000045
10-Q2023-08-02fiscal Q2 2023431390001709164-23-000035
10-Q2023-05-03fiscal Q1 2023421030001709164-23-000023
10-K2023-03-09fiscal FY 2022481270001709164-23-000015
10-Q2022-11-02fiscal Q3 2022431430001709164-22-000051
10-Q2022-08-03fiscal Q2 2022431390001709164-22-000037
10-Q2022-05-04fiscal Q1 2022421030001709164-22-000019
10-K2022-03-09fiscal FY 2021441170001709164-22-000009
10-Q2021-11-03fiscal Q3 2021381310001709164-21-000049
10-Q2021-08-04fiscal Q2 2021381270001709164-21-000039
10-Q2021-05-05fiscal Q1 202138930001709164-21-000025
10-K2021-03-22fiscal FY 2020441550001709164-21-000015
10-Q2020-11-09fiscal Q3 2020371250001709164-20-000049
10-Q2020-08-05fiscal Q2 2020371210001709164-20-000041
10-Q2020-07-24fiscal Q1 202036890001709164-20-000033
10-K/A2020-07-24fiscal FY 2019443780001709164-20-000032
10-K2020-02-26fiscal FY 2019431460001709164-20-000007
10-Q2019-11-07fiscal Q3 2019411350001709164-19-000044
10-Q2019-07-31fiscal Q2 2019391230001709164-19-000030
10-Q2019-04-25fiscal Q1 201938950001709164-19-000015
10-K2019-03-06fiscal FY 2018461670001709164-19-000004
10-Q2018-10-30fiscal Q3 2018401280001709164-18-000049
10-Q2018-08-01fiscal Q2 2018401250001709164-18-000036
10-Q2018-05-02fiscal Q1 201840980001709164-18-000021
10-K2018-03-07fiscal FY 2017471720001709164-18-000011
10-Q2017-11-01fiscal Q3 2017391230001709164-17-000009

Inspect the source

Entity
HAMILTON BEACH BRANDS HOLDING COMPANY / CIK 0001709164
Captured
2026-09-21T17:26:35.965Z
SEC response SHA-256
b977e7960bb09f13ba6f52d4f470159a9296fac838750aabca9910b65ee95900

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