%20Co.%2CLtd/other/Micro-Tech_Nanjing_Co.Ltd-logo.png)
Micro-Tech (Nanjing) Co.,Ltd — Investor Relations & Filings
Micro-Tech (Nanjing) Co., Ltd. specializes in the research, development, and manufacturing of minimally invasive medical devices. The company focuses on providing advanced solutions for gastroenterology, respiratory medicine, and orthopedics. Its product portfolio includes a wide range of endoscopic diagnostic and therapeutic tools such as biopsy forceps, disposable hemoclips, biliary and esophageal stents, and specialized instruments for Endoscopic Mucosal Resection (EMR) and Endoscopic Submucosal Dissection (ESD). Micro-Tech emphasizes innovation and quality, maintaining international certifications to serve a global healthcare market. By integrating precision engineering with clinical needs, the company aims to improve patient outcomes and procedural efficiency for medical professionals worldwide.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 江苏新高的律师事务所关于南微医学科技股份有限公司2021年第一次临时股东大会的见证法律意见书 | 2021-01-25 | Chinese | |
| 2021年第一次临时股东大会会议资料 | 2021-01-17 | Chinese | |
| 关于重大事件的进展情况说明公告 | 2021-01-10 | Chinese | |
| 第二届监事会第十四次会议决议公告 | 2021-01-10 | Chinese | |
| 南京证券股份有限公司关于南微医学科技股份有限公司2021年度日常关联交易额度预计事项以及开展外汇衍生品交易业务事项的核查意见 | 2021-01-08 | Chinese | |
| 关于开展套期保值业务的公告 | 2021-01-08 | Chinese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
13 filings
| |||||
| 39865577 | 江苏新高的律师事务所关于南微医学科技股份有限公司2021年第一次临时股东大会的见证法律意见书 | 2021-01-25 | Chinese | ||
| 39865542 | 2021年第一次临时股东大会会议资料 | 2021-01-17 | Chinese | ||
| 39865533 | 关于重大事件的进展情况说明公告 | 2021-01-10 | Chinese | ||
| 39865521 | 第二届监事会第十四次会议决议公告 | 2021-01-10 | Chinese | ||
| 39865514 | 南京证券股份有限公司关于南微医学科技股份有限公司2021年度日常关联交易额度预计事项以及开展外汇衍生品交易业务事项的核查意见 | 2021-01-08 | Chinese | ||
| 39865505 | 关于开展套期保值业务的公告 | 2021-01-08 | Chinese | ||
| 39865499 | 关于2021年度日常关联交易额度预计事项的事前认可意见 | 2021-01-08 | Chinese | ||
| 39865484 | 关于第二届董事会第二十二次会议相关事项的独立意见 | 2021-01-08 | Chinese | ||
| 39865480 | 关于召开2021年第一次临时股东大会的通知 | 2021-01-08 | Chinese | ||
| 39865466 | 关于2021年度关联交易额度预计的公告 | 2021-01-08 | Chinese | ||
| 39865453 | 关于重大事件情况说明暨复牌公告 | 2021-01-07 | Chinese | ||
| 39865447 | 科技股份有限公司停牌公告 | 2021-01-07 | Chinese | ||
| 39865436 | 南京证券股份有限公司关于南微医学科技股份有限公司2020年度持续督导工作现场检查报告 | 2021-01-05 | Chinese | ||
|
2020
2 filings
| |||||
| 39865425 | 股东减持结果公告 | 2020-12-11 | Chinese | ||
| 39865418 | 股东减持股份进展公告 | 2020-12-11 | 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 |
Micro-Tech (Nanjing) 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/58085/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58085 | 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=58085 | 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=58085 \ -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": 58085}, 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 Micro-Tech (Nanjing) Co.,Ltd (id: 58085)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.