Skip to content

RIVER FINANCIAL CORPORATION: filings

Every RIVER FINANCIAL CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-04fiscal Q2 202629780001193125-26-333009
10-Q2026-05-05fiscal Q1 202628580001193125-26-205930
10-K2026-03-10fiscal FY 202532670001193125-26-099933
10-Q2025-11-04fiscal Q3 202529780001193125-25-264259
10-Q2025-08-05fiscal Q2 202529780000950170-25-103100
10-Q2025-05-06fiscal Q1 202528580000950170-25-064155
10-K2025-03-11fiscal FY 202434700000950170-25-036910
10-Q2024-11-12fiscal Q3 202430790000950170-24-125161
10-Q2024-08-06fiscal Q2 202430780000950170-24-091569
10-Q2024-05-07fiscal Q1 202429580000950170-24-054392
10-K/A2024-03-13fiscal FY 202335720000950170-24-030321
10-K2024-03-12fiscal FY 202335720000950170-24-029883
10-Q2023-11-07fiscal Q3 202331790000950170-23-060194
10-Q2023-08-08fiscal Q2 202330780000950170-23-039563
10-Q2023-05-12fiscal Q1 202329580000950170-23-021700
10-K2023-03-14fiscal FY 202234710000950170-23-007840
10-Q2022-11-08fiscal Q3 202230780000950170-22-023090
10-Q2022-08-02fiscal Q2 202230780000950170-22-013819
10-Q2022-05-10fiscal Q1 202229570001564590-22-019188
10-K2022-03-15fiscal FY 202134710001564590-22-010446
10-Q2021-11-09fiscal Q3 202130780001564590-21-055651
10-Q2021-08-03fiscal Q2 202130780001564590-21-039999
10-Q2021-05-11fiscal Q1 202129570001564590-21-026338
10-K2021-03-16fiscal FY 202034710001564590-21-013564
10-Q2020-11-10fiscal Q3 202030780001564590-20-052837
10-Q2020-08-04fiscal Q2 202030780001564590-20-036096
10-Q2020-05-12fiscal Q1 202029570001564590-20-024550
10-K2020-03-20fiscal FY 201935700001564590-20-012011
10-Q2019-11-05fiscal Q3 201930760001564590-19-040291
10-Q2019-08-06fiscal Q2 201930760001564590-19-029392
10-Q2019-05-07fiscal Q1 201928540001564590-19-016596
10-K2019-03-20fiscal FY 201833690001564590-19-008662
10-Q2018-11-06fiscal Q3 201829750001564590-18-027285
10-Q2018-08-07fiscal Q2 201829750001564590-18-019985
10-Q2018-05-09fiscal Q1 201824470001564590-18-012349
10-K2018-03-20fiscal FY 201730620001564590-18-006290
10-Q2017-11-09fiscal Q3 201726700001564590-17-023175
10-Q2017-08-09fiscal Q2 201726690001564590-17-016795
10-Q2017-05-15fiscal Q1 201725480001564590-17-010830
10-K2017-03-27fiscal FY 201630540001564590-17-005325
10-Q2016-11-15fiscal Q3 201626680001564590-16-029299
10-Q2016-08-15fiscal Q2 201625670001564590-16-024328
10-Q2016-05-16fiscal Q1 201625470001564590-16-019518
10-K2016-03-28fiscal FY 201529570001564590-16-015388
10-Q2015-12-14fiscal Q3 201523640001564590-15-011492

Inspect the source

Entity
RIVER FINANCIAL CORPORATION / CIK 0001641601
Captured
2026-09-21T17:22:30.446Z
SEC response SHA-256
a87d05acc190185f45d91364059725683f97465cc883309173384856c6d81917

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