Skip to content

PRESIDENTIAL REALTY CORPORATION: filings

Every PRESIDENTIAL REALTY CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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. PRESIDENTIAL REALTY CORPORATION 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 202319660001213900-23-086877
10-Q2023-08-14fiscal Q2 202317540001213900-23-066996
10-Q2023-05-15fiscal Q1 202317360001213900-23-039671
10-K2023-03-31fiscal FY 202224500001213900-23-025415
10-Q2022-11-14fiscal Q3 202222550001213900-22-072150
10-Q2022-08-15fiscal Q2 202222550001213900-22-048018
10-Q2022-05-16fiscal Q1 202224440001213900-22-026906
10-K2022-03-31fiscal FY 202124480001213900-22-016718
10-Q2021-11-15fiscal Q3 202127680001213900-21-059417
10-K/A2021-09-24fiscal FY 202024880001213900-21-049724
10-K2021-09-21fiscal FY 202024880001213900-21-048907
10-K2017-04-17fiscal FY 201616340001615774-17-001733
10-Q2016-11-03fiscal Q3 20169280001144204-16-131331
10-Q2016-08-15fiscal Q2 20169280001144204-16-119332
10-Q2016-05-16fiscal Q1 201612260001144204-16-102331
10-K2016-04-12fiscal FY 201517360001144204-16-093925
10-Q2015-11-16fiscal Q3 201513380001144204-15-066175
10-Q2015-08-11fiscal Q2 201513380001144204-15-048179
10-Q2015-05-14fiscal Q1 201513280001144204-15-030799
10-K2015-03-25fiscal FY 201419400001144204-15-018191
10-Q2014-11-14fiscal Q3 201415440001144204-14-068292
10-Q2014-08-14fiscal Q2 201415440001144204-14-049772
10-Q2014-05-13fiscal Q1 201415320001144204-14-029793
10-K2014-03-28fiscal FY 201319400001144204-14-018574
10-Q2013-11-19fiscal Q3 201319580001144204-13-062994
10-Q2013-08-14fiscal Q2 201315420001144204-13-045592
10-Q2013-05-15fiscal Q1 201315320001144204-13-029367
10-K2013-03-29fiscal FY 201218380001144204-13-018672
10-Q2012-11-14fiscal Q3 201215430001144204-12-062347
10-Q2012-08-14fiscal Q2 201216440001144204-12-045375
10-Q2012-05-15fiscal Q1 201215320001144204-12-029259
10-K2012-04-17fiscal FY 201117350001144204-12-022302

Inspect the source

Entity
PRESIDENTIAL REALTY CORPORATION / CIK 0000731245
Captured
SEC response SHA-256
9dcb831dac69da1f403b36146f7e04498526cc56e4dfc014b51f0a4a16e16c59

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