Skip to content

Bank of South Carolina Corporation: filings

Every Bank of South Carolina Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2023-08-04

The latest filing in this captured record is a 10-Q filed 2023-08-04. No later filing is in the SEC companyfacts record captured on 2026-09-23. Bank of South Carolina Corporation 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-Q2023-08-04fiscal Q2 202327790001387131-23-009289
10-Q2023-05-11fiscal Q1 202326560001387131-23-006335
10-K2023-03-02fiscal FY 2022311300001839882-23-005612
10-Q2022-11-04fiscal Q3 202226820001387131-22-011074
10-Q2022-08-05fiscal Q2 202226780001387131-22-008387
10-Q2022-05-06fiscal Q1 202226560001387131-22-005767
10-K2022-03-04fiscal FY 2021311300001387131-22-003161
10-Q2021-11-05fiscal Q3 202127830001387131-21-010783
10-Q2021-08-03fiscal Q2 202127790001387131-21-007997
10-Q2021-05-04fiscal Q1 202126560001387131-21-005265
10-K2021-03-05fiscal FY 2020311300001387131-21-003179
10-Q2020-11-02fiscal Q3 202027840001387131-20-009506
10-Q2020-08-04fiscal Q2 202027790001387131-20-007004
10-Q2020-05-04fiscal Q1 202026560001387131-20-004371
10-K2020-03-06fiscal FY 2019301190001387131-20-002611
10-Q2019-11-04fiscal Q3 201926800001387131-19-008234
10-Q2019-08-05fiscal Q2 201926780001387131-19-005708
10-Q2019-05-06fiscal Q1 201924520001387131-19-003330
10-K2019-03-04fiscal FY 2018281170001387131-19-001670
10-Q2018-11-09fiscal Q3 201824700001387131-18-006019
10-Q2018-08-10fiscal Q2 201824700001387131-18-003841
10-Q2018-05-11fiscal Q1 201824510001387131-18-002028
10-K2018-03-05fiscal FY 2017271140001387131-18-000907
10-Q2017-11-09fiscal Q3 201723650001387131-17-005358
10-Q2017-08-10fiscal Q2 201722630001387131-17-004022
10-Q2017-05-11fiscal Q1 201722470001387131-17-002619
10-K2017-03-03fiscal FY 2016261110001387131-17-001160
10-Q2016-11-02fiscal Q3 201621620001387131-16-007657
10-Q2016-08-05fiscal Q2 201621620001387131-16-006345
10-Q2016-05-06fiscal Q1 201621480001387131-16-005289
10-K2016-03-04fiscal FY 2015261130001387131-16-004470
10-Q2015-11-06fiscal Q3 201522660001387131-15-003199
10-Q2015-08-07fiscal Q2 201522660001387131-15-002345
10-Q2015-05-08fiscal Q1 201522480001387131-15-001559
10-K2015-03-09fiscal FY 2014261110001387131-15-000795
10-Q2014-11-07fiscal Q3 201422660001387131-14-003644
10-Q2014-08-08fiscal Q2 201422660001387131-14-002778
10-Q2014-05-09fiscal Q1 201422480001387131-14-001768
10-K/A2014-03-11fiscal FY 2013261110001387131-14-000823
10-Q2013-11-08fiscal Q3 201322650001387131-13-004159
10-Q2013-08-13fiscal Q2 201322720001387131-13-002937
10-Q2013-05-13fiscal Q1 201323560001387131-13-001748
10-K2013-03-05fiscal FY 2012281140001387131-13-000613
10-Q2012-11-09fiscal Q3 201224690001387131-12-003540
10-Q2012-08-13fiscal Q2 201224690001387131-12-002632
10-Q2012-05-10fiscal Q1 201223500001387131-12-001447
10-K2012-03-05fiscal FY 201124650001387131-12-000574
10-Q2011-11-07fiscal Q3 201123630001387131-11-002406
10-Q2011-08-09fiscal Q2 201122620001387131-11-001495

Inspect the source

Entity
Bank of South Carolina Corporation / CIK 0001007273
Captured
SEC response SHA-256
19b83ef268e7c5f94d88f87891d29cf8ec86043661749a95ed67a0b67955a515

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