Skip to content

EMPIRE STATE REALTY TRUST, INC.: filings

Every EMPIRE STATE REALTY TRUST, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-06fiscal Q2 2026361130001541401-26-000033
10-Q2026-05-07fiscal Q1 202635770001541401-26-000020
10-K2026-03-02fiscal FY 2025381090001541401-26-000008
10-Q2025-11-05fiscal Q3 2025361130001541401-25-000037
10-Q2025-08-06fiscal Q2 2025361130001541401-25-000028
10-Q2025-05-07fiscal Q1 202535770001541401-25-000014
10-K2025-02-28fiscal FY 2024381090001541401-25-000003
10-Q2024-11-08fiscal Q3 2024351090001541401-24-000038
10-Q2024-10-08fiscal Q2 2024341050001541401-24-000035
10-K/A2024-10-08fiscal FY 2023361030001541401-24-000033
10-Q2024-05-07fiscal Q1 202434750001628280-24-021106
10-K2024-02-28fiscal FY 2023361030001628280-24-007642
10-Q2023-11-08fiscal Q3 2023341050001628280-23-037872
10-Q2023-08-04fiscal Q2 2023341050001628280-23-027445
10-Q2023-05-04fiscal Q1 202334750001628280-23-015531
10-K2023-02-28fiscal FY 2022361030001628280-23-005408
10-Q2022-11-03fiscal Q3 2022341050001628280-22-028036
10-Q2022-08-04fiscal Q2 2022341050001628280-22-020932
10-Q2022-05-05fiscal Q1 202234750001628280-22-012492
10-K2022-02-25fiscal FY 2021361030001628280-22-003942
10-Q2021-11-05fiscal Q3 2021341050001628280-21-021993
10-Q2021-08-05fiscal Q2 2021341050001628280-21-015872
10-Q2021-05-07fiscal Q1 202134750001628280-21-009478
10-K2021-02-26fiscal FY 2020381540001628280-21-003417
10-Q2020-11-05fiscal Q3 2020341050001628280-20-015671
10-Q2020-08-10fiscal Q2 2020341050001628280-20-012276
10-Q2020-05-06fiscal Q1 202034750001628280-20-006723
10-K2020-02-28fiscal FY 2019371490001628280-20-002550
10-Q2019-10-31fiscal Q3 2019361060001628280-19-012920
10-Q2019-07-31fiscal Q2 2019361060001628280-19-009367
10-Q2019-05-02fiscal Q1 201934730001628280-19-005652
10-K2019-02-28fiscal FY 2018361500001628280-19-002205
10-Q2018-11-06fiscal Q3 201833990001628280-18-013704
10-Q2018-08-03fiscal Q2 201832970001628280-18-010399
10-Q2018-05-03fiscal Q1 201831670001628280-18-005782
10-K2018-02-28fiscal FY 2017351450001628280-18-002431
10-Q2017-11-06fiscal Q3 201731940001628280-17-010932
10-Q2017-08-03fiscal Q2 201731920001628280-17-007952
10-Q2017-05-03fiscal Q1 201731640001628280-17-004758
10-K2017-02-27fiscal FY 2016341420001628280-17-001760
10-Q2016-11-08fiscal Q3 201631930001628280-16-020984
10-Q2016-08-03fiscal Q2 201630910001628280-16-018375
10-Q2016-05-05fiscal Q1 201630630001628280-16-015675
10-K2016-02-26fiscal FY 2015341340001628280-16-011758
10-Q2015-11-06fiscal Q3 201530910001628280-15-008404
10-Q2015-08-05fiscal Q2 201528850001628280-15-006098
10-Q2015-05-06fiscal Q1 201529610001628280-15-003757
10-K2015-02-27fiscal FY 2014331090001628280-15-001139
10-Q2014-11-10fiscal Q3 201430580001445305-14-005002
10-Q2014-08-05fiscal Q2 201427520001445305-14-003394
10-Q2014-05-07fiscal Q1 201427390001445305-14-001904
10-K2014-03-24fiscal FY 201328520001445305-14-001129

Inspect the source

Entity
EMPIRE STATE REALTY TRUST, INC. / CIK 0001541401
Captured
2026-09-20T09:17:41.463Z
SEC response SHA-256
9976e4c5d463b6967cdbaf57b4cd88aa34420140cc2b847773fd4a0f4d1a50a0

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