ChiNese ChuRinga — Investor Relations & Filings
ChiNese ChuRinga focuses on the design, production, and distribution of cultural apparel and souvenir merchandise. The company specializes in manufacturing textiles and giftware that incorporate traditional motifs and indigenous-inspired artwork. Core business activities include product development, large-scale fabrication, and international supply chain management. The entity provides a diverse range of products, including printed apparel, accessories, and decorative items, catering to the global tourism and retail sectors. By utilizing advanced printing technologies and quality control standards, the company ensures the efficient delivery of themed consumer goods. Its operations are centered on bridging artistic design with commercial manufacturing to meet the demands of international markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国信证券股份有限公司关于公司发行股份及支付现金购买资产并募集配套资金暨关联交易之持续督导意见书 | 2017-04-21 | Chinese | |
| 国信证券股份有限公司关于公司发行股份及支付现金购买资产并募集配套资金暨关联交易之2016年度利润承诺实现情况的核查意见 | 2017-04-21 | Chinese | |
| 中信建投证券股份有限公司关于公司现金及发行股份购买资产募集配套资金2016年度存放与使用情况的核查意见 | 2017-04-21 | Chinese | |
| 中信建投证券股份有限公司关于公司现金及发行股份购买资产并募集配套资金2016年度业绩承诺实现情况的核查意见 | 2017-04-21 | Chinese | |
| 关于部分预留授予股票期权注销完成的公告 | 2017-04-20 | Chinese | |
| 关于公司重大资产重组业绩承诺实现情况专项审核报告(一) | 2017-04-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2017
15 filings
| |||||
| 36428441 | 国信证券股份有限公司关于公司发行股份及支付现金购买资产并募集配套资金暨关联交易之持续督导意见书 | 2017-04-21 | Chinese | ||
| 36428429 | 国信证券股份有限公司关于公司发行股份及支付现金购买资产并募集配套资金暨关联交易之2016年度利润承诺实现情况的核查意见 | 2017-04-21 | Chinese | ||
| 36428419 | 中信建投证券股份有限公司关于公司现金及发行股份购买资产募集配套资金2016年度存放与使用情况的核查意见 | 2017-04-21 | Chinese | ||
| 36428405 | 中信建投证券股份有限公司关于公司现金及发行股份购买资产并募集配套资金2016年度业绩承诺实现情况的核查意见 | 2017-04-21 | Chinese | ||
| 36428397 | 关于部分预留授予股票期权注销完成的公告 | 2017-04-20 | Chinese | ||
| 36428386 | 关于公司重大资产重组业绩承诺实现情况专项审核报告(一) | 2017-04-14 | Chinese | ||
| 36428372 | 年度募集资金存放与使用情况鉴证报告 | 2017-04-14 | Chinese | ||
| 36428357 | 内部控制鉴证报告 | 2017-04-14 | Chinese | ||
| 36428347 | 关于举行2016年度业绩网上说明会的通知 | 2017-04-14 | Chinese | ||
| 36428338 | 关于2017年度日常关联交易预计的公告 | 2017-04-14 | Chinese | ||
| 36428327 | 第三届监事会第八次会议决议公告 | 2017-04-14 | Chinese | ||
| 36428313 | 关于持股5%以上的股东部分股份质押的公告 | 2017-04-14 | Chinese | ||
| 36428304 | 第三届董事会第十次会议决议公告 | 2017-04-14 | Chinese | ||
| 36428284 | 2016年年度报告摘要 | 2017-04-14 | Chinese | ||
| 36428269 | 内部控制自我评价报告 | 2017-04-14 | 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 |
ChiNese ChuRinga 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/55256/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55256 | 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=55256 | 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=55256 \ -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": 55256}, 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 ChiNese ChuRinga (id: 55256)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.