
C.Q. Pharmaceutical Holding Co., Ltd. — Investor Relations & Filings
C.Q. Pharmaceutical Holding Co., Ltd. is a comprehensive pharmaceutical enterprise specializing in the distribution, retail, and supply chain management of healthcare products. The company operates an extensive network focused on the wholesale of pharmaceuticals and medical devices, providing integrated logistics and warehousing solutions to healthcare providers and manufacturers. Its core business activities encompass the procurement and distribution of a wide range of prescription drugs, over-the-counter medications, and specialized medical equipment. Through its retail pharmacy operations and third-party logistics services, the company facilitates the efficient delivery of medical supplies. C.Q. Pharmaceutical Holding Co., Ltd. emphasizes technological integration within its supply chain to optimize inventory management and ensure the integrity of healthcare products throughout the distribution lifecycle.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2024年度可持续发展报告 | 2025-04-23 | Chinese | |
| 年度股东大会通知 | 2025-04-23 | Chinese | |
| 2024年度董事会工作报告 | 2025-04-23 | Chinese | |
| 关于计提减值准备的公告 | 2025-04-23 | Chinese | |
| 董事会决议公告 | 2025-04-23 | Chinese | |
| 2024年度独立董事述职报告(蔡仲曦) | 2025-04-23 | Chinese |
Browse filings by year
27 years- 2026 58 filings
- 2025 146 filings
- 2024 133 filings
- 2023 165 filings
- 2022 165 filings
- 2021 170 filings
- 2020 154 filings
- 2019 207 filings
- 2018 184 filings
- 2017 215 filings
- 2016 237 filings
- 2015 113 filings
- 2014 104 filings
- 2013 79 filings
- 2012 108 filings
- 2011 116 filings
- 2010 67 filings
- 2009 72 filings
- 2008 64 filings
- 2007 68 filings
- 2006 64 filings
- 2005 78 filings
- 2004 45 filings
- 2003 35 filings
- 2002 29 filings
- 2001 5 filings
- 1999 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 44235748 | 2024年度可持续发展报告 | 2025-04-23 | Chinese | ||
| 44235265 | 年度股东大会通知 | 2025-04-23 | Chinese | ||
| 44235250 | 2024年度董事会工作报告 | 2025-04-23 | Chinese | ||
| 44235242 | 关于计提减值准备的公告 | 2025-04-23 | Chinese | ||
| 44235235 | 董事会决议公告 | 2025-04-23 | Chinese | ||
| 44235229 | 2024年度独立董事述职报告(蔡仲曦) | 2025-04-23 | Chinese | ||
| 44235221 | 监事会决议公告 | 2025-04-23 | Chinese | ||
| 44235212 | 2024年度独立董事述职报告(陈逢文) | 2025-04-23 | Chinese | ||
| 44235205 | 董事会对独立董事独立性评估的专项意见 | 2025-04-23 | Chinese | ||
| 44235189 | 关于收到重庆证监局行政监管措施决定书的公告 | 2025-04-18 | Chinese | ||
| 44235177 | 第八届监事会第三十三次会议决议公告 | 2025-04-11 | Chinese | ||
| 44235164 | 《合规管理办法》(2025年4月) | 2025-04-11 | Chinese | ||
| 44235155 | 《总法律顾问管理制度》(2025年4月) | 2025-04-11 | Chinese | ||
| 44235138 | 《企业主要负责人履行推进法治建设第一责任人职责实施办法》(2025年4月) | 2025-04-11 | Chinese | ||
| 44235126 | 第九届董事会第十二次会议决议公告 | 2025-04-11 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Wholesale of other household goods
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
111, Inc.
A tech-enabled healthcare platform connecting patients with…
|
YI | KY | Wholesale and retail trade |
|
AAYUSH ART AND BULLION LIMITED
Trades and distributes gold and silver bullion, coins, and …
|
540718 | IN | Wholesale and retail trade |
|
Al Hassan Ghazi Ibrahim Shaker Co.
Distributes air conditioning, home appliances, and energy m…
|
1214 | SA | Wholesale and retail trade |
|
ALLIANCE ENTERTAINMENT HOLDING CORP
Global wholesaler and distributor of home entertainment pro…
|
AENT | US | Wholesale and retail trade |
|
ALLIANCE PHARMA PLC
Specialty pharmaceutical company acquiring and marketing co…
|
APH | GB | Wholesale and retail trade |
|
ARATA CORPORATION
A wholesale trading company distributing daily consumer goo…
|
2733 | JP | Wholesale and retail trade |
|
Asker Healthcare Group AB
A partner to caregivers and patients providing medical prod…
|
ASKER | SE | Wholesale and retail trade |
|
Aspire & Innovative Advertising Limited
Distributes consumer durables and electronics via an asset-…
|
ASPIRE | IN | Wholesale and retail trade |
|
Ausupreme International Holdings Limited
Distributor of TGA-certified Australian health foods and We…
|
2031 | HK | Wholesale and retail trade |
|
Avidus Management Group Inc.
Marketer and distributor of nutraceutical products, supplem…
|
ASNHF | CA | Wholesale and retail trade |
C.Q. Pharmaceutical Holding 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/53918/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53918 | 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=53918 | 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=53918 \ -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": 53918}, 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 C.Q. Pharmaceutical Holding Co., Ltd. (id: 53918)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.