
Shanghai Allied Industrial Group Co., Ltd. — Investor Relations & Filings
Shanghai Allied Industrial Group Co., Ltd. specializes in the design, manufacture, and distribution of precision mechanical components and power transmission systems. Its primary product lines encompass a comprehensive range of bearings, including deep groove ball, tapered roller, and spherical roller types, as well as industrial chains, sprockets, and gears. The company serves a global market, providing engineering solutions for applications in automotive assembly, agricultural machinery, and heavy industrial equipment. By integrating advanced manufacturing processes with stringent quality management systems, the group ensures the reliability and performance of its hardware. Key services include technical consultancy and the development of customized components tailored to specific operational environments, supporting diverse mechanical engineering needs worldwide.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 兴业证券股份有限公司关于上海阿莱德实业集团股份有限公司股东向特定机构投资者询价转让股份的核查报告 | 2026-05-26 | Chinese | |
| 简式权益变动报告书 | 2026-05-26 | Chinese | |
| 上海阿莱德实业集团股份有限公司股东询价转让结果报告书暨持股5%以上股东权益变动触及5%整数倍的提示性公告 | 2026-05-26 | Chinese | |
| 2025年年度权益分派实施公告 | 2026-05-21 | Chinese | |
| 关于与专业投资机构共同投资的公告 | 2026-05-21 | Chinese | |
| 上海阿莱德实业集团股份有限公司股东询价转让定价情况提示性公告 | 2026-05-19 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47059115 | 兴业证券股份有限公司关于上海阿莱德实业集团股份有限公司股东向特定机构投资者询价转让股份的核查报告 | 2026-05-26 | Chinese | ||
| 47059114 | 简式权益变动报告书 | 2026-05-26 | Chinese | ||
| 47059112 | 上海阿莱德实业集团股份有限公司股东询价转让结果报告书暨持股5%以上股东权益变动触及5%整数倍的提示性公告 | 2026-05-26 | Chinese | ||
| 46733812 | 2025年年度权益分派实施公告 | 2026-05-21 | Chinese | ||
| 46733831 | 关于与专业投资机构共同投资的公告 | 2026-05-21 | Chinese | ||
| 46532310 | 上海阿莱德实业集团股份有限公司股东询价转让定价情况提示性公告 | 2026-05-19 | Chinese | ||
| 46383441 | 上海阿莱德实业集团股份有限公司股东询价转让计划书 | 2026-05-18 | Chinese | ||
| 46383439 | 兴业证券股份有限公司关于上海阿莱德实业集团股份有限公司股东向特定机构投资者询价转让股份相关资格的核查意见 | 2026-05-18 | Chinese | ||
| 45944312 | 国浩律师(上海)事务所关于上海阿莱德实业集团股份有限公司2025年年度股东会之法律意见书 | 2026-05-14 | Chinese | ||
| 45944317 | 2025年年度股东会决议公告 | 2026-05-14 | Chinese | ||
| 45194503 | 兴业证券股份有限公司关于上海阿莱德实业集团股份有限公司2025年度持续督导跟踪报告 | 2026-05-12 | Chinese | ||
| 45194505 | 上海阿莱德实业集团股份有限公司关于召开2025年年度股东会的提示性公告 | 2026-05-12 | Chinese | ||
| 38914961 | 2025年年度审计报告 | 2026-04-16 | Chinese | ||
| 38914956 | 2025年年度报告摘要 | 2026-04-16 | Chinese | ||
| 38914953 | 关于续聘公司2026年审计机构的公告 | 2026-04-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of bearings, gears, gearing and driving elements
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Acuvi AB
Develops and manufactures high-precision positioning system…
|
ACUVI | SE | Manufacturing |
|
APEXDYNA
Manufactures precision mechanical transmission components a…
|
4583 | TW | Manufacturing |
|
Austin Engineering Co. Ltd.
Designs and manufactures anti-friction bearings and custom …
|
522005 | IN | Manufacturing |
|
BERA HOLDİNG A.Ş.
A diversified holding company with operations in manufactur…
|
BERA | TR | Manufacturing |
|
Best Linking Group Holdings Ltd.
Investment holding company manufacturing slewing rings and …
|
9882 | HK | Manufacturing |
|
Bimetal Bearings Ltd
Manufactures precision engine bearings, bushings, and thrus…
|
BIMETAL | IN | Manufacturing |
|
BONSYSTEMS Co., Ltd.
Develops and manufactures advanced actuators and cycloidal …
|
496320 | KR | Manufacturing |
|
BROADWIND, INC.
Precision manufacturer of heavy fabrications and gearing fo…
|
BWEN | US | Manufacturing |
|
CARRARO INDIA LIMITED
Designs and manufactures axles and transmissions for off-hi…
|
CARRARO | IN | Manufacturing |
|
CHANGZHOU NRB CORPORATION
Manufactures precision needle roller bearings for automotiv…
|
002708 | CN | Manufacturing |
Shanghai Allied Industrial Group 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/56300/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56300 | 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=56300 | 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=56300 \ -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": 56300}, 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 Shanghai Allied Industrial Group Co., Ltd. (id: 56300)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.