Skip to content

AMERICAN GREETINGS CORP: filings

Every AMERICAN GREETINGS CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

Filing record ends 2017-01-06

The latest filing in this captured record is a 10-Q filed 2017-01-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. AMERICAN GREETINGS CORP 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-01-06fiscal Q3 2016321010001193125-17-004252
10-Q2016-10-07fiscal Q2 2016321010001193125-16-733464
10-Q2016-07-08fiscal Q1 201632830001193125-16-644446
10-K2016-05-26fiscal FY 2015401000001193125-16-604228
10-Q2016-01-08fiscal Q3 2015331040001193125-16-424691
10-Q2015-10-09fiscal Q2 2015331040001193125-15-341208
10-Q2015-07-10fiscal Q1 201533860001193125-15-250231
10-K2015-05-15fiscal FY 2014411030001193125-15-190304
10-Q2015-01-09fiscal Q3 2014341050001193125-15-006237
10-Q2014-10-10fiscal Q2 2014341060001193125-14-369288
10-Q2014-07-14fiscal Q1 201433840001193125-14-267864
10-K2014-06-02fiscal FY 2013421060001193125-14-222580
10-Q2014-01-08fiscal Q3 2013351000001193125-14-005491
10-Q2013-10-09fiscal Q2 2013351000001193125-13-395345
10-Q2013-07-10fiscal Q1 201338930001193125-13-286595
10-K2013-05-09fiscal FY 2012461190001193125-13-209085
10-Q2013-01-02fiscal Q3 2012391170001193125-13-001009
10-Q2012-10-03fiscal Q2 2012391170001193125-12-413301
10-Q2012-07-05fiscal Q1 201239950001193125-12-294132
10-K2012-04-30fiscal FY 2011451160001193125-12-194474
10-Q2012-01-04fiscal Q3 2011391190001193125-12-002260
10-Q/A2011-11-14fiscal Q2 2011391190001193125-11-309030
10-Q/A2011-11-14fiscal Q1 201137920001193125-11-308974
10-K/A2011-11-14fiscal FY 201036970001193125-11-308963
10-Q2011-10-05fiscal Q2 2011391190000950123-11-088621
10-Q2011-07-06fiscal Q1 201137920000950123-11-064123
10-K2011-04-29fiscal FY 201036970000950123-11-041637
10-Q2011-01-05fiscal Q3 2010361100000950123-11-000744
10-Q2010-10-06fiscal Q2 2010361100000950123-10-091579

Inspect the source

Entity
AMERICAN GREETINGS CORP / CIK 0000005133
Captured
SEC response SHA-256
c572a2b4fb8bcfb7e2c69a6c28a0d3ec2dec3934017f6a3588df20311e70241f

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