Skip to content

Bluerock Residential Growth REIT, Inc.: filings

Every Bluerock Residential Growth REIT, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2022-08-08

The latest filing in this captured record is a 10-Q filed 2022-08-08. No later filing is in the SEC companyfacts record captured on 2026-09-23. Bluerock Residential Growth 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-Q2022-08-08fiscal Q2 202228860001410578-22-002130
10-Q2022-05-10fiscal Q1 202228600001410578-22-001258
10-K2022-03-11fiscal FY 202128790001410578-22-000341
10-Q2021-11-08fiscal Q3 202128860001104659-21-135662
10-Q2021-08-05fiscal Q2 202128860001104659-21-100765
10-Q2021-05-10fiscal Q1 202128600001104659-21-063899
10-K2021-02-23fiscal FY 2020281270001104659-21-026811
10-Q2020-11-05fiscal Q3 202028850001104659-20-121858
10-Q2020-08-10fiscal Q2 202029890001104659-20-092771
10-Q2020-05-11fiscal Q1 202029610001104659-20-059576
10-K2020-02-24fiscal FY 2019291290001104659-20-024324
10-Q2019-11-06fiscal Q3 201929890001104659-19-060155
10-Q2019-08-07fiscal Q2 201928880001144204-19-037961
10-Q2019-05-09fiscal Q1 201928600001144204-19-024941
10-K2019-02-27fiscal FY 2018281280001144204-19-010607
10-Q2018-11-06fiscal Q3 201828840001144204-18-057681
10-Q2018-08-08fiscal Q2 201828840001144204-18-042517
10-Q2018-05-09fiscal Q1 201827560001144204-18-026298
10-K2018-03-13fiscal FY 2017281210001144204-18-014420
10-Q2017-11-08fiscal Q3 201725760001144204-17-057335
10-Q2017-08-09fiscal Q2 201722700001144204-17-041673
10-Q2017-05-08fiscal Q1 201722460001144204-17-025249
10-K2017-02-22fiscal FY 2016241100001144204-17-010274
10-Q2016-11-08fiscal Q3 201622710001144204-16-132164
10-Q2016-08-08fiscal Q2 201623720001144204-16-117213
10-Q2016-05-10fiscal Q1 201623490001144204-16-100477
10-K2016-02-24fiscal FY 201524510001144204-16-084083
10-Q2015-11-12fiscal Q3 201524770001144204-15-064744
10-Q2015-08-11fiscal Q2 201524770001144204-15-048194
10-Q2015-05-14fiscal Q1 201524510001144204-15-030306
10-K2015-03-04fiscal FY 201423490001144204-15-013992
10-Q2014-11-12fiscal Q3 201423720001144204-14-066717
10-Q2014-08-13fiscal Q2 201423690001144204-14-049373
10-Q2014-05-15fiscal Q1 201424530001442626-14-000009
10-K2014-02-14fiscal FY 201323470001144204-14-009657
10-Q2013-11-18fiscal Q3 201325740001144204-13-062803
10-Q2013-08-14fiscal Q2 201325740001144204-13-045527
10-Q2013-05-10fiscal Q1 201324530001144204-13-027818
10-K2013-03-13fiscal FY 201227750001144204-13-014747
10-Q2012-11-13fiscal Q3 201226760001144204-12-061244
10-Q2012-08-14fiscal Q2 201226790001144204-12-045573
10-Q2012-05-11fiscal Q1 201216350001144204-12-027819
10-K2012-03-13fiscal FY 201116420001144204-12-014550
10-Q2011-11-14fiscal Q3 201116410001144204-11-063483
10-Q2011-08-15fiscal Q2 201117480001144204-11-046514

Inspect the source

Entity
Bluerock Residential Growth REIT, Inc. / CIK 0001442626
Captured
SEC response SHA-256
8793bda08110a2774f9ccbe24ad62cb9b34d192697b0226f5793e6caf7ab74a8

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