
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 |
|---|---|---|---|
|
LPP S.A.
A multinational fashion group that designs, manufactures, a…
|
LPP | PL | Wholesale and retail trade |
|
lululemon athletica inc.
Designer and retailer of technical athletic apparel, footwe…
|
LULU | US | Wholesale and retail trade |
|
Lulu's Fashion Lounge Holdings, Inc.
Online retailer of women's apparel and accessories, positio…
|
LVLU | US | Wholesale and retail trade |
|
LuxExperience B.V.
Digital multi-brand luxury group operating an online platfo…
|
LUXE | NL | Wholesale and retail trade |
|
MAC HOUSE CO.,LTD.
Retailer of casual apparel, accessories, and lifestyle good…
|
7603 | JP | Wholesale and retail trade |
|
MAFIA TRENDS LIMITED
Retailer and wholesaler of contemporary men's apparel and f…
|
543613 | IN | Wholesale and retail trade |
|
Mallouppas & Papacostas Public CO LTD
A retail group operating franchise stores for international…
|
MPT | CY | Wholesale and retail trade |
|
MARISA LOJAS SA
Department store chain specializing in women's fashion and …
|
— | BR | Wholesale and retail trade |
|
MARKA MAĞAZACILIK A.Ş.
A retail company specializing in ready-to-wear apparel and …
|
MRMAG | TR | Wholesale and retail trade |
|
Metro Brands Limited
Multi-channel retailer of footwear and accessories across v…
|
METROBRAND | IN | 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.