Skip to content

Angie's List, Inc.: filings

Every Angie's List, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 filings, each linked to its SEC index.

Filing record ends 2017-07-27

The latest filing in this captured record is a 10-Q filed 2017-07-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. Angie's List, 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-07-27fiscal Q2 2017411060001491778-17-000136
10-Q2017-05-04fiscal Q1 201741840001491778-17-000093
10-K2017-02-21fiscal FY 2016441550001491778-17-000016
10-Q2016-11-02fiscal Q3 201636880001491778-16-000323
10-Q2016-07-28fiscal Q2 2016391020001491778-16-000280
10-Q2016-04-21fiscal Q1 201635720001491778-16-000235
10-K2016-03-08fiscal FY 2015451490001491778-16-000222
10-Q2015-10-22fiscal Q3 201538960001491778-15-000150
10-Q2015-07-23fiscal Q2 201538960001491778-15-000122
10-Q2015-04-23fiscal Q1 201536740001491778-15-000080
10-K2015-02-25fiscal FY 2014411290001491778-15-000026
10-Q2014-10-22fiscal Q3 201435860001491778-14-000070
10-Q2014-07-24fiscal Q2 201435850001491778-14-000031
10-Q2014-04-24fiscal Q1 201433680001445305-14-001435
10-K2014-02-28fiscal FY 2013391250001437749-14-003111
10-Q2013-10-24fiscal Q3 201334820001437749-13-013375
10-Q2013-07-25fiscal Q2 201334810001437749-13-009414
10-Q2013-04-25fiscal Q1 201333670001437749-13-004711
10-K2013-02-25fiscal FY 2012391250001193125-13-074229
10-Q2012-11-09fiscal Q3 201231750001437749-12-011443
10-Q2012-08-09fiscal Q2 201231760001437749-12-008077
10-Q2012-05-08fiscal Q1 201230620001193125-12-218342

Inspect the source

Entity
Angie's List, Inc. / CIK 0001491778
Captured
SEC response SHA-256
f82654bea650dcc2dca626261ab9a63d5ddb01b614ed7e3564622bb9dd826420

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