Skip to content

URBAN EDGE PROPERTIES: filings

Every URBAN EDGE PROPERTIES annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-04-29fiscal Q1 202633720001611547-26-000039
10-K2026-02-11fiscal FY 2025371030001611547-26-000022
10-Q2025-10-29fiscal Q3 2025331000001611547-25-000076
10-Q2025-07-30fiscal Q2 2025331000001611547-25-000046
10-Q2025-04-30fiscal Q1 202533720001611547-25-000028
10-K2025-02-12fiscal FY 2024371030001611547-25-000018
10-Q2024-10-30fiscal Q3 2024331000001611547-24-000055
10-Q2024-07-31fiscal Q2 2024331000001611547-24-000043
10-Q2024-05-07fiscal Q1 202433720001611547-24-000029
10-K2024-02-14fiscal FY 2023371030001611547-24-000012
10-Q2023-10-31fiscal Q3 2023331000001611547-23-000054
10-Q2023-08-02fiscal Q2 2023331000001611547-23-000039
10-Q2023-05-09fiscal Q1 202332700001611547-23-000030
10-K2023-02-14fiscal FY 2022391080001611547-23-000008
10-Q2022-11-03fiscal Q3 2022331000001611547-22-000107
10-Q2022-08-03fiscal Q2 2022331000001611547-22-000048
10-Q2022-05-05fiscal Q1 202230660001611547-22-000032
10-K2022-02-16fiscal FY 2021371030001611547-22-000012
10-Q2021-11-03fiscal Q3 202132960001611547-21-000081
10-Q2021-08-04fiscal Q2 202132960001611547-21-000056
10-Q2021-05-03fiscal Q1 202131680001611547-21-000023
10-K2021-02-17fiscal FY 2020361010001611547-21-000006
10-Q2020-11-05fiscal Q3 202033980001611547-20-000064
10-Q2020-08-06fiscal Q1 202033980001611547-20-000055
10-Q2020-04-29fiscal Q1 202033720001611547-20-000030
10-K2020-02-13fiscal FY 2019361480001611547-20-000008
10-Q2019-10-30fiscal Q3 2019331000001611547-19-000057
10-Q2019-07-31fiscal Q2 201932980001611547-19-000040
10-Q2019-05-01fiscal Q1 201932700001611547-19-000028
10-K2019-02-13fiscal FY 2018331430001611547-19-000007
10-Q2018-10-31fiscal Q3 201831940001611547-18-000059
10-Q2018-08-01fiscal Q2 201831940001611547-18-000043
10-Q2018-05-02fiscal Q1 201831660001611547-18-000023
10-K2018-02-14fiscal FY 2017331430001611547-18-000009
10-Q2017-11-01fiscal Q3 201731940001611547-17-000075
10-Q2017-08-02fiscal Q2 201731940001611547-17-000059
10-Q2017-05-03fiscal Q1 201730620001611547-17-000035
10-K2017-02-16fiscal FY 2016321380001611547-17-000009
10-Q2016-11-02fiscal Q3 201630900001611547-16-000084
10-Q2016-08-05fiscal Q2 201630900001611547-16-000073
10-Q2016-05-04fiscal Q1 201630620001611547-16-000051
10-K2016-02-19fiscal FY 2015311350001611547-16-000035
10-Q2015-11-04fiscal Q3 201529880001611547-15-000027
10-Q2015-08-12fiscal Q2 201529880001611547-15-000020
10-Q2015-05-14fiscal Q1 201530600001611547-15-000014

Inspect the source

Entity
URBAN EDGE PROPERTIES / CIK 0001611547
Captured
2026-09-20T09:26:56.142Z
SEC response SHA-256
50fb9f595d791fe6a566091ae0fff628fe5059799d89e7d1546a80d7563f27c0

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