
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 |
|---|---|---|---|
| 审计报告 | 2011-07-15 | Chinese | |
| 北京市观韬律师事务所关于公司首次公开发行股票并在创业板上市的法律意见书 | 2011-07-15 | Chinese | |
| 国信证券股份有限公司关于公司首次公开发行股票并在创业板上市的发行保荐工作报告 | 2011-07-15 | Chinese | |
| 首次公开发行股票并在创业板上市招股意向书 | 2011-07-15 | Chinese | |
| 北京市观韬律师事务所关于公司首次公开发行股票并在创业板上市的补充法律意见书(二) | 2011-07-15 | Chinese | |
| 关于公司内部控制的鉴证报告 | 2011-07-15 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2011
15 filings
| |||||
| 36418106 | 审计报告 | 2011-07-15 | Chinese | ||
| 36417631 | 北京市观韬律师事务所关于公司首次公开发行股票并在创业板上市的法律意见书 | 2011-07-15 | Chinese | ||
| 36417158 | 国信证券股份有限公司关于公司首次公开发行股票并在创业板上市的发行保荐工作报告 | 2011-07-15 | Chinese | ||
| 36416976 | 首次公开发行股票并在创业板上市招股意向书 | 2011-07-15 | Chinese | ||
| 36416882 | 北京市观韬律师事务所关于公司首次公开发行股票并在创业板上市的补充法律意见书(二) | 2011-07-15 | Chinese | ||
| 36416627 | 关于公司内部控制的鉴证报告 | 2011-07-15 | Chinese | ||
| 36416501 | 北京市观韬律师事务所关于公司首次公开发行股票并在创业板上市的补充法律意见书(三) | 2011-07-15 | Chinese | ||
| 36416473 | 北京市观韬律师事务所关于公司首次公开发行股票并在创业板上市的补充法律意见书(一) | 2011-07-15 | Chinese | ||
| 36415954 | 北京市观韬律师事务所关于公司首次公开发行股票并在创业板上市的律师工作报告 | 2011-07-15 | Chinese | ||
| 36415186 | 首次公开发行股票并在创业板上市初步询价及推介公告 | 2011-07-15 | Chinese | ||
| 36415179 | 关于公司设立以来股本演变情况的说明及其董事、监事、高级管理人员的确认意见 | 2011-07-15 | Chinese | ||
| 36415171 | 中国证监会关于核准公司首次公开发行股票并在创业板上市的批复 | 2011-07-15 | Chinese | ||
| 36415152 | 控股股东、实际控制人对招股说明书的确认意见 | 2011-07-15 | Chinese | ||
| 36415138 | 国信证券股份有限公司关于公司首次公开发行股票并在创业板上市的发行保荐书 | 2011-07-15 | Chinese | ||
| 36414760 | 公司章程(草案) | 2011-07-15 | 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.