Skip to content

J.Jill, Inc.: filings

Every J.Jill, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

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-Q2026-09-09fiscal Q2 2026431190001193125-26-386569
10-Q2026-06-10fiscal Q1 202644910001193125-26-265857
10-K2026-03-31fiscal FY 2025531340001193125-26-134566
10-Q2025-12-10fiscal Q3 2025451270001193125-25-314318
10-Q2025-09-03fiscal Q2 2025451230001193125-25-194952
10-Q2025-06-11fiscal Q1 202544900000950170-25-084826
10-K2025-04-01fiscal FY 2024531340000950170-25-048494
10-Q2024-12-11fiscal Q3 2024451270000950170-24-135426
10-Q2024-09-04fiscal Q2 2024451230000950170-24-103118
10-Q2024-06-07fiscal Q1 202444900000950170-24-070236
10-K2024-04-04fiscal FY 2024511270000950170-24-041871
10-Q2023-12-05fiscal Q3 2023441230000950170-23-068143
10-Q2023-08-31fiscal Q2 2023441180000950170-23-045770
10-Q2023-06-07fiscal Q1 202344880000950170-23-026806
10-K2023-03-30fiscal FY 2022521310000950170-23-010910
10-Q2022-12-06fiscal Q3 2022441240000950170-22-026066
10-Q2022-09-01fiscal Q2 2022441190000950170-22-018035
10-Q2022-06-08fiscal Q1 202243870000950170-22-011334
10-K2022-04-13fiscal FY 2021511290001564590-22-014339
10-Q2021-12-14fiscal Q3 2021431220001564590-21-060218
10-Q2021-09-09fiscal Q2 2021431180001564590-21-047495
10-Q2021-06-09fiscal Q1 202143870001564590-21-032263
10-K2021-04-12fiscal FY 2020511310001564590-21-018528
10-Q2020-12-11fiscal Q3 2020421190001564590-20-056863
10-Q2020-09-10fiscal Q2 2020421150001564590-20-043158
10-Q2020-07-28fiscal Q1 202042850001564590-20-033943
10-K2020-06-15fiscal FY 2019502140001564590-20-029393
10-Q2019-12-12fiscal Q3 2019421160001564590-19-045849
10-Q2019-09-11fiscal Q2 2019421120001564590-19-034515
10-Q2019-06-11fiscal Q1 201942830001564590-19-022254
10-K2019-04-08fiscal FY 2018472100001564590-19-011027
10-Q2018-12-13fiscal Q3 2018401150001564590-18-030889
10-Q2018-09-18fiscal Q2 2018391040001564590-18-023274
10-Q2018-06-14fiscal Q1 201838760001564590-18-015623
10-K2018-04-13fiscal FY 2017401900001564590-18-008155
10-Q2017-12-12fiscal Q3 201734900001564590-17-024840
10-Q2017-09-12fiscal Q2 201734900001564590-17-018595
10-Q2017-06-12fiscal Q1 201733650001193125-17-201320

Inspect the source

Entity
J.Jill, Inc. / CIK 0001687932
Captured
2026-09-19T11:20:20.863Z
SEC response SHA-256
c7b0d96f7ea84d787cb59834de1d31dc8460760cfe3b339f5c8eaeddee9f2685

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