Skip to content

Fauquier Bankshares, Inc.: filings

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

Filing record ends 2021-03-26

The latest filing in this captured record is a 10-K filed 2021-03-26. No later filing is in the SEC companyfacts record captured on 2026-09-23. Fauquier 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-K2021-03-26fiscal FY 201931810001564590-21-015821
10-Q2020-11-06fiscal Q3 202027740001564590-20-051853
10-Q2020-08-07fiscal Q2 202027730001564590-20-038342
10-Q2020-05-08fiscal Q1 202025500001564590-20-023473
10-K2020-03-06fiscal FY 201931800001564590-20-009178
10-Q2019-11-01fiscal Q3 201927720001564590-19-039356
10-Q2019-08-02fiscal Q2 201927710001564590-19-028273
10-Q2019-05-03fiscal Q1 201926510001564590-19-015625
10-K/A2019-03-12fiscal FY 201828760001564590-19-007328
10-Q2018-11-09fiscal Q3 201824650001564590-18-028859
10-Q2018-08-10fiscal Q2 201822620001564590-18-021252
10-Q2018-05-11fiscal Q1 201822460001564590-18-013180
10-K2018-03-29fiscal FY 201727740001083643-18-000009
10-Q2017-11-13fiscal Q3 201722620001083643-17-000053
10-Q2017-08-11fiscal Q2 201719560001083643-17-000045
10-Q2017-05-12fiscal Q1 201719400001083643-17-000022
10-K2017-03-24fiscal FY 201623620001083643-17-000011
10-Q2016-11-10fiscal Q3 201619560001083643-16-000084
10-Q2016-08-12fiscal Q2 201619560001083643-16-000076
10-Q2016-05-13fiscal Q1 201619420001083643-16-000060
10-K2016-03-18fiscal FY 201523650001083643-16-000051
10-Q2015-11-13fiscal Q3 201519580001083643-15-000038
10-Q2015-08-13fiscal Q2 201519600001083643-15-000031
10-Q2015-05-14fiscal Q1 201519440001083643-15-000021
10-K2015-03-17fiscal FY 201424680001083643-15-000011
10-Q2014-11-13fiscal Q3 201420620001083643-14-000028
10-Q2014-08-14fiscal Q2 201420630001083643-14-000021
10-Q2014-05-14fiscal Q1 201420460001083643-14-000015
10-K2014-03-20fiscal FY 201324680001083643-14-000008
10-Q2013-11-14fiscal Q3 201323680001083643-13-000032
10-Q2013-08-14fiscal Q2 201323680001083643-13-000023
10-Q2013-05-15fiscal Q1 201323520001083643-13-000011
10-K2013-03-27fiscal FY 201227750001140361-13-014127
10-Q2012-11-13fiscal Q3 201223660001083643-12-000019
10-Q2012-08-10fiscal Q2 201223620001140361-12-036220
10-Q2012-05-11fiscal Q1 201221460001140361-12-024673
10-K2012-03-19fiscal FY 201121590001140361-12-016480
10-Q/A2011-11-21fiscal Q3 201120540001140361-11-054472
10-Q2011-11-14fiscal Q3 201120540001140361-11-053068
10-Q2011-08-09fiscal Q2 201120540001140361-11-040572

Inspect the source

Entity
Fauquier Bankshares, Inc. / CIK 0001083643
Captured
SEC response SHA-256
9f8142575dd942314ef86115eeb7271b9f06e25d5fcfdc333ad920f9271e17a6

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