Skip to content

EMPIRE STATE REALTY OP, L.P.: filings

Every EMPIRE STATE REALTY OP, L.P. 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 202631990001553079-26-000009
10-Q2026-05-07fiscal Q1 202630650001553079-26-000007
10-K2026-03-02fiscal FY 202533970001553079-26-000003
10-Q2025-11-05fiscal Q3 202531990001553079-25-000019
10-Q2025-08-06fiscal Q2 202531990001553079-25-000016
10-Q2025-05-07fiscal Q1 202530650001553079-25-000013
10-K2025-02-28fiscal FY 202433970001553079-25-000005
10-Q2024-11-08fiscal Q3 202431970001553079-24-000015
10-Q2024-10-08fiscal Q2 202430930001553079-24-000012
10-K/A2024-10-08fiscal FY 202330880001553079-24-000010
10-Q2024-05-07fiscal Q1 202429630001628280-24-021140
10-K2024-02-28fiscal FY 202330880001628280-24-007675
10-Q2023-11-08fiscal Q3 202329910001628280-23-037886
10-Q2023-08-04fiscal Q2 202329910001628280-23-027453
10-Q2023-05-04fiscal Q1 202329630001628280-23-015539
10-K2023-02-28fiscal FY 202230880001628280-23-005414
10-Q2022-11-03fiscal Q3 202229910001628280-22-028041
10-Q2022-08-04fiscal Q2 202229910001628280-22-020938
10-Q2022-05-05fiscal Q1 202229630001628280-22-012495
10-K2022-02-25fiscal FY 202131910001628280-22-003947
10-Q2021-11-05fiscal Q3 202129890001628280-21-021996
10-Q2021-08-05fiscal Q2 202129890001628280-21-015900
10-Q2021-05-07fiscal Q1 202128610001628280-21-009479
10-K2021-02-26fiscal FY 2020321390001628280-21-003420
10-Q2020-11-05fiscal Q3 202028870001628280-20-015680
10-Q2020-08-10fiscal Q2 202028870001628280-20-012279
10-Q2020-05-06fiscal Q1 202028610001628280-20-006730
10-K2020-02-28fiscal FY 2019311340001628280-20-002552
10-Q2019-10-31fiscal Q3 201930880001628280-19-012922
10-Q2019-07-31fiscal Q2 201930880001628280-19-009371
10-Q2019-05-02fiscal Q1 201928590001628280-19-005655
10-K2019-02-28fiscal FY 2018291350001628280-19-002207
10-Q2018-11-06fiscal Q3 201827850001628280-18-013709
10-Q2018-08-03fiscal Q2 201826830001628280-18-010401
10-Q2018-05-03fiscal Q1 201825550001628280-18-005778
10-K2018-02-28fiscal FY 2017281300001628280-18-002433
10-Q2017-11-06fiscal Q3 201725800001628280-17-010934
10-Q2017-08-03fiscal Q2 201725780001628280-17-007967
10-Q2017-05-03fiscal Q1 201725520001628280-17-004760
10-K2017-02-27fiscal FY 2016271270001628280-17-001765
10-Q2016-11-08fiscal Q3 201625790001628280-16-020986
10-Q2016-08-03fiscal Q2 201624770001628280-16-018367
10-Q2016-05-05fiscal Q1 201624510001628280-16-015679
10-K2016-02-26fiscal FY 2015271180001628280-16-011762
10-Q2015-11-06fiscal Q3 201524770001628280-15-008406
10-Q2015-08-05fiscal Q2 201524770001628280-15-006099
10-Q2015-05-06fiscal Q1 201525530001628280-15-003760
10-K2015-02-27fiscal FY 2014281050001628280-15-001160
10-Q2014-11-10fiscal Q3 201425500001445305-14-005008
10-Q2014-08-05fiscal Q2 201422420001445305-14-003396
10-Q2014-05-07fiscal Q1 201422300001445305-14-001907
10-K2014-03-24fiscal FY 201323460001445305-14-001132

Inspect the source

Entity
EMPIRE STATE REALTY OP, L.P. / CIK 0001553079
Captured
2026-09-20T09:18:57.467Z
SEC response SHA-256
c44a7cb60ad82d17b8e943f7b579699c4a97e5504cb3ad6333e5619fcc476815

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