Skip to content

MANUFACTURED HOUSING PROPERTIES INC.: filings

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

Filing record ends 2023-11-13

The latest filing in this captured record is a 10-Q filed 2023-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. MANUFACTURED HOUSING 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-11-13fiscal Q3 202329920000950170-23-062863
10-Q2023-08-10fiscal Q2 202329900000950170-23-041165
10-Q2023-05-12fiscal Q1 202329620001213900-23-038890
10-K2023-03-29fiscal FY 202229600001213900-23-024126
10-Q2022-11-14fiscal Q3 202230970001213900-22-072325
10-Q2022-08-16fiscal Q2 202230920001213900-22-048272
10-Q2022-05-16fiscal Q1 202226560001213900-22-026836
10-K2022-03-31fiscal FY 202125510001213900-22-016309
10-Q2021-11-15fiscal Q3 202129790001213900-21-059355
10-Q2021-08-12fiscal Q2 202127740001213900-21-041880
10-Q2021-05-17fiscal Q1 202125530001213900-21-027128
10-K2021-03-31fiscal FY 202029570001213900-21-019353
10-Q2020-11-10fiscal Q3 202027800001213900-20-036100
10-Q2020-08-10fiscal Q2 202027760001213900-20-020990
10-Q2020-05-15fiscal Q1 202025510001213900-20-012673
10-K2020-04-14fiscal FY 201927540001213900-20-009162
10-Q2019-11-12fiscal Q3 201930910001654954-19-012681
10-Q2019-08-16fiscal Q2 201930870001654954-19-009725
10-Q2019-05-15fiscal Q1 201929610001654954-19-006077
10-K2019-04-01fiscal FY 201827550001654954-19-003817
10-Q2018-11-16fiscal Q3 201828750001654954-18-012869
10-Q2018-08-15fiscal Q2 201825690001654954-18-009171
10-Q2018-05-14fiscal Q1 201821430001654954-18-005243
10-Q2015-08-11fiscal Q2 201529740001354488-15-003680
10-Q2015-05-08fiscal Q1 201529600001354488-15-002212
10-K2015-03-27fiscal FY 201432660001354488-15-001369
10-Q2014-11-10fiscal Q3 201429740001354488-14-005535
10-Q2014-08-08fiscal Q2 201429730001354488-14-003950
10-Q2014-05-12fiscal Q1 201429590001354488-14-002423
10-K2014-03-25fiscal FY 201331640001354488-14-001387
10-Q2013-11-01fiscal Q3 201328720001354488-13-005947
10-Q2013-08-05fiscal Q2 201328720001354488-13-004203
10-Q2013-05-01fiscal Q1 201328580001354488-13-002350
10-K2013-03-20fiscal FY 201230610001354488-13-001350
10-Q2012-11-07fiscal Q3 201228720001354488-12-005599
10-Q2012-08-01fiscal Q2 201228720001354488-12-003786
10-Q2012-05-04fiscal Q1 201227560001354488-12-002146
10-K2012-03-26fiscal FY 201128580001354488-12-001315
10-Q2011-11-04fiscal Q3 201127700001354488-11-004072
10-Q2011-08-08fiscal Q2 201126680001354488-11-002507

Inspect the source

Entity
MANUFACTURED HOUSING PROPERTIES INC. / CIK 0001277998
Captured
SEC response SHA-256
3a57556c487454c25fbb18bbb8bb1cf9e4b0c0e0776c38dcb56edc9e04d565b2

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