
HANGZHOU AGS MEDTECH CO.,LTD — Investor Relations & Filings
Hangzhou AGS MedTech Co., Ltd. specializes in the research, development, and manufacturing of minimally invasive medical instruments, primarily focusing on endoscopic accessories. The product portfolio encompasses a comprehensive range of disposable devices for gastrointestinal and respiratory interventions, including biopsy forceps, hemoclips, injection needles, polypectomy snares, and guide wires. The company integrates advanced manufacturing processes with rigorous quality management systems, adhering to international standards such as ISO 13485, CE, and FDA. By providing high-precision diagnostic and therapeutic tools, the organization supports clinical procedures in gastroenterology and pulmonology. Its technical expertise facilitates the delivery of reliable solutions aimed at improving procedural outcomes and patient safety in global healthcare markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 安杰思关于变更保荐代表人的公告 | 2026-05-29 | Chinese | |
| 安杰思2025 年年度股东会决议公告 | 2026-05-15 | Chinese | |
| 安杰思关于注销2025年员工持股计划全部股票并减少注册资本暨通知债权人的公告 | 2026-05-15 | Chinese | |
| 安杰思2025年年度股东会会议资料 | 2026-05-06 | Chinese | |
| 安杰思关于部分募投项目结项并将节余募集资金永久补充流动资金的公告 | 2026-04-22 | Chinese | |
| 安杰思关于修订公司部分管理制度的公告 | 2026-04-22 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47896753 | 安杰思关于变更保荐代表人的公告 | 2026-05-29 | Chinese | ||
| 46365605 | 安杰思2025 年年度股东会决议公告 | 2026-05-15 | Chinese | ||
| 46365603 | 安杰思关于注销2025年员工持股计划全部股票并减少注册资本暨通知债权人的公告 | 2026-05-15 | Chinese | ||
| 44281389 | 安杰思2025年年度股东会会议资料 | 2026-05-06 | Chinese | ||
| 44472373 | 安杰思关于部分募投项目结项并将节余募集资金永久补充流动资金的公告 | 2026-04-22 | Chinese | ||
| 44472368 | 安杰思关于修订公司部分管理制度的公告 | 2026-04-22 | Chinese | ||
| 44472365 | 天健审〔2026〕8051号-安杰思2025年年度内控审计报告 | 2026-04-22 | Chinese | ||
| 44472362 | 安杰思2025年度“提质增效重回报”行动方案评估报告暨2026年度“提质增效重回报”行动方案 | 2026-04-22 | Chinese | ||
| 44472357 | 安杰思关于公司2025年员工持股计划第一个解锁期解锁条件未成就的公告 | 2026-04-22 | Chinese | ||
| 44472354 | 安杰思2025年度独立董事述职报告-夏立安 | 2026-04-22 | Chinese | ||
| 44472347 | 天健审〔2026〕8052号-安杰思2025年募集资金鉴证报告 | 2026-04-22 | Chinese | ||
| 44472341 | 安杰思关于2025年限制性股票激励计划第一个归属期不符合归属条件暨作废部分已授予尚未归属的限制性股票的公告 | 2026-04-22 | Chinese | ||
| 44472337 | 安杰思2025年年度报告 | 2026-04-22 | Chinese | ||
| 44472333 | 安杰思2025年度独立董沈事述职报告-沈梦晖 | 2026-04-22 | Chinese | ||
| 44472330 | 安杰思关于2023年限制性股票激励计划第三个归属期及预留授予部分第二个归属期不符合归属条件暨作废部分已授予尚未归属的限制性股票的公告 | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of medical and dental instruments and supplies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alteco Medical AB
Develops blood purification devices for treating sepsis in …
|
ALTE | SE | Manufacturing |
|
Ambu
Develops and markets single-use medical devices for endosco…
|
AMBU | DK | Manufacturing |
|
AMCO United Holding Limited
Engaged in the manufacture and sale of medical devices, pla…
|
630 | HK | Manufacturing |
|
Amkay Products Limited
Manufactures and distributes medical disposables, respirato…
|
544169 | IN | Manufacturing |
|
Amplitude Surgical
Designs and manufactures surgical technologies for lower-li…
|
AMPLI | FR | Manufacturing |
|
Angelalign Technology Inc.
A global provider of evidence-based, digital clear aligner …
|
6699 | KY | Manufacturing |
|
ANGEL ROBOTICS Co., Ltd.
Develops wearable robotic exoskeletons for healthcare and r…
|
455900 | KR | Manufacturing |
|
ANGIODYNAMICS INC
Develops minimally invasive devices for vascular disease an…
|
ANGO | US | Manufacturing |
|
ANHUI HONGYU WUZHOU MEDICAL MANUFACTURER CO.,LTD.
Manufacturer of sterile syringes, needles, and disposable m…
|
301234 | CN | Manufacturing |
|
Anondita Medicare Limited
Manufacturer and exporter of medical devices and disposable…
|
ANONDITA | IN | Manufacturing |
HANGZHOU AGS MEDTECH 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/58506/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58506 | 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=58506 | 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=58506 \ -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": 58506}, 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 HANGZHOU AGS MEDTECH CO.,LTD (id: 58506)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.