%20Co.%2C%20Ltd./other/Anji_Microelectronics_Techno_U7dFqxP.png)
Anji Microelectronics Technology (Shanghai) Co., Ltd. — Investor Relations & Filings
Anji Microelectronics Technology (Shanghai) Co., Ltd. specializes in the research, development, and commercialization of high-performance microelectronics materials. The company's core product portfolio includes a comprehensive range of chemical mechanical polishing (CMP) slurries and functional wet electronic chemicals, such as photoresist removers and cleaning solutions. These materials are critical for integrated circuit manufacturing processes, including advanced logic, memory, and power device fabrication. Anji Microelectronics focuses on providing customized solutions for wafer fabrication and advanced packaging, leveraging its proprietary technology to meet the stringent purity and performance requirements of the semiconductor sector. The firm maintains a strong emphasis on independent innovation and technical support to ensure high-yield production for its customers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于完成董事会换届选举暨聘任高级管理人员、证券事务代表的公告 | 2026-05-15 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-15 | Chinese | |
| 关于新增募集资金专项账户并签订三方监管协议的公告 | 2026-05-15 | Chinese | |
| 关于选举第四届董事会职工董事的公告 | 2026-05-15 | Chinese | |
| 2025年年度股东会会议资料 | 2026-05-07 | Chinese | |
| 2026年“提质增效重回报”专项行动方案 | 2026-04-15 | Chinese |
Browse filings by year
8 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46365627 | 关于完成董事会换届选举暨聘任高级管理人员、证券事务代表的公告 | 2026-05-15 | Chinese | ||
| 46365626 | 2025年年度股东会决议公告 | 2026-05-15 | Chinese | ||
| 46365624 | 关于新增募集资金专项账户并签订三方监管协议的公告 | 2026-05-15 | Chinese | ||
| 46364566 | 关于选举第四届董事会职工董事的公告 | 2026-05-15 | Chinese | ||
| 44272207 | 2025年年度股东会会议资料 | 2026-05-07 | Chinese | ||
| 39060286 | 2026年“提质增效重回报”专项行动方案 | 2026-04-15 | Chinese | ||
| 39060282 | 第三届董事会第三十次会议决议公告 | 2026-04-15 | Chinese | ||
| 39060281 | 独立董事候选人声明(井光利) | 2026-04-15 | Chinese | ||
| 39060280 | 2025年年度报告摘要 | 2026-04-15 | Chinese | ||
| 39060277 | 独立董事2025年度独立性情况评估的专项意见 | 2026-04-15 | Chinese | ||
| 39060276 | 申万宏源证券承销保荐有限责任公司关于安集微电子科技(上海)股份有限公司2026年度预计为子公司提供担保的核查意见 | 2026-04-15 | Chinese | ||
| 39060275 | 申万宏源证券承销保荐有限责任公司关于安集微电子科技(上海)股份有限公司使用部分暂时闲置募集资金进行现金管理的核查意见 | 2026-04-15 | Chinese | ||
| 39060274 | 2026年限制性股票激励计划激励对象名单 | 2026-04-15 | Chinese | ||
| 39060273 | 2026-023安集科技-关于2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-15 | Chinese | ||
| 39060269 | 2025年年度利润分配及公积金转增股本方案公告 | 2026-04-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other chemical products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Willing New Energy Co., Ltd
Develops and produces high-purity electrolyte additives for…
|
002667 | CN | Manufacturing |
|
WONIK Materials Co.,Ltd.
Manufactures high-purity gases and chemicals for semiconduc…
|
104830 | KR | Manufacturing |
|
Wuxi DK Electronic Materials Co.,Ltd.
Develops conductive silver pastes and materials for solar c…
|
300842 | CN | Manufacturing |
|
XIAMEN HENGKUN NEW MATERIALS TECHNOLOGY CO., LTD.
Develops and manufactures advanced electronic materials for…
|
688727 | CN | Manufacturing |
|
XILONG SCIENTIFIC CO.,LTD.
Produces high-purity chemical reagents, fine chemicals, and…
|
002584 | CN | Manufacturing |
|
Xinjiang Xuefeng Sci-Tech (Group) Co.,Ltd
Produces civil explosives and chemicals with integrated bla…
|
603227 | CN | Manufacturing |
|
XINXIANG RICHFUL LUBE ADDITIVE CO., LTD.
Produces lubricant additives and packages for automotive, i…
|
300910 | CN | Manufacturing |
|
Xizang Gaozheng Civil Explosives Co., Ltd.
Produces civil explosives and provides blasting services fo…
|
002827 | CN | Manufacturing |
|
XP Chemistries AB
Develops technologies for sustainable production of fine ch…
|
XPC | SE | Manufacturing |
|
YANGZHOU CHENHUA NEW MATERIAL CO., LTD.
Produces polyether polyols, flame retardants, and silicone …
|
300610 | CN | Manufacturing |
Anji Microelectronics Technology (Shanghai) 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/58076/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58076 | 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=58076 | 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=58076 \ -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": 58076}, 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 Anji Microelectronics Technology (Shanghai) Co., Ltd. (id: 58076)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.