Skip to content

Bear State Financial, Inc.: filings

Every Bear State Financial, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filing record ends 2018-03-16

The latest filing in this captured record is a 10-K filed 2018-03-16. No later filing is in the SEC companyfacts record captured on 2026-09-23. Bear State Financial, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2018-03-16fiscal FY 2017331530001437749-18-004799
10-Q2017-11-03fiscal Q3 201733870001437749-17-018202
10-Q2017-08-03fiscal Q2 201729790001437749-17-013613
10-Q2017-05-05fiscal Q1 201732650001437749-17-008150
10-K2017-03-10fiscal FY 2016341440001437749-17-004279
10-Q2016-11-04fiscal Q3 201633880001437749-16-041167
10-Q2016-08-05fiscal Q2 201633880001437749-16-036567
10-Q2016-05-06fiscal Q1 201633670001437749-16-031081
10-K2016-03-11fiscal FY 2015341210001437749-16-027480
10-Q2015-11-13fiscal Q3 201533860001437749-15-020798
10-Q2015-07-31fiscal Q2 201533850001437749-15-014433
10-Q2015-05-14fiscal Q1 201532620001437749-15-010181
10-K2015-03-27fiscal FY 201432610001437749-15-006252
10-Q2014-11-07fiscal Q3 201432820001437749-14-019892
10-Q2014-08-14fiscal Q2 201429730001437749-14-015544
10-Q2014-04-29fiscal Q1 201424500001437749-14-007453
10-K2014-03-28fiscal FY 201328570001437749-14-005396
10-Q2013-10-31fiscal Q3 201325700001437749-13-013696
10-Q2013-07-31fiscal Q2 201325650001437749-13-009681
10-Q2013-05-03fiscal Q1 201325490001437749-13-005293
10-K2013-03-08fiscal FY 201228550001437749-13-002507
10-Q2012-11-01fiscal Q3 201226710001437749-12-010765
10-Q2012-08-03fiscal Q2 201226700001437749-12-007636
10-Q2012-05-08fiscal Q1 201222450001437749-12-004653
10-K2012-03-29fiscal FY 201126510001437749-12-003024
10-Q2011-11-08fiscal Q3 201126650001437749-11-008230
10-Q2011-07-29fiscal Q2 201125660001437749-11-005213

Inspect the source

Entity
Bear State Financial, Inc. / CIK 0001006424
Captured
SEC response SHA-256
5f74e3a6840f653d74e7d2162b76713f3c1051985bc673176f0266f9a9795c00

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