
GENESCO INC — Investor Relations & Filings
Genesco Inc. is a specialty retailer and wholesaler focused on branded footwear, accessories, and apparel. The company operates through an omnichannel platform that includes numerous retail stores and e-commerce websites. Its retail operations are composed of distinctively positioned brands. The Journeys Group, which includes Journeys, Schuh, and Little Burgundy, offers on-trend fashion footwear to teens, kids, and young adults. The Johnston & Murphy brand provides premium footwear, apparel, and accessories to affluent men and women. In addition to its retail segment, the Genesco Brands Group designs, develops, and markets footwear under licensed brands such as Dockers, Wrangler, and Starter, selling to other retailers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 8-K | 2026-05-05 | English | |
| Major Shareholding Notification 2026 | 2026-05-05 | English | |
| Major Shareholding Notification 2026 | 2026-04-27 | English | |
| Major Shareholding Notification 2026 | 2026-04-22 | English | |
| Major Shareholding Notification 2026 | 2026-04-15 | English | |
| 8-K - GENESCO INC (0000018498) (Filer) | 2026-04-08 | English |
Browse filings by year
33 years- 2026 20 filings
- 2025 52 filings
- 2024 63 filings
- 2023 62 filings
- 2022 69 filings
- 2021 116 filings
- 2020 88 filings
- 2019 64 filings
- 2018 75 filings
- 2017 60 filings
- 2016 81 filings
- 2015 75 filings
- 2014 85 filings
- 2013 89 filings
- 2012 71 filings
- 2011 77 filings
- 2010 76 filings
- 2009 75 filings
- 2008 90 filings
- 2007 78 filings
- 2006 91 filings
- 2005 83 filings
- 2004 86 filings
- 2003 52 filings
- 2002 24 filings
- 2001 27 filings
- 2000 12 filings
- 1999 11 filings
- 1998 25 filings
- 1997 14 filings
- 1996 10 filings
- 1995 7 filings
- 1994 11 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 45856700 | 8-K | 2026-05-05 | English | ||
| 45856702 | Major Shareholding Notification 2026 | 2026-05-05 | English | ||
| 45856704 | Major Shareholding Notification 2026 | 2026-04-27 | English | ||
| 45856712 | Major Shareholding Notification 2026 | 2026-04-22 | English | ||
| 45856714 | Major Shareholding Notification 2026 | 2026-04-15 | English | ||
| 33847386 | 8-K - GENESCO INC (0000018498) (Filer) | 2026-04-08 | English | ||
| 45856705 | 8-K | 2026-03-27 | English | ||
| 45856716 | Major Shareholding Notification 2026 | 2026-03-26 | English | ||
| 33041830 | 10-K - GENESCO INC (0000018498) (Filer) | 2026-03-25 | English | ||
| 45856710 | 8-K | 2026-03-06 | English | ||
| 15522765 | 4 Filing | 2026-02-06 | English | ||
| 15522767 | 4 Filing | 2026-02-02 | English | ||
| 15522766 | 4 Filing | 2026-02-02 | English | ||
| 15522764 | 4 Filing | 2026-02-02 | English | ||
| 15522759 | 4 Filing | 2026-02-02 | English | ||
Market data
Market data not available
Price history
Peer group · Retail sale of clothing, footwear and leather articles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
KIAASA RETAIL LIMITED
Retailer specializing in women's ethnic and fusion wear at …
|
544711 | IN | Wholesale and retail trade |
|
KONAKA CO.,LTD.
Sells men's and women's business and formal wear through a …
|
7494 | JP | Wholesale and retail trade |
|
KYOTO KIMONO YUZEN HOLDINGS Co.,Ltd.
Specialty retailer of kimonos, accessories, and jewelry for…
|
7615 | JP | Wholesale and retail trade |
|
LANDS' END, INC.
A multi-channel retailer of casual clothing, accessories, f…
|
LE | US | Wholesale and retail trade |
|
La Senza Corporation
Global retailer specializing in women's intimate apparel, f…
|
LSZ | CA | Wholesale and retail trade |
|
LE CHATEAU INC.
Designs, imports, and retails its own brand of contemporary…
|
CTU.H | CA | Wholesale and retail trade |
|
Les enphants
Specialty brand and retailer of infant apparel, maternity w…
|
2911 | TW | Wholesale and retail trade |
|
Libas Consumer Products Limited
Designs and retails fashion apparel and health-oriented con…
|
LIBAS | IN | Wholesale and retail trade |
|
LightInTheBox Holding Co., Ltd.
Global e-commerce retailer of apparel for middle-aged and s…
|
LITB | KY | Wholesale and retail trade |
|
LOJAS RENNER SA
Omni-channel fashion and lifestyle retailer of apparel, foo…
|
— | BR | Wholesale and retail trade |
GENESCO INC via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/33271/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=33271 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=33271 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=33271 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 33271}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for GENESCO INC (id: 33271)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.