Jointown Pharmaceutical Group Co., Ltd — Investor Relations & Filings
About Jointown Pharmaceutical Group Co., Ltd
Jointown Pharmaceutical Group Co., Ltd. specializes in the distribution and supply chain management of pharmaceutical products and medical devices. The company operates an extensive logistics network that facilitates the wholesale and retail of Western medicines, traditional Chinese medicines, and medical instruments. Core business activities include pharmaceutical warehousing, cold chain logistics, and digital supply chain services designed to optimize the flow of healthcare products. Jointown serves a diverse client base, including hospitals, community health centers, and retail pharmacies. By leveraging advanced information technology and automated logistics systems, the company provides integrated solutions for pharmaceutical procurement and distribution, focusing on efficiency and safety in the healthcare supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 九州通2026年第一次临时股东会法律意见书 | 2026-01-07 | Chinese | |
| 九州通关于盐酸布比卡因注射液获得药品注册证书的公告 | 2026-01-06 | Chinese | |
| 九州通关于股东会开设网络投票提示服务的公告 | 2026-01-04 | Chinese | |
| 九州通关于召开2026年第一次临时股东会的提示性公告 | 2026-01-04 | Chinese | |
| 九州通关于股东提前解除股份质押及质押的公告 | 2025-12-30 | Chinese | |
| 九州通关于全资子公司参与重整投资的奥园美谷科技股份有限公司重整计划执行完毕的公告 | 2025-12-29 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
4 filings
| |||||
| 36043216 | 九州通2026年第一次临时股东会法律意见书 | 2026-01-07 | Chinese | ||
| 36043202 | 九州通关于盐酸布比卡因注射液获得药品注册证书的公告 | 2026-01-06 | Chinese | ||
| 36043190 | 九州通关于股东会开设网络投票提示服务的公告 | 2026-01-04 | Chinese | ||
| 36043181 | 九州通关于召开2026年第一次临时股东会的提示性公告 | 2026-01-04 | Chinese | ||
|
2025
11 filings
| |||||
| 36043168 | 九州通关于股东提前解除股份质押及质押的公告 | 2025-12-30 | Chinese | ||
| 36043160 | 九州通关于全资子公司参与重整投资的奥园美谷科技股份有限公司重整计划执行完毕的公告 | 2025-12-29 | Chinese | ||
| 36043151 | 九州通关于盐酸异丙嗪注射液获得药品注册证书的公告 | 2025-12-26 | Chinese | ||
| 36043147 | 九州通关于控股股东完成2022年非公开发行可交换公司债券(第三期)兑付并摘牌暨拟办理解除股票担保及信托登记的提示性公告 | 2025-12-23 | Chinese | ||
| 36043144 | 九州通章程(2025年12月修订) | 2025-12-19 | Chinese | ||
| 36043137 | 九州通关于修订《公司章程》及相关议事规则的公告 | 2025-12-19 | Chinese | ||
| 36043127 | 九州通董事、高级管理人员薪酬管理制度(2025年12月修订) | 2025-12-19 | Chinese | ||
| 36043119 | 九州通关于2026年度使用临时闲置资金委托理财预计的公告 | 2025-12-19 | Chinese | ||
| 36043111 | 中信证券关于九州通医药集团股份有限公司2026年度使用临时闲置资金委托理财预计的核查意见 | 2025-12-19 | Chinese | ||
| 36043094 | 九州通关于2026年度预计担保及授权的公告 | 2025-12-19 | Chinese | ||
| 36043085 | 九州通关于召开2026年第一次临时股东会的通知 | 2025-12-19 | 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 |
Jointown 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/57148/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57148 | 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=57148 | 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=57148 \ -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": 57148}, 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 Jointown Pharmaceutical Group Co., Ltd (id: 57148)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.