
XIN HEE CO.,LTD. — Investor Relations & Filings
XIN HEE CO.,LTD. specializes in the design, manufacturing, and distribution of high-end women's fashion. The company operates a diverse portfolio of proprietary brands, including JORYA, JORYA weekend, GIVH SHYH, ANMANI, CAROLINE, and AIVEI, each catering to distinct aesthetic preferences and lifestyle needs of modern women. Its product range encompasses apparel, footwear, and accessories characterized by sophisticated tailoring and premium materials. The company maintains a robust retail presence through a network of self-operated stores and franchised outlets located in major commercial centers. By leveraging a multi-brand strategy, XIN HEE CO.,LTD. targets the mid-to-high-end market segment, focusing on delivering elegant, contemporary designs that emphasize quality and brand heritage.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于使用部分闲置募集资金进行现金管理的进展公告 | 2024-08-09 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理的进展公告 | 2024-08-05 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理的进展公告 | 2024-07-24 | Chinese | |
| 2024年第二次临时股东大会决议公告 | 2024-07-24 | Chinese | |
| 北京市天元律师事务所关于欣贺股份有限公司2024年第二次临时股东大会的法律意见 | 2024-07-24 | Chinese | |
| 北京市天元律师事务所关于欣贺股份有限公司实施2024年员工持股计划的法律意见 | 2024-07-17 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 37746802 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2024-08-09 | Chinese | ||
| 37746795 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2024-08-05 | Chinese | ||
| 37746786 | 关于使用部分闲置募集资金进行现金管理的进展公告 | 2024-07-24 | Chinese | ||
| 37746773 | 2024年第二次临时股东大会决议公告 | 2024-07-24 | Chinese | ||
| 37746760 | 北京市天元律师事务所关于欣贺股份有限公司2024年第二次临时股东大会的法律意见 | 2024-07-24 | Chinese | ||
| 37746748 | 北京市天元律师事务所关于欣贺股份有限公司实施2024年员工持股计划的法律意见 | 2024-07-17 | Chinese | ||
| 37746730 | 上海荣正企业咨询服务(集团)股份有限公司关于欣贺股份有限公司2024年员工持股计划(草案)之独立财务顾问报告 | 2024-07-17 | Chinese | ||
| 37746713 | 关于股东所持公司股份被司法强制拍卖结果的提示性公告 | 2024-07-16 | Chinese | ||
| 37746705 | 北京市天元律师事务所关于欣贺股份有限公司实际控制人、董事长增持股份的法律意见 | 2024-07-16 | Chinese | ||
| 37746691 | 关于公司控股股东、实际控制人及其一致行动人权益变动超过1%的公告 | 2024-07-16 | Chinese | ||
| 37746677 | 北京市天元律师事务所关于欣贺股份有限公司实际控制人、董事长增持股份的法律意见 | 2024-07-12 | Chinese | ||
| 37746657 | 关于实际控制人、董事长增持公司股份计划完成的公告 | 2024-07-12 | Chinese | ||
| 37746651 | 2024年半年度业绩预告 | 2024-07-09 | Chinese | ||
| 37746640 | 监事会关于公司2024年员工持股计划相关事项的审核意见 | 2024-07-08 | Chinese | ||
| 37746626 | 关于召开2024年第二次临时股东大会的通知 | 2024-07-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of wearing apparel, except fur apparel
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
707 Cayman Holdings Ltd.
Provides supply chain management solutions for the apparel …
|
JEM | US | Manufacturing |
|
Active Clothing Co Limited
Apparel manufacturer offering OEM and ODM services for glob…
|
541144 | IN | Manufacturing |
|
ADDENTAX GROUP CORP.
Provider of garment manufacturing, logistics services, and …
|
ATXG | US | Manufacturing |
|
adidas AG
A multinational corporation that designs and markets athlet…
|
ADS | DE | Manufacturing |
|
Adolfo Dominguez S.A.
Designs and retails timeless clothing and accessories using…
|
ADZ | ES | Manufacturing |
|
Aeffe
Creates, produces, and distributes luxury fashion, footwear…
|
AEF | IT | Manufacturing |
|
AGABANG&COMPANY
A manufacturer and distributor of apparel and products for …
|
013990 | KR | Manufacturing |
|
Aimer Co.,Ltd.
Designer and manufacturer of high-end intimate apparel and …
|
603511 | CN | Manufacturing |
|
AKIN TEKSTİL A.Ş.
An integrated manufacturer of high-caliber woven fabrics an…
|
ATEKS | TR | Manufacturing |
|
Ameridge Corporation
A diversified company with operations in fashion, wellness,…
|
900100 | US | Manufacturing |
XIN HEE CO.,LTD. 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/55001/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55001 | 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=55001 | 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=55001 \ -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": 55001}, 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 XIN HEE CO.,LTD. (id: 55001)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.