Skip to content

PENNSYLVANIA REAL ESTATE INVESTMENT TRUST: filings

Every PENNSYLVANIA REAL ESTATE INVESTMENT TRUST annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2023-11-14

The latest filing in this captured record is a 10-Q filed 2023-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. PENNSYLVANIA REAL ESTATE INVESTMENT TRUST 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-11-14fiscal Q3 202327890000950170-23-063366
10-Q2023-08-04fiscal Q2 202327850000950170-23-038331
10-Q2023-05-10fiscal Q1 202327590000950170-23-019883
10-K2023-03-27fiscal FY 202229590000950170-23-010004
10-Q2022-11-08fiscal Q3 202227880000950170-22-022928
10-Q2022-08-09fiscal Q2 202225760000950170-22-015766
10-Q2022-05-06fiscal Q1 202225540000950170-22-007995
10-K2022-03-15fiscal FY 202127560000950170-22-003786
10-Q2021-11-05fiscal Q3 202125800000950170-21-003159
10-Q2021-08-06fiscal Q2 202125760001564590-21-041924
10-Q2021-05-07fiscal Q1 202125540001564590-21-025310
10-K2021-03-16fiscal FY 202027560001564590-21-013558
10-Q2020-11-09fiscal Q3 202025800001564590-20-052425
10-Q2020-08-11fiscal Q2 202025760001564590-20-039029
10-Q2020-05-21fiscal Q1 202025540001564590-20-026556
10-K2020-03-16fiscal FY 201928980001564590-20-010906
10-Q2019-11-04fiscal Q3 201926800001564590-19-039818
10-Q2019-08-02fiscal Q2 201929860001564590-19-028323
10-Q2019-05-07fiscal Q1 201929610000077281-19-000034
10-K2019-02-25fiscal FY 201826910000077281-19-000017
10-Q2018-11-01fiscal Q3 201824700000077281-18-000084
10-Q2018-08-03fiscal Q2 201823660000077281-18-000070
10-Q2018-05-04fiscal Q1 201823450000077281-18-000041
10-K2018-02-16fiscal FY 201724850000077281-18-000018
10-Q2017-11-02fiscal Q3 201723680000077281-17-000055
10-Q2017-08-09fiscal Q2 201723680000077281-17-000043
10-Q2017-04-27fiscal Q1 201723480000077281-17-000025
10-K2017-02-28fiscal FY 201624850000077281-17-000012
10-Q2016-11-04fiscal Q3 201623680000077281-16-000134
10-Q2016-07-28fiscal Q2 201623680000077281-16-000123
10-Q2016-04-29fiscal Q1 201623480000077281-16-000108
10-K2016-02-26fiscal FY 201524860000077281-16-000093
10-Q2015-10-29fiscal Q3 201523680000077281-15-000072
10-Q2015-08-03fiscal Q2 201523680000077281-15-000061
10-Q2015-05-04fiscal Q1 201523480000077281-15-000041
10-K2015-02-23fiscal FY 201424860000077281-15-000010
10-Q2014-10-31fiscal Q3 201424690000077281-14-000069
10-Q2014-08-01fiscal Q2 201424690000077281-14-000057
10-Q2014-04-25fiscal Q1 201423470000077281-14-000038
10-K2014-02-28fiscal FY 201323830000077281-14-000019
10-Q/A2014-02-12fiscal Q3 201323680000077281-14-000006
10-Q2013-10-30fiscal Q3 201323680000077281-13-000022
10-Q2013-07-26fiscal Q2 201323680000077281-13-000008
10-Q2013-04-26fiscal Q1 201322460001193125-13-177263
10-K2013-03-01fiscal FY 201223660001193125-13-086626
10-Q2012-10-26fiscal Q3 201223700001193125-12-437556
10-Q2012-08-01fiscal Q2 201223700001193125-12-327580
10-Q2012-04-30fiscal Q1 201222460001193125-12-196638
10-K2012-02-29fiscal FY 201122620001193125-12-088875
10-Q2011-11-02fiscal Q3 201121620001193125-11-292774
10-Q2011-08-01fiscal Q2 201121620001193125-11-204277

Inspect the source

Entity
PENNSYLVANIA REAL ESTATE INVESTMENT TRUST / CIK 0000077281
Captured
SEC response SHA-256
6a385be09f770b45b36107c6b333dd42c16afb64511a54a7012f174457b9a874

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