Skip to content

Rhinebeck Bancorp, Inc.: filings

Every Rhinebeck Bancorp, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-13fiscal Q2 202634940001751783-26-000040
10-Q2026-05-14fiscal Q1 202633710001751783-26-000018
10-K2026-03-13fiscal FY 202536750001751783-26-000005
10-Q2025-11-13fiscal Q3 202532960001751783-25-000054
10-Q2025-08-12fiscal Q2 202531870001751783-25-000042
10-Q2025-05-13fiscal Q1 202531670001751783-25-000026
10-K2025-03-25fiscal FY 202434720001751783-25-000012
10-Q2024-11-12fiscal Q3 202432930001751783-24-000046
10-Q2024-08-08fiscal Q2 202432880001751783-24-000038
10-Q2024-05-09fiscal Q1 202432690001751783-24-000025
10-K2024-03-26fiscal FY 202335740001751783-24-000009
10-Q2023-11-09fiscal Q3 202333990001751783-23-000038
10-Q2023-08-10fiscal Q2 202335980001751783-23-000032
10-Q2023-05-11fiscal Q1 202334750001751783-23-000020
10-K2023-03-23fiscal FY 202235740001751783-23-000006
10-Q2022-11-10fiscal Q3 2022341010001751783-22-000042
10-Q2022-08-11fiscal Q2 202234970001751783-22-000029
10-Q2022-05-12fiscal Q1 202234750001751783-22-000017
10-K2022-03-22fiscal FY 202135740001751783-22-000008
10-Q2021-11-10fiscal Q3 202134990001751783-21-000043
10-Q2021-08-12fiscal Q2 202134940001751783-21-000036
10-Q2021-05-13fiscal Q1 202134740001751783-21-000017
10-K2021-03-25fiscal FY 202033650001751783-21-000007
10-Q2020-11-12fiscal Q3 202034970001751783-20-000039
10-Q2020-08-13fiscal Q2 202033900001751783-20-000032
10-Q2020-05-14fiscal Q1 202033670001751783-20-000020
10-K2020-03-26fiscal FY 201931590001751783-20-000007
10-Q2019-11-14fiscal Q3 201932850001751783-19-000006
10-Q2019-08-14fiscal Q2 201928700001144204-19-039724
10-Q2019-05-14fiscal Q1 201926530001144204-19-026018
10-K2019-03-29fiscal FY 201825540001144204-19-017011
10-Q2018-12-24fiscal Q3 201825710001144204-18-066112

Inspect the source

Entity
Rhinebeck Bancorp, Inc. / CIK 0001751783
Captured
2026-09-21T17:26:00.259Z
SEC response SHA-256
7d06bbb73bd39f641e8b550c16f543e916e5cb6f1c61044c68b44af415714514

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