Skip to content

Postal Realty Trust, Inc.: filings

Every Postal Realty Trust, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

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-Q2026-08-04fiscal Q2 2026361110001628280-26-052551
10-Q2026-05-05fiscal Q1 202636750001628280-26-030708
10-K2026-02-24fiscal FY 202540820001628280-26-011212
10-Q2025-11-04fiscal Q3 2025361150001628280-25-048879
10-Q2025-08-04fiscal Q2 2025361110001628280-25-037487
10-Q2025-05-01fiscal Q1 202537770001628280-25-021292
10-K2025-02-27fiscal FY 202440820001628280-25-008338
10-Q2024-11-04fiscal Q3 2024371190001628280-24-045039
10-Q2024-08-06fiscal Q2 2024371150001628280-24-035218
10-Q2024-05-07fiscal Q1 202437770001628280-24-021182
10-K2024-02-29fiscal FY 202340820001628280-24-008057
10-Q2023-10-30fiscal Q3 2023371190001628280-23-035502
10-Q2023-08-08fiscal Q2 2023371150001628280-23-028204
10-Q2023-05-04fiscal Q1 202337770001628280-23-015805
10-K2023-03-07fiscal FY 202240820001628280-23-006624
10-Q2022-11-04fiscal Q3 2022371190001628280-22-028320
10-Q2022-08-04fiscal Q2 2022371150001759774-22-000030
10-Q2022-05-13fiscal Q1 202237770001759774-22-000019
10-K2022-03-14fiscal FY 202139800001759774-22-000012
10-Q2021-11-12fiscal Q3 2021371200001759774-21-000009
10-Q2021-08-13fiscal Q2 2021341060001628280-21-016896
10-Q2021-05-17fiscal Q1 202130620001213900-21-026611
10-K2021-03-30fiscal FY 202031640001213900-21-018605
10-Q2020-11-13fiscal Q3 202027830001213900-20-036807
10-Q2020-08-14fiscal Q2 202027750001213900-20-021968
10-Q2020-06-26fiscal Q1 202026350001213900-20-015998
10-K2020-03-27fiscal FY 201931340001213900-20-007580
10-Q2019-11-12fiscal Q3 201927420001213900-19-022910
10-Q2019-08-14fiscal Q2 201927410001213900-19-015843

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
Postal Realty Trust, Inc. / CIK 0001759774
Captured
2026-09-21T17:26:19.463Z
SEC response SHA-256
040581ce429ae631a301a7e5ac026c9e01f6c38ae84f74c0e3d60e637c151972

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