Skip to content

REAC GROUP, INC.: filings

Every REAC GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-09-30

The latest filing in this captured record is a 10-K filed 2021-09-30. No later filing is in the SEC companyfacts record captured on 2026-09-23. REAC GROUP, 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-K2021-09-30fiscal FY 201926550001640334-21-002502
10-Q/A2021-09-29fiscal Q3 201925780001640334-21-002483
10-Q/A2021-09-29fiscal Q2 201927810001640334-21-002481
10-Q/A2021-09-29fiscal Q1 201924520001640334-21-002479
10-Q2019-11-19fiscal Q3 201923680001640334-19-002422
10-Q2019-08-19fiscal Q2 201927810001640334-19-001699
10-Q2019-05-20fiscal Q1 201923480001640334-19-000920
10-K2019-04-12fiscal FY 201826500001640334-19-000574
10-Q2018-11-19fiscal Q3 201825650001640334-18-002243
10-Q2018-08-13fiscal Q2 201824630001640334-18-001540
10-Q2018-05-15fiscal Q1 201823450001173375-18-000033
10-K2018-04-17fiscal FY 201723470001173375-18-000028
10-Q2017-11-14fiscal Q3 201724600001173375-17-000082
10-Q2017-08-14fiscal Q2 201723570001173375-17-000062
10-Q2017-05-15fiscal Q1 201722430001173375-17-000044
10-K2017-04-17fiscal FY 201623450001173375-17-000027
10-Q2016-11-17fiscal Q3 201624570001173375-16-000289
10-Q2016-08-22fiscal Q2 201623560001173375-16-000264
10-Q2016-05-16fiscal Q1 201624450001173375-16-000214
10-K2016-04-15fiscal FY 201526520001173375-16-000183
10-Q2015-11-16fiscal Q3 201527680001173375-15-000122
10-Q2015-08-14fiscal Q2 201526630001173375-15-000091
10-Q2015-05-14fiscal Q1 201525500001173375-15-000063
10-K2015-04-15fiscal FY 201425520001173375-15-000047
10-Q2014-11-12fiscal Q3 201428710001173375-14-000297
10-Q2014-08-11fiscal Q2 201426680001173375-14-000217
10-Q2014-05-15fiscal Q1 201427560001173375-14-000126
10-K2014-03-31fiscal FY 201328580001173375-14-000091
10-Q2013-11-08fiscal Q3 201327720001173375-13-000249
10-Q/A2013-08-19fiscal Q2 201327690001173375-13-000186
10-Q/A2013-05-29fiscal Q1 201327540001173375-13-000122
10-K/A2013-04-25fiscal FY 201226530001173375-13-000086
10-K/A2013-04-24fiscal FY 201226530001173375-13-000084
10-K2013-04-15fiscal FY 201227540001173375-13-000061
10-Q/A2012-11-15fiscal Q3 201222220001173375-12-000144
10-Q/A2012-09-14fiscal Q2 201222590001173375-12-000088
10-Q2012-08-13fiscal Q2 201222590001173375-12-000060
10-Q2012-05-15fiscal Q1 201222460001173375-12-000027
10-K2012-03-30fiscal FY 201125520001213900-12-001546
10-Q/A2011-11-28fiscal Q3 201121560001213900-11-006396
10-Q/A2011-10-19fiscal Q2 201120520001213900-11-005553

Inspect the source

Entity
REAC GROUP, INC. / CIK 0001520528
Captured
SEC response SHA-256
879667f9eb70b2f7c6101d9f38bae8fd72d1163e781d1ab61d556977ac3e008a

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