Anhui Wanyi Science and Technology Co.,Ltd. — Investor Relations & Filings
About Anhui Wanyi Science and Technology Co.,Ltd.
Anhui Wanyi Science and Technology Co., Ltd. specializes in the research, development, and manufacturing of high-precision analytical instruments and equipment. The company provides a comprehensive portfolio of solutions focused on environmental monitoring, laboratory analysis, industrial process control, and leak detection. Key product lines include mass spectrometers, gas and liquid chromatographs, water quality analyzers, and helium leak detectors. Utilizing advanced spectroscopy and chromatography technologies, the firm serves diverse sectors such as environmental protection, chemical processing, metallurgy, and scientific research. The company emphasizes technological innovation and high-performance measurement standards to support industrial safety and environmental compliance.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 安徽天禾律师事务所关于安徽皖仪科技股份有限公司2025年限制性股票激励计划首次授予第一个归属期符合归属条件、作废部分已授予尚未归属的限制性股票相关事项之法律意见书 | 2026-04-24 | Chinese | |
| 2025年度独立董事述职报告-刘长宽 | 2026-04-24 | Chinese | |
| 关于作废部分2025年限制性股票激励计划已授予尚未归属的限制性股票的公告 | 2026-04-24 | Chinese | |
| 关于召开2025年年度股东会的通知 | 2026-04-24 | Chinese | |
| 董事、高级管理人员薪酬管理制度 | 2026-04-24 | Chinese | |
| 关于续聘会计师事务所的公告 | 2026-04-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39243376 | 安徽天禾律师事务所关于安徽皖仪科技股份有限公司2025年限制性股票激励计划首次授予第一个归属期符合归属条件、作废部分已授予尚未归属的限制性股票相关事项之法律意见书 | 2026-04-24 | Chinese | ||
| 39243369 | 2025年度独立董事述职报告-刘长宽 | 2026-04-24 | Chinese | ||
| 39243366 | 关于作废部分2025年限制性股票激励计划已授予尚未归属的限制性股票的公告 | 2026-04-24 | Chinese | ||
| 39243361 | 关于召开2025年年度股东会的通知 | 2026-04-24 | Chinese | ||
| 39243352 | 董事、高级管理人员薪酬管理制度 | 2026-04-24 | Chinese | ||
| 39243343 | 关于续聘会计师事务所的公告 | 2026-04-24 | Chinese | ||
| 39243335 | 第六届董事会第七次会议决议公告 | 2026-04-24 | Chinese | ||
| 39243327 | 募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-24 | Chinese | ||
| 39243229 | 2025年年度报告摘要 | 2026-04-24 | Chinese | ||
| 39243225 | 关于2025年限制性股票激励计划首次授予第一个归属期符合归属条件的公告 | 2026-04-24 | Chinese | ||
| 39243215 | 非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-24 | Chinese | ||
| 39243127 | 安徽皖仪科技股份有限公司2025年度董事会审计委员会履职情况报告 | 2026-04-24 | Chinese | ||
| 39243118 | 2025年度募集资金存放、管理与实际使用情况专项核查报告 | 2026-04-24 | Chinese | ||
| 39243097 | 2025年度独立董事述职报告-竺长安(已离任) | 2026-04-24 | Chinese | ||
| 39243087 | 公司董事会2025年度关于独立董事独立性评估的专项意见 | 2026-04-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
10x Genomics, Inc.
Develops and manufactures integrated solutions for biologic…
|
TXG | US | Manufacturing |
|
908 Devices Inc.
Develops handheld and desktop devices for point-of-need che…
|
MASS | US | Manufacturing |
|
Acconeer AB
Develops compact, energy-efficient millimeter-wave radar se…
|
ACCON | SE | Manufacturing |
|
Acrel Co., Ltd.
Develops smart energy management systems and electrical saf…
|
300286 | CN | Manufacturing |
|
ACTIA Group
Designer and manufacturer of high-tech electronic systems f…
|
ATI | FR | Manufacturing |
|
Addsino Co.,Ltd
Specializes in electronic information technology and electr…
|
000547 | CN | Manufacturing |
|
A&D HOLON Holdings Company, Limited
Develops measurement, weighing, medical, and semiconductor …
|
7745 | JP | Manufacturing |
|
ADTEC PLASMA TECHNOLOGY CO.,LTD.
Manufactures RF plasma generators and power supplies for se…
|
6668 | JP | Manufacturing |
|
ADVANCED ENERGY INDUSTRIES INC
Designs and manufactures precision power conversion, measur…
|
AEIS | US | Manufacturing |
|
ADVANCE METERING TECHNOLOGY LIMITED
Manufactures energy meters and provides energy management a…
|
534612 | IN | Manufacturing |
Anhui Wanyi Science and Technology 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/58523/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58523 | 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=58523 | 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=58523 \ -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": 58523}, 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 Anhui Wanyi Science and Technology Co.,Ltd. (id: 58523)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.