Geox — Investor Relations & Filings
Geox is a manufacturer of footwear and apparel renowned for its patented breathable and waterproof technologies. The company's core innovation is the Geox Respira™ system, which integrates a perforated sole with a special micro-porous membrane. This technology allows perspiration to escape as water vapor while preventing external water from penetrating the shoe, thereby promoting natural thermoregulation and enhancing comfort. The brand offers extensive collections of casual and formal footwear for men, women, and children. Geox has also extended its breathable technology to a line of apparel, primarily focusing on outerwear that provides similar benefits of comfort and protection from the elements.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2026 Shareholders’ Meeting and subsequent Board of Directors Meeting of Geox S.p.A. | 2026-04-22 | English | |
| Assemblea degli Azionisti 2026 e successivo Consiglio di Amministrazione di Geox S.p.A. | 2026-04-22 | Italian | |
| AVVISO DI DEPOSITO RELAZIONE FINANZIARIA ANNUALE AL 31.12.2025 / NOTICE OF FILING OF THE ANNUAL FINANCIAL REPORT AT DECEMBER 31, 2025 | 2026-03-31 | Italian | |
| Independent Auditors’ Report on the Consolidated Sustainability Statement 2025 | 2026-03-31 | English | |
| Independent Auditors’ Report on the Consolidated Financial Statements 2025 | 2026-03-31 | English | |
| Corporate Governance Report | 2026-03-31 | Italian |
Market data
Market data not available
Price history
Peer group · Manufacture of footwear
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
WEYCO GROUP INC
Designs, markets, and distributes casual and dress footwear…
|
WEYS | US | Manufacturing |
|
Wojas S.A.
A manufacturer and retailer of leather footwear, clothing, …
|
WOJ | PL | Manufacturing |
|
WOLVERINE WORLD WIDE INC /DE/
Global designer, marketer, and licensor of a portfolio of f…
|
WWW | US | Manufacturing |
|
Yue Yuen Industrial (Holdings) Limited
World's largest ODM/OEM manufacturer of branded athletic, o…
|
551 | BM | Manufacturing |
|
Zhejiang Aokang Shoes Co.,Ltd.
Specializes in the design, manufacture, and retail of leath…
|
603001 | CN | Manufacturing |
|
ZHEJIANG RED DRAGONFLY FOOTWEAR CO.,LTD.
Designs, manufactures, and distributes leather footwear and…
|
603116 | CN | Manufacturing |
Geox 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/4421/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4421 | 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=4421 | 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=4421 \ -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": 4421}, 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 Geox (id: 4421)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.