Skip to content

HBT Financial, Inc.: filings

Every HBT Financial, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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 202628800000775215-26-000069
10-Q2026-05-06fiscal Q1 202628600000775215-26-000055
10-K2026-03-06fiscal FY 202532880000775215-26-000025
10-Q2025-10-31fiscal Q3 202528800000775215-25-000056
10-Q2025-08-01fiscal Q2 202528800000775215-25-000033
10-Q2025-05-02fiscal Q1 202528600000775215-25-000020
10-K2025-03-07fiscal FY 202433910001628280-25-011264
10-Q2024-10-30fiscal Q3 202430860001628280-24-044316
10-Q2024-08-01fiscal Q2 202431900001628280-24-034168
10-Q2024-05-01fiscal Q1 202431660001628280-24-019634
10-K2024-03-06fiscal FY 202334940001628280-24-009388
10-Q2023-11-03fiscal Q3 202331900001628280-23-036704
10-Q2023-08-02fiscal Q2 202331900001558370-23-012901
10-Q2023-05-03fiscal Q1 202330640001558370-23-007825
10-K2023-03-08fiscal FY 202234940001558370-23-003139
10-Q2022-11-08fiscal Q3 202231900001558370-22-016852
10-Q2022-08-03fiscal Q2 202231900001558370-22-011861
10-Q2022-05-06fiscal Q1 202230640001558370-22-007620
10-K2022-03-11fiscal FY 202135930001558370-22-003421
10-Q2021-11-05fiscal Q3 202131890001558370-21-014837
10-Q2021-08-06fiscal Q2 202130850001558370-21-010816
10-Q2021-05-07fiscal Q1 202130620001558370-21-006498
10-K2021-03-12fiscal FY 202034860001558370-21-002913
10-Q2020-11-06fiscal Q3 202029820001558370-20-013153
10-Q2020-08-07fiscal Q2 202029820001558370-20-009935
10-Q2020-05-12fiscal Q1 202029600001558370-20-006420
10-K2020-03-27fiscal FY 201929740001558370-20-003253
10-Q2019-11-20fiscal Q3 201924670001558370-19-011150

Inspect the source

Entity
HBT Financial, Inc. / CIK 0000775215
Captured
2026-09-19T15:03:23.817Z
SEC response SHA-256
8788545253622ce2cec863c16e6877ce8817017cee5bce8e027fdd38c8b70123

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