Skip to content

RPT Realty: filings

Every RPT Realty 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-02

The latest filing in this captured record is a 10-Q filed 2023-11-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. RPT Realty 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-02fiscal Q3 2023351070000842183-23-000063
10-Q2023-08-03fiscal Q2 2023351070000842183-23-000059
10-Q2023-05-04fiscal Q1 202335750000842183-23-000041
10-K2023-02-16fiscal FY 2022381020000842183-23-000015
10-Q2022-11-03fiscal Q3 2022361080000842183-22-000073
10-Q2022-08-04fiscal Q2 2022361080000842183-22-000064
10-Q2022-05-05fiscal Q1 202236760000842183-22-000046
10-K2022-02-18fiscal FY 202137990000842183-22-000015
10-Q2021-11-04fiscal Q3 2021361080000842183-21-000102
10-Q2021-08-05fiscal Q2 2021351070000842183-21-000093
10-Q2021-05-06fiscal Q1 202135750000842183-21-000061
10-K2021-02-18fiscal FY 2020361460000842183-21-000022
10-Q2020-11-05fiscal Q3 2020351070000842183-20-000115
10-Q2020-08-05fiscal Q2 2020351070000842183-20-000097
10-Q2020-05-11fiscal Q1 202035750000842183-20-000043
10-K2020-02-20fiscal FY 2019361430000842183-20-000009
10-Q2019-10-31fiscal Q3 2019351040000842183-19-000072
10-Q2019-08-01fiscal Q2 2019351040000842183-19-000063
10-Q2019-05-02fiscal Q1 201935720000842183-19-000037
10-K2019-02-21fiscal FY 2018341430000842183-19-000008
10-Q2018-11-01fiscal Q3 201832970000842183-18-000105
10-Q2018-08-08fiscal Q2 201832970000842183-18-000092
10-Q2018-05-07fiscal Q1 201831650000842183-18-000052
10-K2018-02-23fiscal FY 2017331300000842183-18-000013
10-Q2017-11-03fiscal Q3 201730900000842183-17-000106
10-Q2017-08-03fiscal Q2 201730900000842183-17-000098
10-Q2017-05-04fiscal Q1 201730620000842183-17-000075
10-K2017-02-24fiscal FY 2016331300000842183-17-000013
10-Q2016-11-03fiscal Q3 201631920000842183-16-000156
10-Q2016-08-04fiscal Q2 201631920000842183-16-000133
10-Q2016-05-05fiscal Q1 201631640000842183-16-000102
10-K2016-02-29fiscal FY 2015331320000842183-16-000076
10-Q2015-10-30fiscal Q3 201531920000842183-15-000062
10-Q2015-07-23fiscal Q2 201531920000842183-15-000038
10-Q2015-04-23fiscal Q1 201531640000842183-15-000021
10-K2015-02-27fiscal FY 2014331300000842183-15-000009
10-Q2014-10-23fiscal Q3 201431920000842183-14-000042
10-Q2014-07-30fiscal Q2 201431920000842183-14-000028
10-Q2014-04-29fiscal Q1 201431640000842183-14-000012
10-K2014-02-27fiscal FY 2013331300000842183-14-000003
10-Q2013-10-29fiscal Q3 201331920000842183-13-000006
10-Q/A2013-08-05fiscal Q2 201331920001445305-13-001879
10-Q2013-07-31fiscal Q2 201331920001445305-13-001753
10-Q2013-04-30fiscal Q1 201331640001157523-13-002135
10-K2013-02-27fiscal FY 2012321250001157523-13-001055
10-Q2012-11-08fiscal Q3 201232910001157523-12-005868
10-Q2012-08-08fiscal Q2 201233930001157523-12-004388
10-Q2012-05-04fiscal Q1 201231640001157523-12-002549
10-K2012-03-08fiscal FY 201131870001157523-12-001309
10-Q2011-11-04fiscal Q3 201129870001157523-11-006491
10-Q2011-08-08fiscal Q2 201128860001157523-11-004844

Inspect the source

Entity
RPT Realty / CIK 0000842183
Captured
SEC response SHA-256
5a1a51c0b14d7af112785931f8e21336684bf17ee0fb93224b365767fbf8a114

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