Skip to content

American River Bankshares: filings

Every American River Bankshares annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-05-06

The latest filing in this captured record is a 10-Q filed 2021-05-06. No later filing is in the SEC companyfacts record captured on 2026-09-23. American River Bankshares may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2021-05-06fiscal Q1 202127580001019056-21-000285
10-K2021-03-18fiscal FY 2020321100001019056-21-000204
10-Q2020-11-05fiscal Q3 202027780001019056-20-000548
10-Q2020-08-06fiscal Q2 202027770001019056-20-000461
10-Q2020-05-07fiscal Q1 202027560001019056-20-000305
10-K2020-02-21fiscal FY 201932850001019056-20-000200
10-Q2019-11-07fiscal Q3 201928800001019056-19-000632
10-Q2019-08-08fiscal Q2 201926760001019056-19-000455
10-Q2019-05-07fiscal Q1 201926540001019056-19-000276
10-K2019-02-22fiscal FY 201830820001019056-19-000165
10-Q2018-11-06fiscal Q3 201824720001019056-18-001055
10-Q2018-08-09fiscal Q2 201824720001019056-18-000938
10-Q2018-05-03fiscal Q1 201824520001019056-18-000586
10-K2018-02-28fiscal FY 201730820001019056-18-000409
10-Q2017-11-06fiscal Q3 201723680001019056-17-000745
10-Q2017-08-08fiscal Q2 201724670001019056-17-000662
10-Q2017-05-04fiscal Q1 201725540001019056-17-000414
10-K2017-02-24fiscal FY 201629790001019056-17-000230
10-Q2016-11-03fiscal Q3 201625750001019056-16-001614
10-Q2016-08-09fiscal Q2 201625710001019056-16-001471
10-Q2016-05-05fiscal Q1 201625540001019056-16-001295
10-K2016-02-26fiscal FY 201529780001019056-16-001140
10-Q2015-11-04fiscal Q3 201525730001019056-15-000864
10-Q2015-08-05fiscal Q2 201525730001019056-15-000664
10-Q2015-05-06fiscal Q1 201524510001019056-15-000449
10-K2015-02-27fiscal FY 201430790001019056-15-000271
10-Q2014-11-05fiscal Q3 201423660001019056-14-001360
10-Q2014-08-04fiscal Q2 201423660001019056-14-001009
10-Q2014-07-07fiscal Q1 201421420001019056-14-000897
10-Q2014-05-08fiscal Q1 201421420001019056-14-000651
10-K2014-02-28fiscal FY 201328740001019056-14-000304
10-Q2013-11-07fiscal Q3 201322660001019056-13-001233
10-Q2013-08-06fiscal Q2 201322660001019056-13-000951
10-Q2013-05-09fiscal Q1 201322480001019056-13-000591
10-K2013-03-01fiscal FY 201232860001019056-13-000304
10-Q2012-11-06fiscal Q3 201225710001019056-12-001162
10-Q2012-08-09fiscal Q2 201225710001019056-12-000930
10-Q2012-05-08fiscal Q1 201222490001019056-12-000582
10-K2012-03-02fiscal FY 201123600001019056-12-000294
10-Q2011-11-02fiscal Q3 201121580001019056-11-001023
10-Q2011-08-09fiscal Q2 201121580001019056-11-000782

Inspect the source

Entity
American River Bankshares / CIK 0001108236
Captured
SEC response SHA-256
fe7d0d89e331b84bebce3ec315807fb566c91dff7f51b1e427598d877f87757b

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