Skip to content

SACHEM CAPITAL CORP: filings

Every SACHEM CAPITAL CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 38 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-08-05fiscal Q2 202625690001682220-26-000053
10-Q2026-05-20fiscal Q1 202625530001682220-26-000038
10-K2026-03-13fiscal FY 202530600001682220-26-000014
10-Q2025-11-05fiscal Q3 202532940001682220-25-000070
10-Q2025-08-05fiscal Q2 202530900001682220-25-000044
10-Q2025-05-01fiscal Q1 202533680001410578-25-001059
10-K2025-03-31fiscal FY 202435690001410578-25-000587
10-Q2024-11-14fiscal Q3 202436990001410578-24-001965
10-Q2024-08-14fiscal Q2 202436990001410578-24-001401
10-Q2024-05-10fiscal Q1 202433690001410578-24-000719
10-K2024-04-01fiscal FY 202333660001410578-24-000381
10-Q2023-11-13fiscal Q3 202330820001410578-23-002412
10-Q2023-08-14fiscal Q2 202331840001410578-23-001900
10-Q2023-05-15fiscal Q1 202330630001410578-23-001166
10-K2023-03-31fiscal FY 202230590001410578-23-000507
10-Q2022-11-10fiscal Q3 202228800001410578-22-003110
10-Q2022-08-10fiscal Q2 202228780001410578-22-002191
10-Q2022-05-04fiscal Q1 202228580001410578-22-001136
10-K2022-03-31fiscal FY 202128560001410578-22-000767
10-Q2021-11-04fiscal Q3 202128780001104659-21-134447
10-Q2021-08-16fiscal Q2 202127740001104659-21-105467
10-Q2021-05-14fiscal Q1 202127560001104659-21-066244
10-K2021-03-31fiscal FY 202027540001104659-21-044384
10-Q2020-11-06fiscal Q3 202026740001104659-20-122493
10-Q2020-08-10fiscal Q2 202027780001104659-20-092615
10-Q2020-05-08fiscal Q1 202027550001104659-20-058333
10-K2020-03-30fiscal FY 201927540001104659-20-039904
10-Q2019-11-14fiscal Q3 201925710001104659-19-063786
10-Q2019-08-14fiscal Q2 201925710001144204-19-040041
10-Q2019-05-13fiscal Q1 201924490001144204-19-025667
10-K2019-03-29fiscal FY 201824470001144204-19-017051
10-Q2018-11-13fiscal Q3 201823620001144204-18-059342
10-Q2018-08-14fiscal Q2 201821560001144204-18-044757
10-Q2018-05-15fiscal Q1 201821400001144204-18-028692
10-K2018-04-02fiscal FY 201723430001144204-18-018601
10-Q2017-11-13fiscal Q3 201720510001144204-17-057980
10-Q2017-08-15fiscal Q2 201716470001144204-17-043323
10-Q2017-05-22fiscal Q1 201714280001144204-17-028923

Inspect the source

Entity
SACHEM CAPITAL CORP / CIK 0001682220
Captured
2026-09-21T17:23:50.248Z
SEC response SHA-256
13a5af85afa5e2c50023e75b369f6494a4b0427068ad307b95ff71b3bf7225b8

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