Skip to content

MONMOUTH REAL ESTATE INVESTMENT CORPORATION: filings

Every MONMOUTH REAL ESTATE INVESTMENT CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2022-02-04

The latest filing in this captured record is a 10-Q filed 2022-02-04. No later filing is in the SEC companyfacts record captured on 2026-09-23. MONMOUTH REAL ESTATE INVESTMENT CORPORATION 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-Q2022-02-04fiscal Q1 202227580001493152-22-003237
10-K2021-11-12fiscal FY 2021301240001493152-21-028191
10-Q2021-08-02fiscal Q3 202127860001493152-21-018249
10-Q2021-05-06fiscal Q2 202126820001493152-21-010621
10-Q2021-02-04fiscal Q1 202125540001493152-21-002639
10-K2020-11-23fiscal FY 2020281180001493152-20-022283
10-Q2020-08-04fiscal Q3 202024740001493152-20-014592
10-Q2020-05-06fiscal Q2 202024740001493152-20-007827
10-Q2020-02-06fiscal Q1 202023500001493152-20-001702
10-K2019-11-25fiscal FY 2019281310001493152-19-018356
10-Q2019-08-01fiscal Q3 201925780001493152-19-011500
10-Q2019-05-09fiscal Q2 201925810001493152-19-006674
10-Q2019-02-07fiscal Q1 201924530001493152-19-001550
10-K2018-11-28fiscal FY 2018281300001493152-18-016792
10-Q2018-08-01fiscal Q3 201825760001493152-18-010794
10-Q2018-05-08fiscal Q2 201825760001493152-18-006403
10-Q2018-02-07fiscal Q1 201826540001493152-18-001604
10-K2017-11-29fiscal FY 2017271140001493152-17-013951
10-Q2017-08-09fiscal Q3 201726800001493152-17-008749
10-Q2017-05-03fiscal Q2 201726800001493152-17-004693
10-Q2017-02-08fiscal Q1 201726540001493152-17-001231
10-K2016-11-28fiscal FY 2016271140001493152-16-015498
10-Q2016-08-03fiscal Q3 201626780001493152-16-011926
10-Q2016-05-04fiscal Q2 201626780001493152-16-009403
10-Q2016-02-03fiscal Q1 201626540001493152-16-007119
10-K2015-12-09fiscal FY 2015281190001206774-15-003726
10-Q2015-08-05fiscal Q3 201525740001206774-15-002547
10-Q2015-05-06fiscal Q2 201525740001145443-15-000637
10-Q2015-02-04fiscal Q1 201525520001145443-15-000144
10-K2014-12-10fiscal FY 2014281180001145443-14-001463
10-Q2014-08-06fiscal Q3 201425750001145443-14-001010
10-Q2014-05-07fiscal Q2 201425740001145443-14-000730
10-Q/A2014-02-06fiscal Q1 201425520001145443-14-000131
10-Q2014-02-05fiscal Q1 201425520001145443-14-000125
10-K2013-12-11fiscal FY 2013271130001145443-13-002259
10-Q2013-08-07fiscal Q3 201325720001145443-13-001644
10-Q2013-05-08fiscal Q2 201325720001145443-13-001285
10-Q2013-02-07fiscal Q1 201325520001145443-13-000220
10-K2012-12-12fiscal FY 2012281160001145443-12-001401
10-Q2012-08-09fiscal Q3 201225720001145443-12-000944
10-Q2012-05-09fiscal Q2 201227800001145443-12-000708
10-Q2012-02-08fiscal Q1 201228580001145443-12-000092
10-K2011-12-12fiscal FY 201126720001145443-11-001233
10-Q2011-08-08fiscal Q3 201127800001145443-11-000743

Inspect the source

Entity
MONMOUTH REAL ESTATE INVESTMENT CORPORATION / CIK 0000067625
Captured
SEC response SHA-256
b52ce46864d99f938860efe3465763d02e42c8fad8f470c286ffccfe0a7cc57c

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