Winox Holdings Limited — Investor Relations & Filings
Winox Holdings Limited is an investment holding company principally engaged in the development, manufacture, trading, and sale of stainless steel products. The core offerings include stainless steel watch bracelets, costume jewelry, and various accessories. The Group operates as a key supplier, manufacturing these products for international renowned brands, with a significant client base headquartered in Europe. The company maintains operations and sales activities across its markets, including the People's Republic of China.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| TERMS OF REFERENCE OF THE NOMINATION COMMITTEE | 2025-05-26 | English | |
| List of Directors and their Role and Function | 2025-05-26 | English | |
| Poll Results of Annual General Meeting held on 26 May 2025 and Change in Composition of the Nomination Committee | 2025-05-26 | English | |
| Monthly Return of Equity Issuer on Movements in Securities for the month ended 30 April 2025 | 2025-05-02 | English | |
| Notification Letter and Request Form to Non-Registered Shareholders | 2025-04-17 | English | |
| Notification Letter and Reply Form to Registered Shareholders | 2025-04-17 | English |
Market data
Market data not available
Price history
Peer group · Manufacture of imitation jewellery and related articles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Banaras Beads Ltd.
Manufactures and exports glass beads, fashion jewelry, and …
|
BANARBEADS | IN | Manufacturing |
Winox Holdings Limited 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/51057/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51057 | 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=51057 | 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=51057 \ -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": 51057}, 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 Winox Holdings Limited (id: 51057)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.