Skip to content

AMERICAN NATIONAL BANKSHARES INC.: filings

Every AMERICAN NATIONAL BANKSHARES INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2024-03-15

The latest filing in this captured record is a 10-K filed 2024-03-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. AMERICAN NATIONAL BANKSHARES INC. 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-K2024-03-15fiscal FY 2023351020001437749-24-008036
10-Q2023-11-08fiscal Q3 202332960001437749-23-030872
10-Q2023-08-09fiscal Q2 202332960001437749-23-022771
10-Q2023-05-10fiscal Q1 202333710001437749-23-013684
10-K2023-03-14fiscal FY 202235960001437749-23-006452
10-Q2022-11-08fiscal Q3 202232960001437749-22-026314
10-Q2022-08-05fiscal Q2 202232990001437749-22-019057
10-Q2022-05-09fiscal Q1 202232700001437749-22-011499
10-K2022-03-14fiscal FY 2021361000001437749-22-006107
10-Q2021-11-09fiscal Q3 202132940001437749-21-025838
10-Q2021-08-06fiscal Q2 202131900001437749-21-018927
10-Q2021-05-07fiscal Q1 202132700001437749-21-011265
10-K2021-03-08fiscal FY 202036980001437749-21-005244
10-Q2020-11-05fiscal Q3 202033960001437749-20-022707
10-Q2020-08-06fiscal Q2 202033960001437749-20-016799
10-Q2020-05-08fiscal Q1 202033700001437749-20-010125
10-K2020-03-09fiscal FY 201935910000741516-20-000010
10-Q2019-11-12fiscal Q3 201932880000741516-19-000054
10-Q2019-08-05fiscal Q2 201931860000741516-19-000040
10-Q2019-05-09fiscal Q1 201931650000741516-19-000022
10-K2019-03-08fiscal FY 201831850000741516-19-000006
10-Q2018-11-05fiscal Q3 201827780000741516-18-000038
10-Q2018-08-03fiscal Q2 201826760000741516-18-000034
10-Q2018-05-04fiscal Q1 201826580000741516-18-000018
10-K2018-03-09fiscal FY 201730820000741516-18-000012
10-Q2017-11-06fiscal Q3 201727780000741516-17-000040
10-Q2017-08-04fiscal Q2 201728790000741516-17-000031
10-Q2017-05-08fiscal Q1 201728610000741516-17-000016
10-K2017-03-16fiscal FY 201630820000741516-17-000008
10-Q2016-11-07fiscal Q3 201628790000741516-16-000094
10-Q2016-08-08fiscal Q2 201628790000741516-16-000090
10-Q2016-05-09fiscal Q1 201628610000741516-16-000075
10-K2016-03-15fiscal FY 201530820000741516-16-000064
10-Q2015-11-09fiscal Q3 201528830000741516-15-000047
10-Q2015-08-07fiscal Q2 201528840000741516-15-000042
10-Q2015-05-11fiscal Q1 201527650000741516-15-000026
10-K2015-03-09fiscal FY 201432890000741516-15-000013
10-Q2014-11-10fiscal Q3 201427870000741516-14-000052
10-Q2014-08-08fiscal Q2 201427850000741516-14-000044
10-Q2014-05-12fiscal Q1 201426600000741516-14-000028
10-K2014-03-12fiscal FY 201331850000741516-14-000012
10-Q2013-11-08fiscal Q3 201327800000741516-13-000043
10-Q2013-08-09fiscal Q2 201327800001140361-13-031351
10-Q2013-05-06fiscal Q1 201327600000741516-13-000012
10-K2013-03-14fiscal FY 201231840000741516-13-000007
10-Q2012-11-09fiscal Q3 201227760000741516-12-000052
10-Q2012-08-09fiscal Q2 201227760000741516-12-000044
10-Q2012-05-10fiscal Q1 201226560000741516-12-000027
10-K2012-03-15fiscal FY 201128760000741516-12-000017
10-Q2011-11-09fiscal Q3 201127740000741516-11-000048
10-Q2011-08-08fiscal Q2 201126720000741516-11-000039

Inspect the source

Entity
AMERICAN NATIONAL BANKSHARES INC. / CIK 0000741516
Captured
SEC response SHA-256
e442e6c9092683b771360bc9ad03b039e30f6451c3143ca9589f94d32dbfd1d2

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