Skip to content

SANDY SPRING BANCORP, INC.: filings

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

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-K2025-02-20fiscal FY 202436960000824410-25-000008
10-Q2024-11-08fiscal Q3 202432900000824410-24-000045
10-Q2024-08-09fiscal Q2 202432900000824410-24-000037
10-Q2024-05-03fiscal Q1 202432680000824410-24-000019
10-K2024-02-20fiscal FY 202337990000824410-24-000011
10-Q2023-11-03fiscal Q3 202334950000824410-23-000048
10-Q2023-08-04fiscal Q2 202334950000824410-23-000035
10-Q2023-05-05fiscal Q1 202334710000824410-23-000024
10-K2023-02-21fiscal FY 2022381010000824410-23-000011
10-Q2022-11-04fiscal Q3 202234960000824410-22-000046
10-Q2022-08-05fiscal Q2 202234960000824410-22-000034
10-Q2022-05-06fiscal Q1 202233690000824410-22-000015
10-K2022-02-18fiscal FY 2021381010000824410-22-000010
10-Q2021-11-05fiscal Q3 202134960000824410-21-000064
10-Q2021-08-06fiscal Q2 202133920000824410-21-000045
10-Q2021-05-07fiscal Q1 202133690000824410-21-000027
10-K2021-02-19fiscal FY 2020371380000824410-21-000017
10-Q2020-11-06fiscal Q3 202033920000824410-20-000015
10-Q2020-08-07fiscal Q2 202031840000824410-20-000010
10-Q2020-05-08fiscal Q1 202030640000824410-20-000007
10-K2020-02-21fiscal FY 2019341330000824410-20-000004
10-Q2019-11-08fiscal Q3 201929820000824410-19-000010
10-Q2019-08-09fiscal Q2 201929820000824410-19-000008
10-Q2019-05-03fiscal Q1 201929640000824410-19-000005
10-K2019-02-22fiscal FY 2018311270000824410-19-000002
10-Q2018-11-09fiscal Q3 201828780000824410-18-000013
10-Q2018-08-03fiscal Q2 201828780000824410-18-000010
10-Q2018-05-04fiscal Q1 201828620000824410-18-000007
10-K2018-02-23fiscal FY 2017271160000824410-18-000004
10-Q2017-11-03fiscal Q3 201724700000824410-17-000014
10-Q2017-08-04fiscal Q2 201724700000824410-17-000011
10-Q2017-05-05fiscal Q1 201724540000824410-17-000007
10-K2017-03-03fiscal FY 2016271140000824410-17-000003
10-Q2016-11-04fiscal Q3 201624700000824410-16-000025
10-Q2016-08-05fiscal Q2 201624700000824410-16-000021
10-Q2016-05-05fiscal Q1 201624540000824410-16-000018
10-K2016-03-04fiscal FY 2015281170000824410-16-000015
10-Q2015-11-05fiscal Q3 201524700000824410-15-000012
10-Q2015-08-06fiscal Q2 201527760000824410-15-000009
10-Q2015-05-08fiscal Q1 201527600000824410-15-000007
10-K2015-03-06fiscal FY 2014301230000824410-15-000005
10-Q2014-11-06fiscal Q3 201426740001144204-14-065455
10-Q2014-08-07fiscal Q2 201426740001144204-14-047539
10-Q2014-05-09fiscal Q1 201426580001144204-14-028841
10-K2014-03-14fiscal FY 201331860001144204-14-015745
10-Q2013-11-08fiscal Q3 201326740001144204-13-059792
10-Q2013-08-08fiscal Q2 201326740001144204-13-043800
10-Q2013-05-09fiscal Q1 201326580001144204-13-027212
10-K2013-03-18fiscal FY 201232890001144204-13-015676
10-Q2012-11-09fiscal Q3 201227760001144204-12-060628
10-Q2012-08-09fiscal Q2 201225720001144204-12-043852
10-Q2012-05-10fiscal Q1 201224520001144204-12-027488
10-K2012-03-15fiscal FY 201126700001144204-12-015216
10-Q2011-11-08fiscal Q3 201126690001144204-11-061923
10-Q2011-08-08fiscal Q2 201125680001144204-11-044477

Inspect the source

Entity
SANDY SPRING BANCORP, INC. / CIK 0000824410
Captured
2026-09-21T17:17:27.555Z
SEC response SHA-256
7b64a44ae9223e9cfb2b25e9406a20fa1957c6b9935a3b1995569adaa860db30

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