Skip to content

ESSENTIAL PROPERTIES REALTY TRUST, INC.: filings

Every ESSENTIAL PROPERTIES REALTY TRUST, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-07-22fiscal Q2 2026361120001728951-26-000052
10-Q2026-04-22fiscal Q1 202636760001728951-26-000029
10-K2026-02-11fiscal FY 202536980001728951-26-000008
10-Q2025-10-22fiscal Q3 2025361160001728951-25-000177
10-Q2025-07-23fiscal Q2 2025361120001728951-25-000148
10-Q2025-04-23fiscal Q1 202536760001728951-25-000082
10-K2025-02-12fiscal FY 202436980001728951-25-000031
10-Q2024-10-23fiscal Q3 2024361160001728951-24-000166
10-Q2024-07-24fiscal Q2 2024361120001728951-24-000130
10-Q2024-04-24fiscal Q1 202436760001728951-24-000073
10-K2024-02-14fiscal FY 202336980001728951-24-000026
10-Q2023-10-25fiscal Q3 2023361160001728951-23-000100
10-Q2023-07-27fiscal Q2 2023361120001728951-23-000084
10-Q2023-04-27fiscal Q1 202336760001728951-23-000047
10-K2023-02-16fiscal FY 202236980001728951-23-000021
10-Q2022-10-27fiscal Q3 2022361160001728951-22-000114
10-Q2022-07-29fiscal Q2 2022361120001728951-22-000101
10-Q2022-04-27fiscal Q1 202236760001728951-22-000050
10-K2022-02-16fiscal FY 202136980001728951-22-000025
10-Q2021-11-01fiscal Q3 2021361160001728951-21-000094
10-Q2021-07-28fiscal Q2 2021351080001728951-21-000082
10-Q2021-05-03fiscal Q1 202135740001728951-21-000043
10-K2021-02-24fiscal FY 2020351140001728951-21-000015
10-Q2020-11-05fiscal Q3 2020341080001728951-20-000029
10-Q2020-08-06fiscal Q2 2020341040001728951-20-000006
10-Q2020-05-11fiscal Q1 202034710001564590-20-024296
10-K2020-03-02fiscal FY 2019341030001564590-20-007962
10-Q2019-11-07fiscal Q3 2019341080001564590-19-041261
10-Q2019-08-08fiscal Q2 2019341040001564590-19-030248
10-Q2019-05-09fiscal Q1 201933610001564590-19-017477
10-K2019-02-28fiscal FY 201829810001564590-19-005137
10-Q2018-11-05fiscal Q3 201828790001564590-18-026645
10-Q2018-08-08fiscal Q2 201825720001564590-18-020575

Inspect the source

Entity
ESSENTIAL PROPERTIES REALTY TRUST, INC. / CIK 0001728951
Captured
2026-09-21T17:19:28.471Z
SEC response SHA-256
8502db84a32ac008deec037e679eb939284c1f9ffb4bf6cfb91535fdc78fd341

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