Skip to content

EQUITY BANCSHARES, INC.: filings

Every EQUITY BANCSHARES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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 202633930001193125-26-340292
10-Q2026-05-08fiscal Q1 202633670001193125-26-214751
10-K/A2026-03-10fiscal FY 2025371000001193125-26-100184
10-K2026-03-06fiscal FY 2025371000001193125-26-096665
10-Q2025-11-03fiscal Q3 202533920001193125-25-262699
10-Q2025-08-08fiscal Q2 202533920001193125-25-177050
10-Q2025-05-09fiscal Q1 202533660000950170-25-068091
10-K2025-03-07fiscal FY 202437980000950170-25-035585
10-Q2024-11-08fiscal Q3 202432910000950170-24-124190
10-Q2024-08-09fiscal Q2 202432910000950170-24-094841
10-Q2024-05-09fiscal Q1 202432660000950170-24-057178
10-K2024-03-07fiscal FY 202335940000950170-24-028081
10-Q2023-11-09fiscal Q3 202331860000950170-23-062178
10-Q2023-08-09fiscal Q2 202331860000950170-23-040695
10-Q2023-05-04fiscal Q1 202331620000950170-23-017950
10-K2023-03-09fiscal FY 202235940000950170-23-007069
10-Q2022-11-08fiscal Q3 202231870000950170-22-023291
10-Q2022-08-08fiscal Q2 202231870001564590-22-028469
10-Q2022-05-05fiscal Q1 202231620001564590-22-018285
10-K2022-03-09fiscal FY 202135940001564590-22-009338
10-Q2021-11-08fiscal Q3 202131870001564590-21-055293
10-Q2021-08-05fiscal Q2 202131870001564590-21-041668
10-Q2021-05-06fiscal Q1 202130610001564590-21-025093
10-K2021-03-09fiscal FY 202035920001564590-21-011800
10-Q2020-10-29fiscal Q3 202031870001564590-20-048927
10-Q2020-07-30fiscal Q2 202031870001564590-20-034967
10-Q2020-04-30fiscal Q1 202029590001564590-20-020242
10-K2020-03-10fiscal FY 201934870001564590-20-009774
10-Q2019-11-12fiscal Q3 201929800001564590-19-042973
10-Q2019-08-05fiscal Q2 201930820001564590-19-028837
10-Q2019-05-16fiscal Q1 201928550001564590-19-019483
10-K2019-03-20fiscal FY 201831840001564590-19-008675
10-Q2018-11-09fiscal Q3 201826780001564590-18-028953
10-Q2018-08-09fiscal Q2 201826770001564590-18-021097
10-Q2018-05-11fiscal Q1 201823490001564590-18-013088
10-K2018-03-16fiscal FY 201728770001564590-18-006075
10-Q2017-11-09fiscal Q3 201723720001564590-17-023282
10-Q2017-08-09fiscal Q2 201723720001564590-17-016992
10-Q2017-05-10fiscal Q1 201723500001564590-17-010336
10-K2017-03-16fiscal FY 201629780001564590-17-004644
10-Q2016-11-14fiscal Q3 201623720001564590-16-029263
10-Q2016-08-15fiscal Q2 201623720001564590-16-024378
10-Q2016-05-16fiscal Q1 201623500001193125-16-591865
10-K2016-03-17fiscal FY 201529770001193125-16-508569
10-Q2015-12-23fiscal Q3 201524730001193125-15-412131

Inspect the source

Entity
EQUITY BANCSHARES, INC. / CIK 0001227500
Captured
2026-09-20T07:46:18.640Z
SEC response SHA-256
7490bee5ce58ea88348afa72c18add9b3d92d8f6a159b882f338e8e852738901

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