Skip to content

PERRY ELLIS INTERNATIONAL, INC: filings

Every PERRY ELLIS INTERNATIONAL, INC 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 2018-09-07

The latest filing in this captured record is a 10-Q filed 2018-09-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. PERRY ELLIS INTERNATIONAL, 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-09-07fiscal Q2 2019431200001193125-18-268758
10-Q2018-06-13fiscal Q1 201942900001193125-18-191372
10-K2018-04-17fiscal FY 2018441720001193125-18-119535
10-Q2017-12-01fiscal Q3 2018421160001193125-17-358665
10-Q2017-08-31fiscal Q2 2018411130001193125-17-274342
10-Q2017-06-06fiscal Q1 201839820001193125-17-195545
10-K2017-04-10fiscal FY 2017451730001193125-17-117962
10-Q2016-12-06fiscal Q3 2017401110001193125-16-785896
10-Q2016-09-02fiscal Q2 2017391100001193125-16-700762
10-Q2016-06-07fiscal Q1 201739840001193125-16-615106
10-K2016-04-14fiscal FY 2016451750001193125-16-541296
10-Q2015-12-08fiscal Q3 2016411130001193125-15-397575
10-Q2015-09-10fiscal Q2 2016421180001193125-15-316795
10-Q2015-06-09fiscal Q1 201642880001193125-15-217715
10-K2015-04-14fiscal FY 2015461790001193125-15-128975
10-Q2014-12-09fiscal Q3 2015431200001193125-14-437723
10-Q2014-09-11fiscal Q2 2015421160001193125-14-338940
10-Q2014-06-10fiscal Q1 201545940001193125-14-231403
10-K2014-04-15fiscal FY 2013491860001193125-14-143835
10-Q2013-12-09fiscal Q3 2013471280001193125-13-466081
10-Q2013-09-06fiscal Q2 2013461260001193125-13-359357
10-Q2013-06-11fiscal Q1 201346960001193125-13-254278
10-K2013-04-16fiscal FY 2012502000001193125-13-156951
10-Q2012-12-04fiscal Q3 2012461220001193125-12-490365
10-Q2012-09-04fiscal Q2 2012451210001193125-12-378601
10-Q2012-06-06fiscal Q1 201240810001193125-12-261320
10-K2012-04-12fiscal FY 2011431120001193125-12-160592
10-Q2011-12-07fiscal Q3 2011391050001193125-11-333362
10-Q2011-09-07fiscal Q2 2011391050001193125-11-242141

Inspect the source

Entity
PERRY ELLIS INTERNATIONAL, INC / CIK 0000900349
Captured
SEC response SHA-256
8d023a48592b1a292c6a23358b02e216445758e4db92e130d5abe03c66c9a782

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