Skip to content

West End Indiana Bancshares, Inc.: filings

Every West End Indiana Bancshares, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 filings, each linked to its SEC index.

Filing record ends 2019-05-15

The latest filing in this captured record is a 10-Q filed 2019-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-23. West End Indiana Bancshares, 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-Q2019-05-15fiscal Q1 201924520001144204-19-026224
10-K2019-03-29fiscal FY 201829600001144204-19-016890
10-Q2018-11-14fiscal Q3 201825720001144204-18-059971
10-Q2018-08-14fiscal Q2 201825720001144204-18-044522
10-Q2018-05-15fiscal Q1 201820420001144204-18-028782
10-K2018-03-30fiscal FY 201724500001144204-18-018161
10-Q2017-11-14fiscal Q3 201721640001144204-17-058957
10-Q2017-08-14fiscal Q2 201721640001144204-17-042877
10-Q2017-05-15fiscal Q1 201720420001571049-17-005007
10-K2017-03-30fiscal FY 201624490001571049-17-003046
10-Q2016-11-14fiscal Q3 201621640001571049-16-019862
10-Q2016-08-12fiscal Q2 201621640001571049-16-017412
10-Q2016-05-16fiscal Q1 201621430001571049-16-015319
10-K2016-03-30fiscal FY 201524500001571049-16-013491
10-Q2015-11-13fiscal Q3 201521660001571049-15-009237
10-Q2015-08-13fiscal Q2 201521640001571049-15-006679
10-Q2015-05-13fiscal Q1 201521430001571049-15-004071
10-K2015-03-30fiscal FY 201425520001571049-15-002465
10-Q2014-11-12fiscal Q3 201421640001571049-14-006211
10-Q2014-08-13fiscal Q2 201420620001571049-14-003970
10-Q2014-05-12fiscal Q1 201419400001571049-14-001733
10-K2014-03-28fiscal FY 201323470001188112-14-000835
10-Q2013-11-14fiscal Q3 201320610001188112-13-003388
10-Q2013-08-13fiscal Q2 201320610001188112-13-002418
10-Q2013-05-13fiscal Q1 201318380001188112-13-001514
10-K2013-03-29fiscal FY 201221390001188112-13-000890
10-Q2012-11-14fiscal Q3 201218470001188112-12-003384
10-Q2012-08-14fiscal Q2 201218480001188112-12-002528
10-K/A2012-06-01fiscal FY 201114300001188112-12-001867
10-Q2012-05-14fiscal Q1 201216310001188112-12-001597
10-K2012-03-29fiscal FY 201114300001188112-12-000859
10-Q/A2012-01-23fiscal Q3 201112340001188112-12-000156

Inspect the source

Entity
West End Indiana Bancshares, Inc. / CIK 0001523854
Captured
SEC response SHA-256
8ecf1f213ed6cb78b753616f256245ce668ba8b42aceb383b59b86004375631c

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