
Xuancheng Valin Precision Technology Co.,Ltd. — Investor Relations & Filings
Xuancheng Valin Precision Technology Co.,Ltd. specializes in the research, development, production, and sale of elevator components and precision metal parts. The company's primary product portfolio includes elevator counterweight blocks, car frames, guide rail brackets, and various sheet metal components. It provides integrated mechanical solutions for the global elevator industry, serving major international original equipment manufacturers. The company focuses on precision manufacturing processes, utilizing advanced automated production lines to ensure high-quality standards for safety-critical elevator systems. Its operations encompass the entire lifecycle from design and material sourcing to final assembly and distribution of mechanical elevator subsystems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 国泰君安证券股份有限公司关于宣城市华菱精工科技股份有限公司收购报告书之财务顾问报告 | 2023-05-19 | Chinese | |
| 上海兰迪律师事务所关于宣城市华菱精工科技股份有限公司收购报告书的法律意见书 | 2023-05-19 | Chinese | |
| 宣城市华菱精工科技股份有限公司收购报告书 | 2023-05-19 | Chinese | |
| 上海兰迪律师事务所关于捷登零碳(江苏)新能源科技有限公司免于发出要约事宜的法律意见书 | 2023-05-19 | Chinese | |
| 关于董事会、监事会延期换届选举的公告 | 2023-05-17 | Chinese | |
| 关于控股股东筹划重大事项停牌进展暨复牌的公告 | 2023-05-15 | Chinese |
Browse filings by year
9 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 38751304 | 国泰君安证券股份有限公司关于宣城市华菱精工科技股份有限公司收购报告书之财务顾问报告 | 2023-05-19 | Chinese | ||
| 38751255 | 上海兰迪律师事务所关于宣城市华菱精工科技股份有限公司收购报告书的法律意见书 | 2023-05-19 | Chinese | ||
| 38751220 | 宣城市华菱精工科技股份有限公司收购报告书 | 2023-05-19 | Chinese | ||
| 38751176 | 上海兰迪律师事务所关于捷登零碳(江苏)新能源科技有限公司免于发出要约事宜的法律意见书 | 2023-05-19 | Chinese | ||
| 38751147 | 关于董事会、监事会延期换届选举的公告 | 2023-05-17 | Chinese | ||
| 38751131 | 关于控股股东筹划重大事项停牌进展暨复牌的公告 | 2023-05-15 | Chinese | ||
| 38751116 | 关于控股股东及实际控制人拟发生变更的提示性公告 | 2023-05-15 | Chinese | ||
| 38751097 | 监事会决议公告 | 2023-05-15 | Chinese | ||
| 38751085 | 关于向特定对象发行A股股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2023-05-15 | Chinese | ||
| 38751072 | 华菱精工前次募集资金使用情况鉴证报告 | 2023-05-15 | Chinese | ||
| 38750996 | 关于2023年度向特定对象发行A股股票摊薄即期回报的风险提示及采取填补措施和相关主体承诺的公告 | 2023-05-15 | Chinese | ||
| 38750980 | 关于最近五年被证券监管部门和交易所采取监管措施情况的公告 | 2023-05-15 | Chinese | ||
| 38750959 | 宣城市华菱精工科技股份有限公司收购报告书摘要 | 2023-05-15 | Chinese | ||
| 38750914 | 宣城市华菱精工科技股份有限公司未来三年(2023年-2025年)股东分红回报规划 | 2023-05-15 | Chinese | ||
| 38750891 | 董事会决议公告 | 2023-05-15 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of lifting and handling equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Action Construction Equipments Ltd.
Manufacturer of cranes, material handling, construction, an…
|
ACE | IN | Manufacturing |
|
ADMACH SYSTEMS LIMITED
Designs and manufactures material handling systems and indu…
|
544669 | IN | Manufacturing |
|
Affordable Robotic & Automation Limited
Provides turnkey automation, robotic welding, and automated…
|
AFFORDABLE | IN | Manufacturing |
|
AICHI CORPORATION
Manufacturer of aerial work platforms and digger derricks f…
|
6345 | JP | Manufacturing |
|
Alimak Group
Provider of vertical access solutions for industrial and co…
|
ALIG | SE | Manufacturing |
|
Anhui Heli Co., Ltd.
Manufactures industrial vehicles, forklifts, and automated …
|
600761 | CN | Manufacturing |
|
Autostore Holdings Ltd.
Designs and manufactures robotic, cube-based order-fulfillm…
|
AUTO | BM | Manufacturing |
|
BALYO
Develops robotic solutions for automating material handling…
|
BALYO | FR | Manufacturing |
|
BARDELLA S.A. INDUSTRIAS MECANICAS - EM RECUPERAÇÃO JUDICIAL
Manufacturer of heavy industrial equipment and steel profil…
|
— | BR | Manufacturing |
|
BlueSword Intelligent Technology Co.,Ltd.
Provider of intelligent logistics systems and automated war…
|
688557 | CN | Manufacturing |
Xuancheng Valin Precision 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/57623/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57623 | 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=57623 | 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=57623 \ -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": 57623}, 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 Xuancheng Valin Precision Technology Co.,Ltd. (id: 57623)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.