Skip to content

AFFINION GROUP HOLDINGS, INC.: filings

Every AFFINION GROUP HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 filings, each linked to its SEC index.

Filing record ends 2019-04-15

The latest filing in this captured record is a 10-K filed 2019-04-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. AFFINION GROUP HOLDINGS, 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-K2019-04-15fiscal FY 2018471650001564590-19-011537
10-Q2018-11-14fiscal Q3 2018411150001564590-18-029601
10-Q2018-07-26fiscal Q2 2018401140001564590-18-017533
10-Q2018-04-26fiscal Q1 201837800001564590-18-009209
10-K2018-03-01fiscal FY 2017411480001564590-18-004158
10-Q2017-10-26fiscal Q3 2017341010001564590-17-020125
10-Q2017-07-27fiscal Q2 201734990001564590-17-014254
10-Q2017-05-12fiscal Q1 201733700001564590-17-010688
10-K2017-03-31fiscal FY 2016401340001564590-17-005848
10-Q2016-10-27fiscal Q3 201631850001564590-16-026323
10-Q2016-07-27fiscal Q2 201631850001564590-16-021580
10-Q2016-04-28fiscal Q1 201631620001564590-16-016903
10-K2016-03-10fiscal FY 2015371170001564590-16-014391
10-Q2015-11-12fiscal Q3 201529810001564590-15-010499
10-Q2015-07-30fiscal Q2 201529810001564590-15-005842
10-Q2015-04-30fiscal Q1 201529620001564590-15-003066
10-K2015-03-19fiscal FY 2014351130001564590-15-001829
10-Q2014-10-30fiscal Q3 201429800001564590-14-004682
10-Q2014-07-31fiscal Q2 201432880001564590-14-003008
10-Q2014-04-24fiscal Q1 201435740001564590-14-001610
10-K2014-02-27fiscal FY 2013411300001564590-14-000416
10-Q2013-11-07fiscal Q3 201336970001564590-13-001050
10-Q2013-08-01fiscal Q2 201335960001564590-13-000179
10-Q2013-04-25fiscal Q1 201335750001193125-13-172951
10-K2013-02-28fiscal FY 2012421310001193125-13-084270
10-Q2012-11-01fiscal Q3 201236980001193125-12-445802
10-Q2012-07-26fiscal Q2 2012361000001193125-12-316940
10-Q2012-04-26fiscal Q1 201233700001193125-12-186449
10-K2012-03-01fiscal FY 201133850001193125-12-092257
10-Q2011-10-28fiscal Q3 201132860001193125-11-285023
10-Q2011-07-28fiscal Q2 201132860001193125-11-201073

Inspect the source

Entity
AFFINION GROUP HOLDINGS, INC. / CIK 0001404624
Captured
SEC response SHA-256
606c6c3ba87209fb4d7cef4bccb7c6ee41cfa2707f422c378630b7089755cb1b

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