Skip to content

Francesca's Holdings CORP: filings

Every Francesca's Holdings CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2020-09-15

The latest filing in this captured record is a 10-Q filed 2020-09-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. Francesca's Holdings 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-Q2020-09-15fiscal Q2 2020421330001104659-20-105251
10-Q2020-07-28fiscal Q1 202041990001104659-20-087348
10-K2020-05-01fiscal FY 2019481680001104659-20-055658
10-Q2019-12-11fiscal Q3 2019431350001104659-19-071866
10-Q2019-09-10fiscal Q2 2019421290001144204-19-044168
10-Q2019-06-13fiscal Q1 201942970001144204-19-030863
10-K2019-05-03fiscal FY 2018421540001144204-19-023671
10-Q2018-12-12fiscal Q3 2018371230001144204-18-064270
10-Q2018-09-12fiscal Q2 2018361140001144204-18-049178
10-Q2018-06-06fiscal Q1 201835840001144204-18-033038
10-K2018-03-28fiscal FY 2017401480001144204-18-017543
10-Q2017-12-06fiscal Q3 2017361100001144204-17-062603
10-Q2017-09-06fiscal Q2 2017351080001144204-17-046849
10-Q2017-06-07fiscal Q1 201731760001144204-17-031530
10-K2017-03-22fiscal FY 2016361360001144204-17-016068
10-Q2016-12-07fiscal Q3 201629970001144204-16-138383
10-Q2016-09-07fiscal Q2 201629970001144204-16-123098
10-Q2016-06-09fiscal Q1 201629710001144204-16-107720
10-K2016-03-25fiscal FY 2015341310001144204-16-090421
10-Q2015-12-09fiscal Q3 201529950001144204-15-070125
10-Q2015-09-09fiscal Q2 201529950001144204-15-054257
10-Q2015-06-10fiscal Q1 201529710001144204-15-036516
10-K2015-03-27fiscal FY 2014341310001144204-15-018962
10-Q2014-12-10fiscal Q3 201430970001144204-14-073186
10-Q2014-09-10fiscal Q2 201430970001144204-14-055248
10-Q2014-06-11fiscal Q1 201430730001144204-14-037046
10-K2014-03-28fiscal FY 2013351330001144204-14-018856
10-Q2013-12-09fiscal Q3 2013311000001144204-13-066330
10-Q2013-09-05fiscal Q2 2013331040001144204-13-049442
10-Q2013-06-07fiscal Q1 201333800001144204-13-033731
10-K2013-03-22fiscal FY 2012371390001144204-13-016804
10-Q2012-12-07fiscal Q3 2012331070001144204-12-066842
10-Q2012-09-04fiscal Q2 2012331070001144204-12-049520
10-Q2012-06-08fiscal Q1 201232790001144204-12-033919
10-K2012-03-21fiscal FY 201132850001144204-12-016369
10-Q2011-12-07fiscal Q3 2011331030001144204-11-068692
10-Q2011-09-07fiscal Q2 2011341030001193125-11-242337

Inspect the source

Entity
Francesca's Holdings CORP / CIK 0001399935
Captured
SEC response SHA-256
c4aabad0c4fcad728a95fa8ec0e20a8944f744476e81abeb3d55162f2b169757

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