
Realcan Pharmaceutical Group Co.,Ltd. — Investor Relations & Filings
Realcan Pharmaceutical Group Co., Ltd. specializes in the distribution of pharmaceutical products, medical devices, and healthcare consumables. The company operates an extensive supply chain network, providing integrated logistics and distribution services primarily to medical institutions and healthcare providers. Its core operations include the procurement, storage, and delivery of a wide range of medical supplies, supported by advanced information management systems and cold-chain logistics capabilities. Realcan also offers value-added services such as hospital supply chain optimization, third-party logistics, and financial solutions tailored to the healthcare industry. By focusing on a direct-to-hospital distribution model, the company aims to enhance the efficiency of medical supply procurement and ensure the timely delivery of critical healthcare products.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 控股股东及一致行动人关于不存在为发行对象作出保底保收益承诺等事项的声明和承诺 | 2020-12-02 | Chinese | |
| 公司与国金证券股份有限公司关于非公开发行股票申请文件反馈意见的回复 | 2020-12-02 | Chinese | |
| 关于控股股东及一致行动人不减持公司股票的承诺 | 2020-12-02 | Chinese | |
| 北京市金杜律师事务所关于公司非公开发行A股股票的补充法律意见书(一) | 2020-12-02 | Chinese | |
| 第四届董事会第九次会议决议的公告 | 2020-10-30 | Chinese | |
| 2020年第三季度报告全文 | 2020-10-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 36420090 | 控股股东及一致行动人关于不存在为发行对象作出保底保收益承诺等事项的声明和承诺 | 2020-12-02 | Chinese | ||
| 36420081 | 公司与国金证券股份有限公司关于非公开发行股票申请文件反馈意见的回复 | 2020-12-02 | Chinese | ||
| 36420055 | 关于控股股东及一致行动人不减持公司股票的承诺 | 2020-12-02 | Chinese | ||
| 36420045 | 北京市金杜律师事务所关于公司非公开发行A股股票的补充法律意见书(一) | 2020-12-02 | Chinese | ||
| 36419938 | 第四届董事会第九次会议决议的公告 | 2020-10-30 | Chinese | ||
| 36419931 | 2020年第三季度报告全文 | 2020-10-30 | Chinese | ||
| 36419895 | 2020年第三季度报告正文 | 2020-10-30 | Chinese | ||
| 36419884 | 关于参与投资无锡阿斯利康中金创业投资合伙企业(有限合伙)的公告 | 2020-10-30 | Chinese | ||
| 36419874 | 第四届监事会第九次会议决议的公告 | 2020-10-30 | Chinese | ||
| 36419866 | 关于非公开发行股票申请获得中国证监会受理的公告 | 2020-10-30 | Chinese | ||
| 36419857 | 联合信用评级有限公司关于终止“17瑞康01”信用等级的公告 | 2020-10-23 | Chinese | ||
| 36419845 | 关于公司与阿斯利康投资(中国)有限公司战略合作的公告 | 2020-10-19 | Chinese | ||
| 36419837 | 2017年面向合格投资者公开发行公司债券(第一期)“17瑞康01”2020年本息兑付暨摘牌公告 | 2020-10-14 | Chinese | ||
| 36419826 | 关于参加山东辖区上市公司2020年度投资者网上集体接待日活动的公告 | 2020-09-27 | Chinese | ||
| 36419820 | 2020年半年度报告摘要 | 2020-08-27 | 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 |
Realcan Pharmaceutical Group 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/54615/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54615 | 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=54615 | 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=54615 \ -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": 54615}, 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 Realcan Pharmaceutical Group Co.,Ltd. (id: 54615)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.