Skip to content

Sterling Bancorp, Inc.: filings

Every Sterling Bancorp, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-03-14fiscal FY 202430810001410578-25-000346
10-Q2024-11-07fiscal Q3 202427830001410578-24-001784
10-Q2024-08-08fiscal Q2 202427790001410578-24-001197
10-Q2024-05-09fiscal Q1 202427570001410578-24-000658
10-K2024-03-14fiscal FY 202332850001104659-24-034403
10-Q2023-11-09fiscal Q3 202327860001104659-23-116115
10-Q2023-08-09fiscal Q2 202327820001104659-23-089160
10-Q2023-05-10fiscal Q1 202327580001104659-23-058257
10-K2023-03-16fiscal FY 202235920001104659-23-033182
10-Q2022-11-14fiscal Q3 202228850001104659-22-118386
10-Q2022-08-15fiscal Q2 202228800001104659-22-091317
10-Q2022-05-13fiscal Q1 202227570001104659-22-060238
10-K2022-03-31fiscal FY 202135930001104659-22-040965
10-Q2021-11-15fiscal Q3 202128820001104659-21-138836
10-Q2021-08-13fiscal Q2 202127730001104659-21-104893
10-Q2021-05-14fiscal Q1 202127560001104659-21-066648
10-K2021-03-26fiscal FY 202034910001104659-21-042532
10-Q2020-11-09fiscal Q3 202028850001104659-20-123126
10-Q2020-10-19fiscal Q2 202026730001104659-20-116098
10-Q2020-10-13fiscal Q1 202028580001104659-20-114304
10-K2020-10-06fiscal FY 201936910001047469-20-005126
10-Q2019-11-08fiscal Q3 201929840001104659-19-061725
10-Q2019-08-09fiscal Q2 201927720001104659-19-045055
10-Q2019-05-09fiscal Q1 201929580001104659-19-028240
10-K2019-03-18fiscal FY 2018321180001047469-19-001377
10-Q2018-11-13fiscal Q3 201827830001104659-18-067849
10-Q2018-08-13fiscal Q2 201826740001104659-18-051424
10-Q2018-05-14fiscal Q1 201822470001104659-18-032899

Inspect the source

Entity
Sterling Bancorp, Inc. / CIK 0001680379
Captured
2026-09-21T17:23:41.025Z
SEC response SHA-256
87de199d04836a5d13235c0f663b662f6976da703257606e448a6f03d206c336

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