Skip to content

AV HOMES, INC.: filings

Every AV HOMES, 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 2018-08-01

The latest filing in this captured record is a 10-Q filed 2018-08-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. AV HOMES, 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-01fiscal Q2 201827750001558370-18-006083
10-Q2018-04-27fiscal Q1 201827570001558370-18-003423
10-K2018-02-23fiscal FY 2017311250001558370-18-001034
10-Q2017-10-27fiscal Q3 201727780001558370-17-007650
10-Q2017-07-28fiscal Q2 201727780001558370-17-005458
10-Q2017-04-28fiscal Q1 201724490001558370-17-003091
10-K2017-02-24fiscal FY 2016311200001558370-17-000996
10-Q2016-10-28fiscal Q3 201623670001558370-16-008862
10-Q2016-07-29fiscal Q2 201623690001558370-16-006970
10-Q2016-04-29fiscal Q1 201622460001558370-16-005031
10-K2016-03-04fiscal FY 2015321150001628280-16-012298
10-Q2015-11-04fiscal Q3 201526780001628280-15-008203
10-Q2015-07-31fiscal Q2 201522620001628280-15-005809
10-Q2015-05-01fiscal Q1 201523480001628280-15-003428
10-K2015-02-27fiscal FY 2014301030001628280-15-001189
10-Q2014-11-03fiscal Q3 201428820001445305-14-004666
10-Q2014-08-04fiscal Q2 201424660001445305-14-003368
10-Q2014-05-08fiscal Q1 201423480001445305-14-002019
10-K2014-03-17fiscal FY 2013301050001445305-14-001069
10-Q2013-11-07fiscal Q3 201324700001445305-13-002843
10-Q2013-08-08fiscal Q2 201323660001445305-13-002044
10-Q2013-05-08fiscal Q1 201324500001140361-13-019519
10-K2013-03-15fiscal FY 2012321110001140361-13-012642
10-Q2012-11-09fiscal Q3 201224680001140361-12-046326
10-Q2012-08-06fiscal Q2 201223640001140361-12-035315
10-Q2012-05-10fiscal Q1 201223480001140361-12-024200
10-K2012-03-26fiscal FY 201126710001140361-12-017338
10-Q/A2011-11-16fiscal Q3 201123620001140361-11-053797
10-Q2011-11-14fiscal Q3 201123620001140361-11-053523
10-Q2011-08-09fiscal Q2 201123620001140361-11-040412

Inspect the source

Entity
AV HOMES, INC. / CIK 0000039677
Captured
SEC response SHA-256
79bfdf49c166d46b8a0fbc51592d5231d4d03990d32d4d2be097195170f081f6

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