Skip to content

Independence Bancshares, Inc.: filings

Every Independence Bancshares, 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 2017-11-13

The latest filing in this captured record is a 10-Q filed 2017-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-23. Independence 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-Q2017-11-13fiscal Q3 201716450001206774-17-003131
10-Q2017-08-11fiscal Q2 201716450001206774-17-002401
10-Q2017-05-05fiscal Q1 201716360001206774-17-001575
10-K2017-03-24fiscal FY 201621420001206774-17-000970
10-Q2016-11-09fiscal Q3 201617460001206774-16-007533
10-Q2016-08-10fiscal Q2 201617460001206774-16-006816
10-Q2016-05-06fiscal Q1 201617360001206774-16-005870
10-K2016-03-25fiscal FY 201520410001206774-16-005100
10-Q2015-11-03fiscal Q3 201517480001206774-15-003393
10-Q2015-08-14fiscal Q2 201517480001206774-15-002726
10-Q2015-05-13fiscal Q1 201516370001145443-15-000672
10-K2015-04-15fiscal FY 201420410001145443-15-000570
10-Q2014-11-14fiscal Q3 201416490001145443-14-001351
10-Q2014-08-14fiscal Q2 201415480001145443-14-001076
10-Q2014-05-15fiscal Q1 201416390001145443-14-000770
10-K2014-03-31fiscal FY 201320410001145443-14-000417
10-Q2013-11-14fiscal Q3 201316430001145443-13-002151
10-Q2013-08-12fiscal Q2 201315420001145443-13-001654
10-Q2013-05-13fiscal Q1 201315330001145443-13-001308
10-K2013-03-28fiscal FY 201218380001145443-13-000864
10-Q2012-11-07fiscal Q3 201213380001145443-12-001255
10-Q/A2012-08-28fiscal Q2 201213380001145443-12-001020
10-Q2012-08-14fiscal Q2 201213380001145443-12-000972
10-Q/A2012-05-04fiscal Q1 201213300001145443-12-000693
10-K2012-03-07fiscal FY 201115300001145443-12-000188
10-Q2011-11-04fiscal Q3 201114380001145443-11-001091
10-Q2011-08-10fiscal Q2 201115400001145443-11-000749

Inspect the source

Entity
Independence Bancshares, Inc. / CIK 0001311828
Captured
SEC response SHA-256
fac759895211032ef08915fc6d9aa645a74c9911b14b987ba73a7e39000dfa8a

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