Skip to content

BUSINESS FIRST BANCSHARES, INC.: filings

Every BUSINESS FIRST BANCSHARES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-07-31fiscal Q2 202626730001624322-26-000037
10-Q2026-05-01fiscal Q1 202626530001624322-26-000028
10-K2026-02-26fiscal FY 202532810001624322-26-000018
10-Q2025-10-30fiscal Q3 202526730001624322-25-000048
10-Q2025-08-05fiscal Q2 202526730001624322-25-000037
10-Q2025-05-02fiscal Q1 202526530001624322-25-000025
10-K2025-03-07fiscal FY 202431790001624322-25-000011
10-Q2024-10-31fiscal Q3 202426730001624322-24-000021
10-Q2024-07-31fiscal Q2 202426730001624322-24-000011
10-Q2024-05-02fiscal Q1 202427550001628280-24-019869
10-K2024-03-01fiscal FY 202332850001437749-24-006270
10-Q2023-11-02fiscal Q3 202327780001437749-23-029909
10-Q2023-08-03fiscal Q2 202327780001437749-23-021827
10-Q2023-05-04fiscal Q1 202327560001437749-23-012485
10-K2023-03-02fiscal FY 202232850001437749-23-005213
10-Q2022-11-03fiscal Q3 202227820001437749-22-025698
10-Q2022-08-04fiscal Q2 202227760001437749-22-018785
10-Q2022-05-04fiscal Q1 202226540001437749-22-010830
10-K2022-03-01fiscal FY 202131820001437749-22-004801
10-Q2021-11-04fiscal Q3 202127760001437749-21-025284
10-Q2021-08-05fiscal Q2 202127760001437749-21-018641
10-Q2021-05-06fiscal Q1 202127560001437749-21-011094
10-K2021-03-05fiscal FY 202030790001437749-21-005177
10-Q2020-11-06fiscal Q3 202026740001437749-20-022948
10-Q2020-08-07fiscal Q2 202026740001437749-20-017133
10-Q2020-05-08fiscal Q1 202026550001437749-20-010005
10-K2020-03-12fiscal FY 201930790001437749-20-004875
10-Q2019-11-07fiscal Q3 201928770001437749-19-021913
10-Q2019-08-08fiscal Q2 201926730001437749-19-015926
10-Q2019-05-10fiscal Q1 201925530001437749-19-009367
10-K2019-03-22fiscal FY 201830780001437749-19-005503
10-Q2018-11-09fiscal Q3 201827740001437749-18-020179
10-Q2018-08-10fiscal Q2 201827740001437749-18-015161
10-Q2018-05-11fiscal Q1 201826550001437749-18-009603
10-K2018-03-21fiscal FY 201730790001437749-18-005111
10-Q2017-11-09fiscal Q3 201724690001437749-17-018785
10-Q2017-08-09fiscal Q2 201724690001437749-17-014233
10-Q2017-05-12fiscal Q1 201724510001437749-17-008851
10-K2017-03-20fiscal FY 201626670001437749-17-004904
10-Q2016-11-14fiscal Q3 201623650001437749-16-041818
10-Q2016-08-12fiscal Q2 201620600001193125-16-679904
10-Q2016-05-16fiscal Q1 201624520001193125-16-591463
10-K2016-03-21fiscal FY 201530770001193125-16-510912
10-Q2015-11-13fiscal Q3 201521620001193125-15-376552
10-Q2015-08-14fiscal Q2 201519590001193125-15-291174
10-Q/A2015-05-27fiscal Q1 201517380001193125-15-201396

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
BUSINESS FIRST BANCSHARES, INC. / CIK 0001624322
Captured
2026-09-21T17:21:49.185Z
SEC response SHA-256
b2aadb8f9631e67ba996b86190f7ea385304bfb35b59c59dca29a8f3f4df61d5

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