Skip to content

UNIPROP MANUFACTURED HOUSING COMMUNITIES INCOME FUND II /MI/: filings

Every UNIPROP MANUFACTURED HOUSING COMMUNITIES INCOME FUND II /MI/ annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2018-11-13

The latest filing in this captured record is a 10-Q filed 2018-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-23. UNIPROP MANUFACTURED HOUSING COMMUNITIES INCOME FUND II /MI/ 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-Q2018-11-13fiscal Q3 201813320001144204-18-059168
10-Q2018-08-10fiscal Q2 201813320001144204-18-043434
10-Q2018-05-09fiscal Q1 201812260001144204-18-026401
10-K2018-03-02fiscal FY 201716460001144204-18-012377
10-Q2017-11-13fiscal Q3 201712280001144204-17-057912
10-Q2017-08-10fiscal Q2 20179220001144204-17-041884
10-Q2017-05-10fiscal Q1 20178160001144204-17-025779
10-K2017-03-10fiscal FY 201611360001144204-17-013936
10-Q2016-11-10fiscal Q3 20169220001144204-16-132974
10-Q2016-08-11fiscal Q2 20169220001144204-16-118144
10-Q2016-05-11fiscal Q1 20169180001144204-16-100611
10-K2016-03-18fiscal FY 201511360001144204-16-088835
10-Q2015-11-12fiscal Q3 20159220001144204-15-064406
10-Q2015-08-13fiscal Q2 20159220001144204-15-048684
10-Q2015-05-08fiscal Q1 20159180001144204-15-028734
10-K2015-03-17fiscal FY 201411270001144204-15-016548
10-Q2014-11-10fiscal Q3 201410250001144204-14-066193
10-Q2014-08-12fiscal Q2 201410230001144204-14-048713
10-Q2014-05-13fiscal Q1 201410190001144204-14-029716
10-K2014-03-14fiscal FY 201310260001144204-14-015599
10-Q2013-11-08fiscal Q3 201311260001144204-13-059928
10-Q2013-08-13fiscal Q2 201311260001144204-13-044920
10-Q2013-05-15fiscal Q1 201311220001144204-13-028951
10-K2013-03-21fiscal FY 201213320001144204-13-016540
10-Q2012-11-07fiscal Q3 201210240001144204-12-059842
10-Q2012-08-08fiscal Q2 201210240001144204-12-043463
10-Q2012-05-15fiscal Q1 201212260001144204-12-028873
10-K2012-03-09fiscal FY 201112250001144204-12-013882
10-Q2011-11-09fiscal Q3 201111280001144204-11-062300
10-Q2011-08-09fiscal Q2 201111280001144204-11-044772

Inspect the source

Entity
UNIPROP MANUFACTURED HOUSING COMMUNITIES INCOME FUND II /MI/ / CIK 0000805993
Captured
SEC response SHA-256
11ee7cb7a8c60d021f1f225958a2c6673553d60d104fa1e10199e0974ef40d34

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