Skip to content

SALISBURY BANCORP, INC.: filings

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

Filing record ends 2023-08-09

The latest filing in this captured record is a 10-Q filed 2023-08-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. SALISBURY 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-Q2023-08-09fiscal Q2 202327760001554795-23-000255
10-Q2023-05-05fiscal Q1 202327580001554795-23-000150
10-K2023-03-10fiscal FY 202226710001554795-23-000063
10-Q2022-11-04fiscal Q3 202226740001554795-22-000371
10-Q2022-08-15fiscal Q2 202226740001554795-22-000294
10-Q2022-05-06fiscal Q1 202226560001554795-22-000169
10-K2022-03-11fiscal FY 202126710001554795-22-000089
10-Q2021-11-05fiscal Q3 202126740001554795-21-000377
10-Q2021-08-06fiscal Q2 202126740001554795-21-000269
10-Q2021-05-07fiscal Q1 202126560001554795-21-000166
10-K2021-03-12fiscal FY 202026710001554795-21-000070
10-Q2020-11-06fiscal Q3 202028780001554795-20-000284
10-Q2020-08-07fiscal Q2 202028780001554795-20-000199
10-Q2020-05-08fiscal Q1 202028600001554795-20-000119
10-K2020-03-13fiscal FY 201929760001554795-20-000066
10-Q2019-11-08fiscal Q3 201929800001554795-19-000367
10-Q2019-08-08fiscal Q2 201929800001554795-19-000232
10-Q2019-05-10fiscal Q1 201929600001554795-19-000123
10-K2019-03-15fiscal FY 201827740001554795-19-000056
10-Q2018-11-08fiscal Q3 201827750001554795-18-000322
10-Q2018-08-08fiscal Q2 201827750001554795-18-000199
10-Q2018-05-10fiscal Q1 201827570001554795-18-000115
10-K2018-03-15fiscal FY 201727740001554795-18-000055
10-Q2017-11-14fiscal Q3 201725720001554795-17-000397
10-Q2013-11-14fiscal Q3 201325690001554795-13-000693
10-Q2013-08-14fiscal Q2 201325690001554795-13-000463
10-Q2013-05-14fiscal Q1 201323490001554795-13-000275
10-K2013-03-07fiscal FY 2012381030001554795-13-000125
10-Q2012-11-14fiscal Q3 201226740001554795-12-000146
10-Q2012-08-13fiscal Q2 201228820001554795-12-000010
10-Q2012-05-10fiscal Q1 201223500000914317-12-000633
10-K2012-03-19fiscal FY 201123620000914317-12-000349
10-Q2011-11-14fiscal Q3 201124600000914317-11-001504
10-Q/A2011-09-02fiscal Q2 201124600000914317-11-001234

6 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
SALISBURY BANCORP, INC. / CIK 0001060219
Captured
SEC response SHA-256
18af6f1dd6444f01267998e967f30a82213754e323c4cac8f8351922397cd238

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