Skip to content

URSTADT BIDDLE PROPERTIES INC: filings

Every URSTADT BIDDLE PROPERTIES INC annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2023-06-07

The latest filing in this captured record is a 10-Q filed 2023-06-07. No later filing is in the SEC companyfacts record captured on 2026-09-23. URSTADT BIDDLE PROPERTIES INC may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-06-07fiscal Q2 202322680001029800-23-000052
10-Q2023-03-10fiscal Q1 202322480001029800-23-000033
10-K2023-01-13fiscal FY 202225670001029800-23-000012
10-Q2022-09-08fiscal Q3 202222680001029800-22-000047
10-Q2022-06-08fiscal Q2 202221660001029800-22-000033
10-Q2022-03-11fiscal Q1 202221460001029800-22-000019
10-K2022-01-13fiscal FY 202125670001029800-22-000008
10-Q2021-09-08fiscal Q3 202122680001029800-21-000055
10-Q2021-06-07fiscal Q2 202121660001029800-21-000042
10-Q2021-03-11fiscal Q1 202121460001029800-21-000026
10-K2021-01-13fiscal FY 202025910001029800-21-000016
10-Q2020-09-08fiscal Q3 202021660001029800-20-000048
10-Q2020-06-08fiscal Q2 202021660001029800-20-000024
10-Q2020-03-09fiscal Q1 202021460001029800-20-000015
10-K2020-01-10fiscal FY 201925910001029800-20-000008
10-Q2019-09-05fiscal Q3 201922680001029800-19-000042
10-Q2019-06-07fiscal Q2 201922680001029800-19-000028
10-Q2019-03-08fiscal Q1 201921460001029800-19-000018
10-K2019-01-11fiscal FY 201825920001029800-19-000008
10-Q2018-09-07fiscal Q3 201822660001029800-18-000036
10-Q2018-06-08fiscal Q2 201822660001029800-18-000026
10-Q2018-03-09fiscal Q1 201821440001029800-18-000018
10-K2018-01-12fiscal FY 201725920001029800-18-000010
10-Q2017-09-08fiscal Q3 201720620001029800-17-000037
10-Q2017-06-08fiscal Q2 201720620001029800-17-000029
10-Q2017-03-10fiscal Q1 201720420001029800-17-000018
10-K2017-01-13fiscal FY 2016241020001029800-17-000007
10-Q2016-09-08fiscal Q3 201620620001029800-16-000092
10-Q2016-06-07fiscal Q2 201623740001029800-16-000076
10-Q2016-03-10fiscal Q1 201623480001029800-16-000063
10-K2016-01-13fiscal FY 2015261130001029800-16-000052
10-Q2015-09-04fiscal Q3 201520620001029800-15-000040
10-Q2015-06-08fiscal Q2 201520620001029800-15-000029
10-Q2015-03-12fiscal Q1 201523480001029800-15-000017
10-K2015-01-13fiscal FY 2014251100001029800-15-000004
10-Q2014-09-08fiscal Q3 201424740001029800-14-000031
10-Q2014-06-09fiscal Q2 201424740001029800-14-000022
10-Q2014-03-11fiscal Q1 201424500001029800-14-000010
10-K2014-01-13fiscal FY 2013251100001029800-14-000005
10-Q2013-09-06fiscal Q3 201324740001029800-13-000050
10-Q2013-06-07fiscal Q2 201324740001029800-13-000030
10-Q2013-03-11fiscal Q1 201324500001029800-13-000019
10-K2013-01-11fiscal FY 201226950001029800-13-000005
10-Q2012-09-07fiscal Q3 201223720001029800-12-000031
10-Q2012-06-06fiscal Q2 201223690001029800-12-000022
10-Q2012-03-08fiscal Q1 201223470001029800-12-000016
10-K2012-01-13fiscal FY 201125720001029800-12-000004
10-Q2011-09-08fiscal Q3 201124730001029800-11-000023

Inspect the source

Entity
URSTADT BIDDLE PROPERTIES INC / CIK 0001029800
Captured
SEC response SHA-256
4baad74e468c1b5a00b7604d4fd72d542a6447b64d99393d928adaa79b21ed75

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