
CHANG LAN TECHNOLOGY GROUP CO.,LTD. — Investor Relations & Filings
Chang Lan Technology Group Co., Ltd. focuses on the research, development, and production of high-voltage power cable accessories and supporting systems. The product range includes terminations and joints for medium, high, and ultra-high voltage applications, reaching up to 500kV. The company also manufactures composite insulators, cable monitoring equipment, and specialized installation tools. These solutions are utilized in power transmission and distribution networks, renewable energy projects, and rail transit infrastructure. The group maintains extensive testing facilities and provides technical services for cable system integration. Its operations emphasize the reliability and safety of electrical grid components through advanced manufacturing processes and adherence to international technical standards.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2024年度以简易程序向特定对象发行股票摊薄即期回报的风险提示及填补回报措施和相关主体承诺的公告 | 2024-04-28 | Chinese | |
| 关于本次以简易程序向特定对象发行股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2024-04-28 | Chinese | |
| 监事会关于公司2024年度以简易程序向特定对象发行股票相关事项的书面审核意见 | 2024-04-28 | Chinese | |
| 关于召开2024年第一次临时股东大会的通知 | 2024-04-28 | Chinese | |
| 关于对外投资收购股权及增资的公告 | 2024-04-28 | Chinese | |
| 2024年度以简易程序向特定对象发行股票募集资金使用可行性分析报告 | 2024-04-28 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 38253462 | 关于2024年度以简易程序向特定对象发行股票摊薄即期回报的风险提示及填补回报措施和相关主体承诺的公告 | 2024-04-28 | Chinese | ||
| 38253451 | 关于本次以简易程序向特定对象发行股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2024-04-28 | Chinese | ||
| 38253442 | 监事会关于公司2024年度以简易程序向特定对象发行股票相关事项的书面审核意见 | 2024-04-28 | Chinese | ||
| 38253432 | 关于召开2024年第一次临时股东大会的通知 | 2024-04-28 | Chinese | ||
| 38253423 | 关于对外投资收购股权及增资的公告 | 2024-04-28 | Chinese | ||
| 38253400 | 2024年度以简易程序向特定对象发行股票募集资金使用可行性分析报告 | 2024-04-28 | Chinese | ||
| 38253383 | 关于最近五年不存在被证券监管部门和交易所采取监管措施或处罚的公告 | 2024-04-28 | Chinese | ||
| 38253369 | 2023年年度权益分派实施公告 | 2024-04-16 | Chinese | ||
| 38253359 | 2023年度股东大会决议公告 | 2024-04-09 | Chinese | ||
| 38253350 | 北京海润天睿律师事务所关于长缆科技2023年度股东大会的法律意见书 | 2024-04-09 | Chinese | ||
| 38253336 | 关于股份回购结果暨股份变动的公告 | 2024-03-18 | Chinese | ||
| 38253327 | 北京海润天睿律师事务所关于长缆科技集团股份有限公司修订第一期员工持股计划、第二期员工持股计划及相关文件的法律意见书 | 2024-03-14 | Chinese | ||
| 38253316 | 第二期员工持股计划管理办法(修订稿) | 2024-03-14 | Chinese | ||
| 38253299 | 国投证券关于长缆科技2023年度募集资金存放与使用情况的专项核查意见 | 2024-03-14 | Chinese | ||
| 38253287 | 2023年度独立董事述职报告(陈共荣) | 2024-03-14 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of wiring devices
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ARC Insulation & Insulators Limited
Produces high-voltage insulators and hardware for power gri…
|
ARCIIL | IN | Manufacturing |
|
Atkore Inc.
Manufacturer of electrical, safety, and infrastructure solu…
|
ATKR | US | Manufacturing |
|
CCSC Technology International Holdings Ltd
Designs and manufactures customized interconnect products l…
|
CCTG | US | Manufacturing |
|
Cembre
Manufactures electrical connection solutions for industrial…
|
CMB | IT | Manufacturing |
|
Classic Electricals Ltd.
Designs and manufactures electrical installation products a…
|
512213 | IN | Manufacturing |
|
Dongnan Electronics Co.,Ltd.
Manufactures high-precision electronic switches and harness…
|
301359 | CN | Manufacturing |
|
Electro Force (India) Limited
Manufacturer of precision metal components, plastic parts, …
|
EFORCE | IN | Manufacturing |
|
GEM
Global manufacturer of precision terminals, connectors, and…
|
2460 | TW | Manufacturing |
|
GONEO GROUP CO.,LTD.
Produces electrical connections, lighting, smart home tech,…
|
603195 | CN | Manufacturing |
|
INABA DENKI SANGYO CO.,LTD.
Specializes in electrical materials, industrial automation,…
|
9934 | JP | Manufacturing |
CHANG LAN TECHNOLOGY 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/54877/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54877 | 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=54877 | 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=54877 \ -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": 54877}, 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 CHANG LAN TECHNOLOGY GROUP CO.,LTD. (id: 54877)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.