Skip to content

TRISTATE CAPITAL HOLDINGS, INC.: filings

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

Filing record ends 2022-05-09

The latest filing in this captured record is a 10-Q filed 2022-05-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. TRISTATE CAPITAL 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-Q2022-05-09fiscal Q1 202234720001380846-22-000025
10-K2022-03-01fiscal FY 2021381020001380846-22-000015
10-Q2021-11-05fiscal Q3 202134960001380846-21-000072
10-Q2021-08-05fiscal Q2 202133920001380846-21-000037
10-Q2021-05-05fiscal Q1 202133700001380846-21-000030
10-K2021-02-25fiscal FY 2020371550001380846-21-000012
10-Q2020-11-09fiscal Q3 202033920001380846-20-000052
10-Q2020-08-05fiscal Q2 202033920001380846-20-000041
10-Q2020-05-11fiscal Q1 202033700001380846-20-000025
10-K2020-02-24fiscal FY 2019371530001380846-20-000009
10-Q2019-11-05fiscal Q3 201932860001380846-19-000036
10-Q2019-08-06fiscal Q2 201932860001380846-19-000030
10-Q2019-05-07fiscal Q1 201932660001380846-19-000021
10-K2019-02-19fiscal FY 2018341490001380846-19-000010
10-Q2018-11-05fiscal Q3 201830840001380846-18-000027
10-Q2018-08-06fiscal Q2 201830840001380846-18-000023
10-Q2018-05-07fiscal Q1 201830640001380846-18-000015
10-K2018-02-23fiscal FY 2017331380001380846-18-000007
10-Q2017-10-30fiscal Q3 201725740001380846-17-000031
10-Q2017-07-31fiscal Q2 201725740001380846-17-000022
10-Q2017-05-01fiscal Q1 201725560001380846-17-000014
10-K2017-02-14fiscal FY 2016331380001380846-17-000006
10-Q2016-10-31fiscal Q3 201628880001380846-16-000050
10-Q2016-08-01fiscal Q2 201628880001380846-16-000046
10-Q2016-05-02fiscal Q1 201625540001380846-16-000039
10-K2016-02-16fiscal FY 2015331390001380846-16-000029
10-Q2015-10-30fiscal Q3 201525740001380846-15-000023
10-Q2015-07-31fiscal Q2 201525740001380846-15-000019
10-Q2015-05-01fiscal Q1 201525540001380846-15-000013
10-K2015-02-23fiscal FY 2014321320001380846-15-000005
10-Q2014-10-31fiscal Q3 201428830001380846-14-000038
10-Q2014-08-04fiscal Q2 201428810001380846-14-000034
10-Q2014-05-02fiscal Q1 201427590001380846-14-000020
10-K2014-03-03fiscal FY 2013291270001380846-14-000006
10-Q2013-11-07fiscal Q3 201325720001380846-13-000012
10-Q2013-08-13fiscal Q2 201324700001380846-13-000006
10-Q2013-05-31fiscal Q1 201323500001380846-13-000004

Inspect the source

Entity
TRISTATE CAPITAL HOLDINGS, INC. / CIK 0001380846
Captured
SEC response SHA-256
5c3dcafa2b4b2bbeb80225037eb5e7432ede3b1d6646ef8a0d0ce4783c9a8b49

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