Skip to content

Reven Housing REIT, Inc.: filings

Every Reven Housing REIT, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2019-08-08

The latest filing in this captured record is a 10-Q filed 2019-08-08. No later filing is in the SEC companyfacts record captured on 2026-09-23. Reven Housing REIT, 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-Q2019-08-08fiscal Q2 201920590001144204-19-038489
10-Q2019-05-09fiscal Q1 201921450001144204-19-024858
10-K2019-03-21fiscal FY 201821450001144204-19-015290
10-Q2018-11-13fiscal Q3 201822610001144204-18-059250
10-Q2018-08-09fiscal Q2 201818490001144204-18-043186
10-Q2018-05-11fiscal Q1 201817340001144204-18-027561
10-K2018-03-29fiscal FY 201719410001144204-18-017865
10-Q2017-11-09fiscal Q3 201719560001144204-17-057414
10-Q2017-08-10fiscal Q2 201715460001144204-17-041962
10-Q2017-05-12fiscal Q1 201714280001144204-17-026602
10-K2017-03-24fiscal FY 201616330001144204-17-016460
10-Q2016-11-14fiscal Q3 201612370001144204-16-133563
10-Q2016-08-11fiscal Q2 201611320001144204-16-118145
10-Q2016-05-13fiscal Q1 201613260001144204-16-101838
10-K2016-03-24fiscal FY 201516330001144204-16-090016
10-Q2015-11-12fiscal Q3 201514380001144204-15-064600
10-Q2015-08-12fiscal Q2 201514380001144204-15-048349
10-Q2015-05-14fiscal Q1 201513260001144204-15-030661
10-Q2015-04-24fiscal Q3 201412320001144204-15-024915
10-K2015-04-17fiscal FY 201317340001144204-15-023605
10-K2015-03-31fiscal FY 201413270001144204-15-019618
10-Q2014-11-12fiscal Q3 201412320001144204-14-067042
10-Q2014-08-14fiscal Q2 201412340001144204-14-049531
10-Q2014-05-15fiscal Q1 201412240001144204-14-030971
10-K2014-03-25fiscal FY 201317350001144204-14-017625
10-Q2013-11-14fiscal Q3 201316460001144204-13-061655
10-Q2013-08-14fiscal Q2 201316460001144204-13-045788
10-Q2013-05-14fiscal Q1 201317330001144204-13-028812
10-K2013-03-29fiscal FY 201217350001144204-13-018624
10-Q2012-11-07fiscal Q3 201221620001144204-12-060051
10-Q/A2012-09-13fiscal Q2 201221620001144204-12-051125
10-Q2012-05-07fiscal Q1 201219380001521536-12-000348
10-K2012-03-15fiscal FY 201122460001354488-12-001145
10-Q2011-11-14fiscal Q3 201122660001354488-11-004281
10-Q2011-08-05fiscal Q2 201122660001354488-11-002485
10-Q2011-05-13fiscal Q1 201120420001354488-11-001522

Inspect the source

Entity
Reven Housing REIT, Inc. / CIK 0001487782
Captured
SEC response SHA-256
9d5b3c29a97f904b18a64afa22655267584cc015a674fc08d4138e85d7b1bf3e

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