Skip to content

Silvercrest Asset Management Group Inc.: filings

Every Silvercrest Asset Management Group Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-Q2026-07-30fiscal Q2 2026431310001193125-26-326191
10-Q2026-05-11fiscal Q1 202643900001193125-26-216832
10-K2026-03-16fiscal FY 2025421790001193125-26-108402
10-Q2025-10-31fiscal Q3 2025431360001193125-25-259049
10-Q2025-07-31fiscal Q2 2025421300000950170-25-100929
10-Q2025-05-08fiscal Q1 202542870000950170-25-067211
10-K2025-03-06fiscal FY 2024411760000950170-25-034713
10-Q2024-10-31fiscal Q2 2024421340000950170-24-119567
10-Q2024-08-01fiscal Q2 2024421290000950170-24-089297
10-Q2024-05-02fiscal Q1 202442870000950170-24-052155
10-K2024-03-07fiscal FY 2023411750000950170-24-027981
10-Q2023-11-03fiscal Q3 2023411290000950170-23-058425
10-Q2023-07-27fiscal Q2 2023411240000950170-23-035162
10-Q2023-05-04fiscal Q1 202342860000950170-23-017908
10-K2023-03-02fiscal FY 2022401730000950170-23-005837
10-Q2022-11-03fiscal Q3 2022401280000950170-22-021920
10-Q2022-07-28fiscal Q2 2022391220000950170-22-013390
10-Q2022-05-05fiscal Q1 202239820000950170-22-007893
10-K2022-03-02fiscal FY 2021401720000950170-22-002690
10-Q2021-11-04fiscal Q3 2021411310001564590-21-054528
10-Q2021-07-29fiscal Q2 2021401260001564590-21-039174
10-Q2021-05-06fiscal Q1 202140830001564590-21-025068
10-K2021-03-04fiscal FY 2020391700001564590-21-010956
10-Q2020-11-05fiscal Q3 2020401300001564590-20-051428
10-Q2020-08-03fiscal Q2 2020401260001564590-20-035533
10-Q2020-04-30fiscal Q1 202040840001564590-20-020201
10-K2020-03-05fiscal FY 2019401710001564590-20-008978
10-Q2019-10-31fiscal Q3 2019401280001564590-19-039189
10-Q2019-08-01fiscal Q2 2019401240001564590-19-028052
10-Q2019-05-02fiscal Q1 201940820001564590-19-015364
10-K2019-03-07fiscal FY 2018391370001564590-19-006824
10-Q2018-11-01fiscal Q3 2018381180001564590-18-026271
10-Q2018-08-01fiscal Q2 2018381180001564590-18-018500
10-Q2018-05-03fiscal Q1 201835750001564590-18-010706
10-K2018-03-09fiscal FY 2017351280001564590-18-005134
10-Q2017-11-01fiscal Q3 2017351130001564590-17-020804
10-Q2017-08-03fiscal Q2 2017351130001564590-17-015388
10-Q2017-05-04fiscal Q1 201735750001564590-17-008836
10-K2017-03-09fiscal FY 2016351280001564590-17-003855
10-Q2016-11-03fiscal Q3 2016351130001564590-16-027422
10-Q2016-08-05fiscal Q2 2016361150001564590-16-022762
10-Q2016-05-10fiscal Q1 201636770001564590-16-018690
10-K2016-03-10fiscal FY 2015371340001564590-16-014433
10-Q2015-11-05fiscal Q3 2015361170001564590-15-009705
10-Q2015-08-06fiscal Q2 2015361160001564590-15-006473
10-Q2015-05-07fiscal Q1 201536770001564590-15-003602
10-K2015-03-13fiscal FY 2014371300001564590-15-001666
10-Q2014-11-12fiscal Q3 2014381170001564590-14-005560
10-Q2014-08-13fiscal Q2 2014371130001564590-14-003602
10-Q2014-05-15fiscal Q1 201437750001564590-14-002166
10-K2014-03-20fiscal FY 2013361170001564590-14-000921
10-Q2013-11-14fiscal Q3 2013361040001564590-13-001326
10-Q/A2013-08-30fiscal Q2 201321450001193125-13-352441

Inspect the source

Entity
Silvercrest Asset Management Group Inc. / CIK 0001549966
Captured
2026-09-20T09:18:33.079Z
SEC response SHA-256
3b318213f733e4e137fbdb3818652759f7df3483805a4b43dbe1f3ef5e8be713

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