Skip to content

PIER 1 IMPORTS INC/DE: filings

Every PIER 1 IMPORTS INC/DE annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2020-01-06

The latest filing in this captured record is a 10-Q filed 2020-01-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. PIER 1 IMPORTS INC/DE 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-Q2020-01-06fiscal Q3 2020421310001564590-20-000293
10-Q2019-10-09fiscal Q2 2020421310001564590-19-036695
10-Q2019-07-10fiscal Q1 202042990001564590-19-024757
10-K2019-04-29fiscal FY 2019431860001564590-19-013797
10-Q2019-01-09fiscal Q3 2019401280001564590-19-000449
10-Q2018-10-10fiscal Q2 2019391220001564590-18-024112
10-Q2018-07-11fiscal Q1 201939940001564590-18-016748
10-K2018-05-02fiscal FY 2017351560001564590-18-010076
10-Q2018-01-03fiscal Q3 2018331060001193125-18-001263
10-Q2017-10-03fiscal Q2 2018331060001193125-17-301770
10-Q2017-07-05fiscal Q1 201833800001193125-17-221747
10-K2017-04-25fiscal FY 2017351560001193125-17-136345
10-Q2017-01-04fiscal Q3 2016331060001193125-17-001548
10-Q2016-10-05fiscal Q2 2017331060001193125-16-731504
10-Q2016-07-06fiscal Q1 201733800001193125-16-642181
10-K2016-04-26fiscal FY 2016351560001193125-16-556025
10-Q2016-01-06fiscal Q3 2015331060001193125-16-422111
10-Q2015-10-07fiscal Q2 2016341100001193125-15-339057
10-Q/A2015-07-09fiscal Q1 201633820001193125-15-248221
10-Q2015-07-08fiscal Q1 201633820001193125-15-247442
10-K2015-04-28fiscal FY 2015361490001193125-15-153179
10-Q2015-01-07fiscal Q3 2015321020001193125-15-003515
10-Q2014-10-08fiscal Q2 2015321020001193125-14-366342
10-Q2014-07-09fiscal Q1 201532800001193125-14-263829
10-K2014-04-29fiscal FY 2013371540001193125-14-165673
10-Q2014-01-08fiscal Q3 2013341060001193125-14-005105
10-Q2013-10-09fiscal Q2 2013351090001193125-13-395078
10-Q2013-07-09fiscal Q1 201335870001193125-13-285653
10-K2013-04-30fiscal FY 2012381540001193125-13-185222
10-Q2013-01-03fiscal Q3 2012351120001193125-13-001829
10-Q2012-10-03fiscal Q2 2012351110001193125-12-413371
10-Q2012-07-02fiscal Q1 201236890001193125-12-291265
10-K2012-04-25fiscal FY 2011401570001193125-12-181290
10-Q2012-01-04fiscal Q3 2011371160001193125-12-001629
10-Q2011-10-04fiscal Q2 2011371160001193125-11-263713
10-Q2011-07-05fiscal Q1 201135850001193125-11-181589

Inspect the source

Entity
PIER 1 IMPORTS INC/DE / CIK 0000278130
Captured
SEC response SHA-256
999162a4cfbb2405dcd777a3fd6e96066bb4002a90d09bfeda8de5d56e0ecd41

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