Skip to content

The New Home Company Inc.: filings

Every The New Home Company Inc. 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 2021-07-29

The latest filing in this captured record is a 10-Q filed 2021-07-29. No later filing is in the SEC companyfacts record captured on 2026-09-22. The New Home Company 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-Q2021-07-29fiscal Q2 2021381080001437749-21-017886
10-Q2021-04-30fiscal Q1 202138780001437749-21-010440
10-K2021-02-11fiscal FY 2020361330001437749-21-002617
10-Q2020-11-02fiscal Q3 2020361050001437749-20-022258
10-Q2020-07-30fiscal Q2 2020361050001437749-20-016058
10-Q2020-05-08fiscal Q1 202036770001437749-20-010057
10-K2020-02-14fiscal FY 2019361310001437749-20-002645
10-Q2019-10-31fiscal Q3 2019381080001437749-19-021083
10-Q2019-07-30fiscal Q2 2019371070001574596-19-000129
10-Q2019-05-03fiscal Q1 201937800001574596-19-000071
10-K2019-02-15fiscal FY 2018351310001574596-19-000017
10-Q2018-10-31fiscal Q3 2018341000001574596-18-000127
10-Q2018-08-03fiscal Q2 201834970001574596-18-000116
10-Q2018-05-03fiscal Q1 201833710001574596-18-000075
10-K2018-02-14fiscal FY 2017341280001574596-18-000023
10-Q2017-10-27fiscal Q3 201732920001574596-17-000160
10-Q2017-07-27fiscal Q2 201732920001574596-17-000103
10-Q2017-04-27fiscal Q1 201732660001574596-17-000056
10-K2017-02-23fiscal FY 2016351310001574596-17-000012
10-Q2016-11-04fiscal Q3 201631860001574596-16-000221
10-Q2016-07-29fiscal Q2 201631860001574596-16-000197
10-Q2016-04-29fiscal Q1 201631640001574596-16-000173
10-K2016-02-26fiscal FY 2015341200001574596-16-000124
10-Q2015-11-05fiscal Q3 201534940001574596-15-000112
10-Q2015-08-06fiscal Q2 201534940001574596-15-000102
10-Q2015-05-08fiscal Q1 201534700001574596-15-000079
10-K2015-03-06fiscal FY 2014351460001574596-15-000032
10-Q2014-11-07fiscal Q3 201434930001574596-14-000034
10-Q2014-08-08fiscal Q2 201434930001574596-14-000030
10-Q2014-06-05fiscal Q1 201434690001574596-14-000012

Inspect the source

Entity
The New Home Company Inc. / CIK 0001574596
Captured
SEC response SHA-256
38ddda5957bd01157756e24f4ff4c50d5cb947dd2d593df009897551d4bcae56

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