Skip to content

ROYAL BANCSHARES OF PENNSYLVANIA INC: filings

Every ROYAL BANCSHARES OF PENNSYLVANIA INC annual and quarterly report in the SEC record with the published financial measures it tagged, 26 filings, each linked to its SEC index.

Filing record ends 2017-11-09

The latest filing in this captured record is a 10-Q filed 2017-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-23. ROYAL BANCSHARES OF PENNSYLVANIA 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-Q2017-11-09fiscal Q3 201726780001558370-17-008728
10-Q2017-08-10fiscal Q2 201726770001558370-17-006509
10-Q2017-05-11fiscal Q1 201722470001558370-17-004176
10-K2017-03-22fiscal FY 201627900001558370-17-002024
10-Q2016-11-08fiscal Q3 201622690001558370-16-009699
10-Q2016-08-09fiscal Q2 201622690001558370-16-007724
10-Q2016-05-12fiscal Q1 201622470001558370-16-005927
10-K2016-03-17fiscal FY 201528880001558370-16-004218
10-Q2015-11-12fiscal Q3 201522600001558370-15-002598
10-Q2015-08-11fiscal Q2 201521590001558370-15-001605
10-Q2015-05-13fiscal Q1 201521430001558370-15-000912
10-K2015-03-26fiscal FY 201427850001558370-15-000390
10-Q2014-11-12fiscal Q3 201419540001558370-14-000385
10-Q2014-08-12fiscal Q2 201418530001558370-14-000134
10-Q2014-05-12fiscal Q1 201421470001140361-14-020110
10-K2014-03-27fiscal FY 201328890001140361-14-014443
10-Q2013-11-12fiscal Q3 201321590001140361-13-041810
10-Q2013-08-14fiscal Q2 201321590001140361-13-032808
10-Q2013-05-14fiscal Q1 201321470001140361-13-020466
10-K2013-03-27fiscal FY 201226910001140361-13-014202
10-Q2012-11-14fiscal Q3 201220570001140361-12-047290
10-Q2012-08-14fiscal Q2 201221600001140361-12-037052
10-Q2012-05-15fiscal Q1 201221460001140361-12-025453
10-K2012-03-30fiscal FY 201122600001140361-12-018261
10-Q2011-11-09fiscal Q3 201120540001140361-11-052389
10-Q2011-08-11fiscal Q2 201120540001140361-11-041238

Inspect the source

Entity
ROYAL BANCSHARES OF PENNSYLVANIA INC / CIK 0000922487
Captured
SEC response SHA-256
ac26b2686dafe3addd325a072f09959a368d4c24d2e06d120e3033a8ff591254

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