Skip to content

VIRGINIA NATIONAL BANKSHARES CORP: filings

Every VIRGINIA NATIONAL BANKSHARES CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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 202624720001193125-26-348243
10-Q2026-05-12fiscal Q1 202624500001193125-26-219603
10-K2026-03-27fiscal FY 202533660001193125-26-128416
10-Q2025-11-12fiscal Q3 202527850001193125-25-277706
10-Q2025-08-12fiscal Q2 202527810000950170-25-107363
10-Q2025-05-09fiscal Q1 202527570000950170-25-067618
10-K2025-03-28fiscal FY 202433670000950170-25-046927
10-Q2024-11-08fiscal Q3 202427860000950170-24-124157
10-Q2024-08-14fiscal Q2 202428860000950170-24-097069
10-Q2024-05-15fiscal Q1 202428630000950170-24-060615
10-K2024-03-28fiscal FY 202333680000950170-24-038005
10-Q2023-11-13fiscal Q3 202327900000950170-23-062651
10-Q2023-08-11fiscal Q2 202327860000950170-23-041617
10-Q2023-05-15fiscal Q1 202327600000950170-23-022181
10-K2023-03-29fiscal FY 202233680000950170-23-010585
10-Q2022-11-02fiscal Q3 202227880000950170-22-021157
10-Q2022-08-12fiscal Q2 202227840000950170-22-017071
10-Q2022-05-13fiscal Q1 202227590000950170-22-009848
10-K2022-03-25fiscal FY 202133680000950170-22-004667
10-Q2021-11-12fiscal Q3 202129910000950170-21-004266
10-Q2021-08-13fiscal Q2 202129870001564590-21-044349
10-Q2021-05-10fiscal Q1 202129590001564590-21-025908
10-K2021-03-19fiscal FY 202034690001564590-21-014343
10-Q2020-11-06fiscal Q3 202028840001564590-20-051951
10-Q2020-08-10fiscal Q2 202028800001564590-20-038907
10-Q2020-05-11fiscal Q1 202028560001564590-20-024212
10-K2020-03-12fiscal FY 201933640001564590-20-010445
10-Q2019-11-08fiscal Q3 201928820001564590-19-042288
10-Q2019-08-08fiscal Q2 201928790001206774-19-002575
10-Q2019-05-10fiscal Q1 201928580001206774-19-001706
10-K2019-03-15fiscal FY 201830620001206774-19-000872
10-Q2018-11-09fiscal Q3 201825700001206774-18-003157
10-Q2018-08-08fiscal Q2 201825710001206774-18-002319
10-Q2018-05-15fiscal Q1 201825550001206774-18-001648
10-K2018-03-27fiscal FY 201731630001206774-18-000973
10-Q2017-11-09fiscal Q3 201726720001206774-17-003124
10-Q2017-08-11fiscal Q2 201722640001206774-17-002397
10-Q2017-05-12fiscal Q1 201722480001206774-17-001606
10-K2017-03-27fiscal FY 201627530001206774-17-000983
10-Q2016-11-14fiscal Q3 201622620001206774-16-007554
10-Q2016-08-15fiscal Q2 201622620001206774-16-006884
10-Q2016-05-16fiscal Q1 201622460001206774-16-005958
10-K2016-03-30fiscal FY 201524500001206774-16-005191
10-Q2015-11-12fiscal Q3 201522640001206774-15-003469
10-Q2015-08-14fiscal Q2 201522640001206774-15-002725
10-Q2015-05-15fiscal Q1 201522480001206774-15-001691
10-K2015-03-30fiscal FY 201427540001206774-15-001068
10-Q2014-11-13fiscal Q3 201422640001206774-14-003274
10-Q2014-08-13fiscal Q2 201422630001206774-14-002523
10-Q2014-05-14fiscal Q1 201422470001206774-14-001621

Inspect the source

Entity
VIRGINIA NATIONAL BANKSHARES CORP / CIK 0001572334
Captured
2026-09-20T09:21:28.146Z
SEC response SHA-256
6ecae13c642d42c835782fbdff8241cbe747e4e19ff958227fc79a2d92d98b69

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