Skip to content

FVCBankcorp, Inc.: filings

Every FVCBankcorp, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-06fiscal Q2 202631880001675644-26-000081
10-Q2026-05-07fiscal Q1 202630640001675644-26-000059
10-K/A2026-03-25fiscal FY 202538770001675644-26-000023
10-K2026-03-16fiscal FY 202538770001675644-26-000017
10-Q2025-11-12fiscal Q3 202531880001675644-25-000146
10-Q2025-08-13fiscal Q2 202530840001675644-25-000126
10-Q2025-05-14fiscal Q1 202530640001675644-25-000090
10-K2025-03-20fiscal FY 202438780001675644-25-000035
10-Q2024-11-13fiscal Q3 202431880001675644-24-000192
10-Q2024-08-13fiscal Q2 202432920001675644-24-000150
10-Q2024-05-14fiscal Q1 202432680001675644-24-000077
10-K2024-03-21fiscal FY 202339790001675644-24-000036
10-Q2023-11-09fiscal Q3 202332920001675644-23-000122
10-Q2023-08-11fiscal Q2 202333940001675644-23-000098
10-Q2023-05-11fiscal Q1 202333700001675644-23-000062
10-K2023-03-24fiscal FY 202240810001675644-23-000038
10-Q2022-11-09fiscal Q3 202233980001675644-22-000069
10-Q2022-08-10fiscal Q2 202232940001675644-22-000048
10-Q2022-05-12fiscal Q1 202232700001675644-22-000023
10-K2022-03-24fiscal FY 202139810001675644-22-000019
10-Q2021-11-10fiscal Q3 202133980001104659-21-136676
10-Q2021-08-12fiscal Q2 202133950001104659-21-104057
10-Q2021-05-13fiscal Q1 202133700001104659-21-065634
10-K2021-03-25fiscal FY 202039800001104659-21-041263
10-Q2020-11-09fiscal Q3 202034990001104659-20-122846
10-Q2020-08-10fiscal Q2 202034960001104659-20-092484
10-Q2020-05-11fiscal Q1 202034700001104659-20-059402
10-K2020-03-27fiscal FY 201938750001047469-20-001859
10-Q2019-11-13fiscal Q3 201933910001104659-19-063273
10-Q2019-08-14fiscal Q2 201933940001104659-19-045850
10-Q2019-05-14fiscal Q1 201932670001104659-19-029264
10-K2019-03-29fiscal FY 201835720001047469-19-001766
10-Q2018-11-14fiscal Q3 201832920001104659-18-068350

Inspect the source

Entity
FVCBankcorp, Inc. / CIK 0001675644
Captured
2026-09-21T17:23:28.827Z
SEC response SHA-256
abe14bad0626114487c29b12bb286f4c42cf0527b0428ba2d90a8a29c8011028

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