Skip to content

SELECT BANCORP, INC.: filings

Every SELECT BANCORP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-08-06

The latest filing in this captured record is a 10-Q filed 2021-08-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. SELECT BANCORP, 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-Q2021-08-06fiscal Q2 202133920001558370-21-010688
10-Q2021-05-07fiscal Q1 202132670001558370-21-006533
10-K2021-03-11fiscal FY 2020401110001558370-21-002822
10-Q2020-11-06fiscal Q3 202030880001558370-20-013176
10-Q2020-08-07fiscal Q2 202029810001558370-20-009965
10-Q2020-05-11fiscal Q1 202030640001104659-20-059506
10-K2020-03-11fiscal FY 2019391080001104659-20-031921
10-Q2019-11-06fiscal Q3 201931890001104659-19-060494
10-Q2019-08-09fiscal Q2 201930830001144204-19-038875
10-Q2019-05-10fiscal Q1 201932670001144204-19-025265
10-K2019-03-15fiscal FY 201835990001144204-19-014294
10-Q2018-11-08fiscal Q3 201828760001144204-18-058355
10-Q2018-08-08fiscal Q2 201828760001144204-18-042801
10-Q2018-05-10fiscal Q1 201827580001144204-18-027108
10-K2018-03-16fiscal FY 201735990001144204-18-015275
10-Q2017-11-09fiscal Q3 201729840001144204-17-057549
10-Q2017-08-09fiscal Q2 201725760001144204-17-041644
10-Q2017-05-10fiscal Q1 201726580001144204-17-026025
10-K2017-03-14fiscal FY 201632910001144204-17-014438
10-Q2016-11-14fiscal Q3 201626780001144204-16-134217
10-Q2016-08-10fiscal Q2 201626780001144204-16-117953
10-Q2016-05-13fiscal Q1 201629640001144204-16-101782
10-K2016-03-24fiscal FY 2015351000001144204-16-090135
10-Q2015-11-12fiscal Q3 201529840001144204-15-064490
10-Q2015-08-13fiscal Q2 201529840001144204-15-049036
10-Q2015-05-13fiscal Q1 201529640001144204-15-030011
10-K2015-03-31fiscal FY 201434970001144204-15-020311
10-Q2014-11-28fiscal Q3 201427810001144204-14-071406
10-Q2014-08-11fiscal Q2 201425740001144204-14-048456
10-Q2014-05-15fiscal Q1 201425560001144204-14-030698
10-K2014-03-20fiscal FY 201332860001144204-14-016883
10-Q2013-11-14fiscal Q3 201324720001144204-13-061353
10-Q2013-08-14fiscal Q2 201325740001144204-13-045519
10-Q2013-05-15fiscal Q1 201325560001144204-13-028868
10-K2013-03-28fiscal FY 201232850001144204-13-018381
10-Q2012-11-14fiscal Q3 201225710001144204-12-062105
10-Q/A2012-09-12fiscal Q2 201225700001144204-12-050918
10-Q2012-05-14fiscal Q1 201225530001193125-12-230374
10-K2012-03-28fiscal FY 201125690001193125-12-137378
10-Q2011-11-14fiscal Q3 201124650001193125-11-310478
10-Q2011-08-12fiscal Q2 201124650001193125-11-220880

Inspect the source

Entity
SELECT BANCORP, INC. / CIK 0001263762
Captured
SEC response SHA-256
a4e868d13f2c32de01d1a42e4053fb0f647d4b2aeb5575fe425190ed2d11da8b

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