
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 |
|---|---|---|---|
| 中信证券股份有限公司关于杭州安杰思医学科技股份有限公司相关股东所持股份延长锁定期的核查意见 | 2023-08-03 | Chinese | |
| 关于杭州安杰思医学科技股份有限公司相关股东延长股份锁定期的公告 | 2023-08-03 | Chinese | |
| 安杰思2022年年度权益分派实施公告 | 2023-07-13 | Chinese | |
| 安杰思2022年年度股东大会决议公告 | 2023-06-30 | Chinese | |
| 北京德恒(杭州)律师事务所关于杭州安杰思医学科技股份有限公司2022年年度股东大会的法律意见 | 2023-06-30 | Chinese | |
| 安杰思2022年年度股东大会会议资料 | 2023-06-19 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 44465954 | 中信证券股份有限公司关于杭州安杰思医学科技股份有限公司相关股东所持股份延长锁定期的核查意见 | 2023-08-03 | Chinese | ||
| 44465938 | 关于杭州安杰思医学科技股份有限公司相关股东延长股份锁定期的公告 | 2023-08-03 | Chinese | ||
| 44465932 | 安杰思2022年年度权益分派实施公告 | 2023-07-13 | Chinese | ||
| 44465914 | 安杰思2022年年度股东大会决议公告 | 2023-06-30 | Chinese | ||
| 44465898 | 北京德恒(杭州)律师事务所关于杭州安杰思医学科技股份有限公司2022年年度股东大会的法律意见 | 2023-06-30 | Chinese | ||
| 44465874 | 安杰思2022年年度股东大会会议资料 | 2023-06-19 | Chinese | ||
| 44465853 | 安杰思独立董事关于第二届董事会第五次会议相关事项的独立意见 | 2023-06-06 | Chinese | ||
| 44465844 | 安杰思公司章程(2023年6月) | 2023-06-06 | Chinese | ||
| 44465829 | 安杰思2022年度董事会审计委员会履职情况报告 | 2023-06-06 | Chinese | ||
| 44465819 | 安杰思关于2022年年度利润分配预案的公告 | 2023-06-06 | Chinese | ||
| 44465813 | 安杰思关于公司变更注册资本、公司类型、修订《公司章程》并办理工商变更登记的公告 | 2023-06-06 | Chinese | ||
| 44465805 | 安杰思第二届监事会第三次会议决议公告 | 2023-06-06 | Chinese | ||
| 44465792 | 安杰思关于召开2022年年度股东大会的通知 | 2023-06-06 | Chinese | ||
| 44465773 | 安杰思2022年度独立董事述职报告 | 2023-06-06 | Chinese | ||
| 44465765 | 安杰思关于续聘2023年度审计机构的公告 | 2023-06-06 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of medical and dental instruments and supplies
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3-D Matrix,Ltd.
Develops peptide-based hydrogels to control bleeding in sur…
|
7777 | JP | Manufacturing |
|
aap Implantate AG
Develops, manufactures, and markets implants for the treatm…
|
AAQ1 | DE | Manufacturing |
|
ABATE AS INDUSTRIES LIMITED
Manufactures therapeutic footwear and wellness products for…
|
531658 | IN | Manufacturing |
|
Acotec Scientific Holdings Limited
Interventional medical device company developing innovative…
|
6669 | KY | Manufacturing |
|
AcouSort AB
Develops acoustofluidic solutions for automated biological …
|
ACOU | SE | Manufacturing |
|
Adagio Medical Holdings, Inc.
Develops cryoablation technologies for treating cardiac arr…
|
ADGM | US | Manufacturing |
|
ADVANCED MEDICAL SOLUTIONS GROUP PLC
Develops and manufactures innovative tissue-healing technol…
|
AMS | GB | Manufacturing |
|
AETHLON MEDICAL INC
Develops immunotherapeutic devices to deplete exosomes and …
|
AEMD | US | Manufacturing |
|
Affluent Medical
Develops minimally invasive implants for structural heart d…
|
AFME | FR | Manufacturing |
|
Aidite (Qinhuangdao) Technology Co., Ltd.
Develops and manufactures dental materials, zirconia cerami…
|
301580 | CN | 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.