Skip to content

REPUBLIC FIRST BANCORP, INC.: filings

Every REPUBLIC FIRST BANCORP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 filings, each linked to its SEC index.

Filing record ends 2023-03-15

The latest filing in this captured record is a 10-Q filed 2023-03-15. No later filing is in the SEC companyfacts record captured on 2026-09-23. REPUBLIC FIRST BANCORP, 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-Q2023-03-15fiscal Q3 2022271110001437749-23-006738
10-Q2022-12-12fiscal Q2 202227810001437749-22-028908
10-Q2022-11-18fiscal Q1 202227570001437749-22-027746
10-K2022-10-26fiscal FY 2021321320001437749-22-024725
10-Q2021-11-08fiscal Q3 202127850001437749-21-025724
10-Q2021-08-09fiscal Q2 202126790001437749-21-019116
10-Q2021-05-10fiscal Q1 202126570001437749-21-011555
10-K2021-03-11fiscal FY 2020301270001437749-21-005735
10-Q2020-11-09fiscal Q3 202025750001437749-20-023151
10-Q2020-08-10fiscal Q2 202025750001437749-20-017278
10-Q2020-05-11fiscal Q1 202025550001437749-20-010338
10-K2020-03-16fiscal FY 2019311150001437749-20-005285
10-Q2019-11-12fiscal Q3 201925700001437749-19-022386
10-Q2019-08-07fiscal Q2 201925700001437749-19-015761
10-Q2019-05-08fiscal Q1 201925500000950159-19-000078
10-K2019-03-14fiscal FY 2018301160000950159-19-000038
10-Q2018-11-07fiscal Q3 201825660000950159-18-000478
10-Q2018-08-07fiscal Q2 201825660000950159-18-000336
10-Q2018-05-09fiscal Q1 201824510000950159-18-000208
10-K2018-03-14fiscal FY 2017301170000950159-18-000099
10-Q2017-11-03fiscal Q3 201722630000950159-17-000254
10-Q2017-08-07fiscal Q2 201722630000950159-17-000207
10-Q2017-05-05fiscal Q1 201721470000950159-17-000125
10-K2017-03-10fiscal FY 2016271090000950159-17-000077
10-Q2016-11-07fiscal Q3 201622600000950159-16-000792
10-Q2016-08-08fiscal Q2 201619570000950159-16-000677
10-Q2016-05-06fiscal Q1 201619440000950159-16-000591
10-K2016-03-14fiscal FY 2015241070000950159-16-000475
10-Q2015-11-06fiscal Q3 201519560000950159-15-000334
10-Q2015-08-06fiscal Q2 201519550000950159-15-000252
10-Q2015-05-08fiscal Q1 201518400000950159-15-000133
10-K2015-03-13fiscal FY 2014231000000950159-15-000069
10-Q2014-11-07fiscal Q3 201418520000950159-14-000481
10-Q2014-08-06fiscal Q2 201421580000950159-14-000390
10-Q2014-05-09fiscal Q1 201420420000950159-14-000247
10-K2014-03-24fiscal FY 2013241050000950159-14-000140
10-Q2013-11-12fiscal Q3 201320560000950159-13-000608
10-Q2013-08-12fiscal Q2 201320560000950159-13-000506
10-Q2013-05-10fiscal Q1 201319400000950159-13-000312
10-K2013-03-15fiscal FY 201221970000950159-13-000169
10-Q2012-11-07fiscal Q3 201218500000950159-12-000601
10-Q2012-08-13fiscal Q2 201218500000950159-12-000469
10-Q2012-05-14fiscal Q1 201218380000950159-12-000333
10-K2012-03-16fiscal FY 201120530000950159-12-000160
10-Q2011-11-14fiscal Q3 201119490000950159-11-000734
10-Q2011-08-09fiscal Q2 201120540000950159-11-000500

Inspect the source

Entity
REPUBLIC FIRST BANCORP, INC. / CIK 0000834285
Captured
SEC response SHA-256
15efd05bf8a2703838399ba81b017370c9e5f9bffacac24385af0873f9fced70

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