Skip to content

CalAtlantic Group, Inc.: filings

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

Filing record ends 2017-11-09

The latest filing in this captured record is a 10-Q filed 2017-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-23. CalAtlantic 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-Q2017-11-09fiscal Q3 201729840000878560-17-000145
10-Q2017-07-28fiscal Q2 201728820000878560-17-000107
10-Q2017-04-28fiscal Q1 201728570000878560-17-000080
10-K2017-02-28fiscal FY 2016341430000878560-17-000025
10-Q2016-10-28fiscal Q3 201627800000878560-16-000301
10-Q2016-07-29fiscal Q2 201627800000878560-16-000262
10-Q2016-05-06fiscal Q1 201627560000878560-16-000242
10-K2016-02-29fiscal FY 2015341310000878560-16-000190
10-Q2015-11-05fiscal Q3 201525730000878560-15-000156
10-Q2015-07-31fiscal Q2 201525730000878560-15-000109
10-Q2015-05-01fiscal Q1 201525510000878560-15-000078
10-K2015-02-23fiscal FY 201434880000878560-15-000018
10-Q2014-10-31fiscal Q3 201425760000878560-14-000078
10-Q2014-08-01fiscal Q2 201425760000878560-14-000044
10-Q2014-05-02fiscal Q1 201425520000878560-14-000018
10-K2014-02-24fiscal FY 201334880000878560-14-000007
10-Q2013-11-01fiscal Q3 201329840000878560-13-000037
10-Q2013-07-26fiscal Q2 201328820000878560-13-000027
10-Q2013-05-03fiscal Q1 201327550000878560-13-000016
10-K2013-02-22fiscal FY 201233880000878560-13-000007
10-Q2012-10-26fiscal Q3 201228850000878560-12-000045
10-Q2012-07-27fiscal Q2 201227840000878560-12-000035
10-Q2012-05-01fiscal Q1 201227560000878560-12-000023
10-K2012-02-28fiscal FY 201130810000878560-12-000008
10-Q2011-11-01fiscal Q3 201126780000878560-11-000036
10-Q2011-08-02fiscal Q2 201126780001193125-11-206426

Inspect the source

Entity
CalAtlantic Group, Inc. / CIK 0000878560
Captured
SEC response SHA-256
7c6e9ea1b3e2579b11a4220a2131096362f03cf998cc65c314e40b8612dbc514

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