Skip to content

1ST CONSTITUTION BANCORP: filings

Every 1ST CONSTITUTION BANCORP annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2021-11-09

The latest filing in this captured record is a 10-Q filed 2021-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-23. 1ST CONSTITUTION BANCORP 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-Q2021-11-09fiscal Q3 202127810001141807-21-000023
10-Q2021-08-09fiscal Q2 202126770001141807-21-000016
10-Q2021-05-10fiscal Q1 202126570001141807-21-000010
10-K2021-03-15fiscal FY 2020321470001141807-21-000005
10-Q2020-11-06fiscal Q3 202026740001141807-20-000033
10-Q2020-08-07fiscal Q2 202026730001141807-20-000023
10-Q2020-05-11fiscal Q1 202026560001141807-20-000011
10-K2020-03-16fiscal FY 2019301360001141807-20-000005
10-Q2019-11-08fiscal Q3 201925710001141807-19-000029
10-Q2019-08-08fiscal Q2 201925730001141807-19-000022
10-Q2019-05-08fiscal Q1 201925510001141807-19-000013
10-K2019-03-15fiscal FY 2018281160001141807-19-000008
10-Q2018-11-07fiscal Q3 201822660001141807-18-000029
10-Q2018-08-08fiscal Q2 201821640001141807-18-000021
10-Q2018-05-08fiscal Q1 201820440001141807-18-000010
10-K2018-03-19fiscal FY 2017271330001141807-18-000005
10-Q2017-11-09fiscal Q3 201721620001141807-17-000056
10-Q2017-08-10fiscal Q2 201721620001141807-17-000054
10-Q2017-05-09fiscal Q1 201721470001141807-17-000035
10-K2017-03-20fiscal FY 201627960001141807-17-000023
10-K2017-03-16fiscal FY 201627960001141807-17-000012
10-Q2016-11-10fiscal Q3 201621630001141807-16-000029
10-Q2016-08-10fiscal Q2 201621630001141807-16-000021
10-Q2016-05-11fiscal Q1 201621470001141807-16-000016
10-K2016-03-22fiscal FY 201527970001141807-16-000010
10-Q2015-11-16fiscal Q3 201522690001141807-15-000004
10-Q2015-08-12fiscal Q2 201522690001628280-15-006519
10-Q2015-05-13fiscal Q1 201521480001214659-15-003911
10-K2015-03-26fiscal FY 201427970001214659-15-002534
10-Q2014-11-13fiscal Q3 201422670001214659-14-007646
10-Q2014-08-14fiscal Q2 201422670001214659-14-005928
10-Q2014-05-15fiscal Q1 201422490001214659-14-003611
10-K2014-03-31fiscal FY 201328990001214659-14-002350
10-Q2013-11-12fiscal Q3 201321640001214659-13-006313
10-Q2013-08-14fiscal Q2 201321640001214659-13-004677
10-Q2013-05-14fiscal Q1 201321480001214659-13-002707
10-K2013-03-22fiscal FY 201228990001214659-13-001586
10-Q2012-11-14fiscal Q3 201222630001214659-12-005056
10-Q2012-08-14fiscal Q2 201221620001214659-12-003586
10-Q2012-05-15fiscal Q1 201219410001214659-12-002266
10-K2012-03-23fiscal FY 201122450001214659-12-001265
10-Q2011-11-14fiscal Q3 201119510001214659-11-003936
10-Q2011-08-15fiscal Q2 201119520001214659-11-002720

Inspect the source

Entity
1ST CONSTITUTION BANCORP / CIK 0001141807
Captured
SEC response SHA-256
1e4e5255608f78babdcd2f88c111e5dbbc9eb4c7c8dd34622921dafa52ea1d87

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