Skip to content

CAROLINA BANK HOLDINGS INC: filings

Every CAROLINA BANK HOLDINGS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 22 filings, each linked to its SEC index.

Filing record ends 2016-11-10

The latest filing in this captured record is a 10-Q filed 2016-11-10. No later filing is in the SEC companyfacts record captured on 2026-09-23. CAROLINA BANK HOLDINGS 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-Q2016-11-10fiscal Q3 201623710001144204-16-133390
10-Q2016-08-12fiscal Q2 201623710001144204-16-118602
10-Q2016-05-12fiscal Q1 201623510001144204-16-101212
10-K2016-03-23fiscal FY 201527560001144204-16-089840
10-Q2015-11-13fiscal Q3 201524730001144204-15-065094
10-Q2015-08-12fiscal Q2 201523710001144204-15-048587
10-Q2015-05-14fiscal Q1 201523510001144204-15-030598
10-K2015-03-26fiscal FY 201427560001144204-15-018620
10-Q2014-11-14fiscal Q3 201422690001144204-14-068510
10-Q2014-08-13fiscal Q2 201422690001144204-14-049249
10-Q2014-05-14fiscal Q1 201422480001144204-14-030353
10-K2014-03-21fiscal FY 201326540001144204-14-017053
10-Q2013-11-12fiscal Q3 201326760001144204-13-060637
10-Q2013-08-12fiscal Q2 201327770001144204-13-044806
10-Q2013-05-14fiscal Q1 201326560001144204-13-028505
10-K2013-03-26fiscal FY 201229600001144204-13-017413
10-Q2012-11-13fiscal Q3 201226760001144204-12-061551
10-Q/A2012-09-12fiscal Q2 201226760001144204-12-050924
10-Q2012-05-14fiscal Q1 201223480001144204-12-028515
10-K2012-03-22fiscal FY 201123480001144204-12-016552
10-Q2011-11-10fiscal Q3 201122600001193125-11-306319
10-Q2011-08-15fiscal Q2 201122600001193125-11-222835

Inspect the source

Entity
CAROLINA BANK HOLDINGS INC / CIK 0001127160
Captured
SEC response SHA-256
6a3cf6b972078101868eafe943ac0b22d591871d45121fadfbde2bc48debe40b

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