Skip to content

BAY BANKS OF VIRGINIA INC: filings

Every BAY BANKS OF VIRGINIA INC annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2020-11-06

The latest filing in this captured record is a 10-Q filed 2020-11-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. BAY BANKS OF VIRGINIA 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-Q2020-11-06fiscal Q3 202028740001564590-20-051817
10-Q2020-08-07fiscal Q2 202027720001564590-20-038295
10-Q2020-05-11fiscal Q1 202026540001564590-20-024260
10-K2020-03-06fiscal FY 201933650001564590-20-009180
10-Q2019-11-07fiscal Q3 201927710001564590-19-041716
10-Q2019-08-08fiscal Q2 201926690001564590-19-030660
10-Q2019-05-08fiscal Q1 201926530001564590-19-017165
10-K2019-03-08fiscal FY 201830610001564590-19-006941
10-Q2018-11-09fiscal Q3 201826700001564590-18-028884
10-Q2018-08-14fiscal Q2 201827730001564590-18-021631
10-Q2018-05-11fiscal Q1 201823460001193125-18-160927
10-K2018-04-09fiscal FY 201731610001193125-18-110334
10-Q2017-11-09fiscal Q3 201727750001193125-17-338819
10-Q2017-08-09fiscal Q2 201726730001193125-17-252554
10-Q2017-05-15fiscal Q1 201724500001193125-17-170555
10-K2017-03-22fiscal FY 201627540001193125-17-092113
10-Q2016-11-14fiscal Q3 201624730001193125-16-767346
10-Q2016-08-10fiscal Q2 201624730001193125-16-677657
10-Q2016-05-13fiscal Q1 201624490001193125-16-589764
10-K2016-03-28fiscal FY 201527550001193125-16-519674
10-Q2015-11-12fiscal Q3 201522670001193125-15-375274
10-Q2015-08-07fiscal Q2 201521630001193125-15-282290
10-Q2015-05-08fiscal Q1 201521430001193125-15-178743
10-K2015-03-25fiscal FY 201425520001193125-15-105151
10-Q2014-11-13fiscal Q3 201426730001193125-14-411061
10-Q2014-08-11fiscal Q2 201426730001193125-14-304644
10-Q2014-05-13fiscal Q1 201427550001193125-14-196677
10-K2014-03-28fiscal FY 201331630001193125-14-121025
10-Q2013-11-12fiscal Q3 201327750001193125-13-438018
10-Q2013-08-14fiscal Q2 201327750001193125-13-334611
10-Q2013-05-14fiscal Q1 201327590001193125-13-219631
10-K2013-03-28fiscal FY 201231640001193125-13-132018
10-Q2012-11-13fiscal Q3 201226720001193125-12-466314
10-Q/A2012-09-13fiscal Q2 201226720001193125-12-390325
10-Q2012-05-14fiscal Q1 201225540001193125-12-230693
10-K2012-03-28fiscal FY 201126540001193125-12-137605
10-Q2011-11-10fiscal Q3 201126690001193125-11-306712
10-Q2011-08-12fiscal Q2 201126690001193125-11-221227

Inspect the source

Entity
BAY BANKS OF VIRGINIA INC / CIK 0001034594
Captured
SEC response SHA-256
28ff0b8e9e44256a51d1fed718fbfd496cc5ad14f458f4abcaae6c44c467a267

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