Anji Microelectronics Technology (Shanghai) Co., Ltd. — Investor Relations & Filings
About Anji Microelectronics Technology (Shanghai) Co., Ltd.
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年“提质增效重回报”专项行动方案 | 2026-04-15 | Chinese | |
| 第三届董事会第三十次会议决议公告 | 2026-04-15 | Chinese | |
| 独立董事候选人声明(井光利) | 2026-04-15 | Chinese | |
| 2025年年度报告摘要 | 2026-04-15 | Chinese | |
| 独立董事2025年度独立性情况评估的专项意见 | 2026-04-15 | Chinese | |
| 申万宏源证券承销保荐有限责任公司关于安集微电子科技(上海)股份有限公司2026年度预计为子公司提供担保的核查意见 | 2026-04-15 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 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 | ||
| 39060267 | 2026年限制性股票激励计划实施考核管理办法 | 2026-04-15 | Chinese | ||
| 39060266 | 关于召开2025年年度股东会的通知 | 2026-04-15 | Chinese | ||
| 39060263 | 关于续聘会计师事务所的公告 | 2026-04-15 | Chinese | ||
| 39060261 | 关于董事会换届选举的公告 | 2026-04-15 | Chinese | ||
| 39060260 | 申万宏源证券承销保荐有限责任公司关于安集微电子科技(上海)股份有限公司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 |
|---|---|---|---|
|
Anhui Hyea Aromas Co., Limited
Global manufacturer of synthetic aroma chemicals, including…
|
300886 | CN | Manufacturing |
|
ANHUI JIANGNAN CHEMICAL INDUSTRY CO.,LTD.
Offers civil explosives and integrated blasting services fo…
|
002226 | CN | Manufacturing |
|
ANHUI JINHE INDUSTRIAL CO.,LTD
Global leader in sweeteners, flavor enhancers, and fine che…
|
002597 | CN | Manufacturing |
|
Anhui Strong State New Materials Co., Ltd.
Develops and manufactures thermal CTP, UV-CTP, and flexogra…
|
001279 | CN | Manufacturing |
|
Apple Flavor & Fragrance Group Co., Ltd.
Develops and distributes flavors, fragrances, and food addi…
|
603020 | CN | Manufacturing |
|
Aqua Bio Technology
Develops and commercializes natural, sustainable active ing…
|
ABT | NO | Manufacturing |
|
ARAKAWA CHEMICAL INDUSTRIES, LTD.
A specialty chemical manufacturer of materials derived from…
|
4968 | JP | Manufacturing |
|
Argo Graphene Solutions Corp.
Advanced materials company engineering graphene additives t…
|
ARGO | CA | Manufacturing |
|
Argus (Shanghai) Textile Chemicals Co.,Ltd.
Manufactures high-performance, eco-friendly textile auxilia…
|
603790 | CN | Manufacturing |
|
Arkema
A global leader in specialty materials developing innovativ…
|
AKE | FR | 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.