Skip to content

VINCE HOLDING CORP.: filings

Every VINCE HOLDING CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-11fiscal Q2 2026401140001193125-26-388635
10-Q2026-06-16fiscal Q1 202640810001193125-26-271897
10-K2026-04-16fiscal FY 202548960001193125-26-158986
10-Q2025-12-10fiscal Q3 2025411200001193125-25-314362
10-Q2025-09-12fiscal Q2 2025411160001579157-25-000008
10-Q2025-06-17fiscal Q1 202541820000950170-25-087465
10-K2025-05-02fiscal FY 202448950000950170-25-062847
10-Q2024-12-12fiscal Q3 2024421210000950170-24-135830
10-Q2024-09-17fiscal Q2 2024411160000950170-24-107021
10-Q2024-06-18fiscal Q1 202441840000950170-24-074927
10-K2024-05-02fiscal FY 202350970000950170-24-052254
10-Q2023-12-07fiscal Q3 2023441230000950170-23-068836
10-Q2023-09-15fiscal Q2 2023441200000950170-23-048402
10-Q2023-06-13fiscal Q1 202345880000950170-23-027589
10-K2023-04-28fiscal FY 2022511020000950170-23-015755
10-Q2022-12-13fiscal Q3 2022451290000950170-22-026429
10-Q2022-09-12fiscal Q2 2022451250001564590-22-031471
10-Q2022-06-09fiscal Q1 202245890001564590-22-022815
10-K2022-04-29fiscal FY 2021521040001564590-22-016640
10-Q2021-12-09fiscal Q3 2021451300001564590-21-059908
10-Q2021-09-09fiscal Q2 2021451260001564590-21-047478
10-Q2021-06-10fiscal Q1 202145910001564590-21-032476
10-K2021-04-30fiscal FY 2020511010001564590-21-022575
10-Q2020-12-21fiscal Q3 2020441330001564590-20-057849
10-Q2020-09-15fiscal Q2 2020431280001564590-20-043479
10-Q2020-07-31fiscal Q1 202045900001564590-20-035016
10-K2020-06-11fiscal FY 201950970001564590-20-029028
10-Q2019-12-12fiscal Q3 2019441270001564590-19-045858
10-Q2019-09-12fiscal Q2 2019431190001564590-19-034611
10-Q2019-06-13fiscal Q1 201942860001564590-19-022471
10-K2019-04-12fiscal FY 2018471230001564590-19-011520
10-Q2018-12-13fiscal Q3 2018411110001564590-18-030892
10-Q2018-09-13fiscal Q2 2018401090001564590-18-023111
10-Q2018-06-14fiscal Q1 201838780001564590-18-015627
10-K2018-04-25fiscal FY 2017421420001564590-18-009069
10-Q2017-12-07fiscal Q3 2017351030001564590-17-024660
10-Q2017-09-07fiscal Q2 201735980001564590-17-018369
10-Q2017-06-08fiscal Q1 201735710001564590-17-012273
10-K2017-04-28fiscal FY 2016411380001564590-17-007764
10-Q2016-12-08fiscal Q3 201634970001564590-16-030009
10-Q2016-09-08fiscal Q2 201634960001564590-16-025049
10-Q2016-06-08fiscal Q1 201634690001564590-16-020373
10-K2016-04-14fiscal FY 2015431460001564590-16-016221
10-Q2015-12-10fiscal Q3 201534960001564590-15-011419
10-Q2015-09-08fiscal Q2 201534960001564590-15-007800
10-Q2015-06-10fiscal Q1 201533680001564590-15-004988
10-K2015-03-27fiscal FY 2014451320001193125-15-109392
10-Q2014-12-12fiscal Q3 2014381040001193125-14-441257
10-Q2014-09-12fiscal Q2 2014371030001193125-14-340344
10-Q2014-06-12fiscal Q1 201437740001193125-14-234819
10-K2014-04-04fiscal FY 2013431220001193125-14-130850
10-Q2014-01-03fiscal Q3 2013371020001193125-14-001236

Inspect the source

Entity
VINCE HOLDING CORP. / CIK 0001579157
Captured
2026-09-20T09:22:19.979Z
SEC response SHA-256
c31e8ccc0d7922d357648f35fe3e5753f304d3dd2c0557c5dcdc280c02e0479d

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