
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 |
|---|---|---|---|
| 2023年度董事会工作报告 | 2024-04-29 | Chinese | |
| 独立董事候选人声明与承诺(梁晨) | 2024-04-29 | Chinese | |
| 关于计提2023年度资产减值准备的公告 | 2024-04-29 | Chinese | |
| 审计委员会关于对会计师事务所2023年度履职情况评估及履行监督职责情况的报告 | 2024-04-29 | Chinese | |
| 上海荣正企业咨询服务(集团)股份有限公司关于欣贺股份有限公司2021年限制性股票激励计划回购注销部分限制性股票相关事项之独立财务顾问报告 | 2024-04-29 | Chinese | |
| 董事会决议公告 | 2024-04-29 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 37745835 | 2023年度董事会工作报告 | 2024-04-29 | Chinese | ||
| 37745829 | 独立董事候选人声明与承诺(梁晨) | 2024-04-29 | Chinese | ||
| 37745817 | 关于计提2023年度资产减值准备的公告 | 2024-04-29 | Chinese | ||
| 37745804 | 审计委员会关于对会计师事务所2023年度履职情况评估及履行监督职责情况的报告 | 2024-04-29 | Chinese | ||
| 37745803 | 上海荣正企业咨询服务(集团)股份有限公司关于欣贺股份有限公司2021年限制性股票激励计划回购注销部分限制性股票相关事项之独立财务顾问报告 | 2024-04-29 | Chinese | ||
| 37745794 | 董事会决议公告 | 2024-04-29 | Chinese | ||
| 37745780 | 关于2021年限制性股票激励计划第三个解除限售期解除限售条件未成就暨回购注销部分限制性股票的公告 | 2024-04-29 | Chinese | ||
| 37745770 | 独立董事2023年度述职报告(吴锦凤) | 2024-04-29 | Chinese | ||
| 37745763 | 2023年年度报告 | 2024-04-29 | Chinese | ||
| 37745692 | 关于公司向银行申请综合授信额度的公告 | 2024-04-29 | Chinese | ||
| 37745673 | 关于续聘2024年度会计师事务所的公告 | 2024-04-29 | Chinese | ||
| 37745658 | 董事会提名委员会关于第五届董事会董事候选人的审核意见 | 2024-04-29 | Chinese | ||
| 37745646 | 中信建投证券股份有限公司关于欣贺股份有限公司使用部分闲置募集资金和闲置自有资金进行现金管理的核查意见 | 2024-04-29 | Chinese | ||
| 37745633 | 关于参加厦门辖区上市公司2023年年报业绩说明会暨投资者网上集体接待日活动的公告 | 2024-04-29 | Chinese | ||
| 37745623 | 2024年一季度报告 | 2024-04-29 | 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.