Skip to content

Reis, Inc.: filings

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

Filing record ends 2018-08-09

The latest filing in this captured record is a 10-Q filed 2018-08-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. Reis, 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-Q2018-08-09fiscal Q2 2018431270001193125-18-244310
10-Q2018-05-07fiscal Q1 201840860001193125-18-153639
10-K2018-03-08fiscal FY 2017411580001193125-18-074264
10-Q2017-11-07fiscal Q3 2017401140001193125-17-335092
10-Q2017-08-01fiscal Q2 2017401140001193125-17-243301
10-Q2017-05-09fiscal Q1 201740820001193125-17-163463
10-K2017-03-09fiscal FY 2016411590001193125-17-075734
10-Q2016-11-08fiscal Q3 2016391100001193125-16-762434
10-Q2016-08-04fiscal Q2 2016381080001193125-16-671041
10-Q2016-05-03fiscal Q1 201638780001193125-16-573845
10-K2016-03-03fiscal FY 2015391450001193125-16-490801
10-Q2015-10-29fiscal Q3 2015381080001193125-15-357174
10-Q2015-07-30fiscal Q2 2015381080001193125-15-269445
10-Q2015-04-30fiscal Q1 201538780001193125-15-159174
10-K2015-03-05fiscal FY 2014381440001193125-15-077781
10-Q2014-10-29fiscal Q3 2014371060001193125-14-386124
10-Q2014-07-31fiscal Q2 2014371060001193125-14-288376
10-Q2014-05-01fiscal Q1 201436740001193125-14-174826
10-K2014-03-06fiscal FY 2013391460001193125-14-085645
10-Q2013-10-31fiscal Q3 2013371030001193125-13-419738
10-Q2013-08-01fiscal Q2 2013371060001193125-13-314001
10-Q2013-05-02fiscal Q1 201337760001193125-13-194304
10-K2013-03-13fiscal FY 2012401450001193125-13-104315
10-Q2012-11-08fiscal Q3 201236990001193125-12-459088
10-Q2012-08-02fiscal Q2 2012371010001193125-12-330445
10-Q2012-05-03fiscal Q1 201237710001193125-12-206677
10-K2012-03-08fiscal FY 2011371000001193125-12-103759
10-Q2011-11-03fiscal Q3 201137970000950123-11-094620
10-Q2011-08-04fiscal Q2 201137980000950123-11-072614

Inspect the source

Entity
Reis, Inc. / CIK 0001038222
Captured
SEC response SHA-256
8636efc10fb639116a72ba48efe223677fa11937867b90ec034dd86759276aee

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