Shanghai Qifan Cable Co., Ltd — Investor Relations & Filings
About Shanghai Qifan Cable Co., Ltd
Shanghai Qifan Cable Co., Ltd. specializes in the research, development, manufacturing, and distribution of a comprehensive range of wire and cable products. The company's portfolio includes low, medium, and high-voltage power cables, control cables, computer cables, and specialized products such as fire-resistant, low-smoke zero-halogen, and rubber-sheathed cables. Serving diverse sectors including power distribution, infrastructure, renewable energy, and industrial automation, the company emphasizes technological innovation and quality assurance. Its facilities are equipped with advanced production lines and testing laboratories to ensure compliance with international standards. Qifan Cable provides integrated solutions for complex electrical engineering projects, focusing on reliability and performance in demanding environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 起帆电缆2025年年度报告 | 2026-04-23 | Chinese | |
| 起帆电缆董事会审计委员会对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-04-23 | Chinese | |
| 起帆电缆2025年度独立董事洪彬述职报告 | 2026-04-23 | Chinese | |
| 起帆电缆第四届董事会第九次会议决议公告 | 2026-04-23 | Chinese | |
| 起帆电缆关于2025年度利润分配方案的公告 | 2026-04-23 | Chinese | |
| 起帆电缆2025年度董事会审计委员会履职情况报告 | 2026-04-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39205720 | 起帆电缆2025年年度报告 | 2026-04-23 | Chinese | ||
| 39205717 | 起帆电缆董事会审计委员会对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-04-23 | Chinese | ||
| 39205711 | 起帆电缆2025年度独立董事洪彬述职报告 | 2026-04-23 | Chinese | ||
| 39205706 | 起帆电缆第四届董事会第九次会议决议公告 | 2026-04-23 | Chinese | ||
| 39205700 | 起帆电缆关于2025年度利润分配方案的公告 | 2026-04-23 | Chinese | ||
| 39205692 | 起帆电缆2025年度董事会审计委员会履职情况报告 | 2026-04-23 | Chinese | ||
| 39205680 | 起帆电缆关于2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-23 | Chinese | ||
| 39205677 | 起帆电缆2025年度独立董事姚欢庆述职报告(已离职) | 2026-04-23 | Chinese | ||
| 39205671 | 国泰海通证券股份有限公司关于上海起帆电缆股有限公司2025年度募集资金存放与使用情况的专项核查意见 | 2026-04-23 | Chinese | ||
| 39205664 | 起帆电缆2025年度内部控制评价报告 | 2026-04-23 | Chinese | ||
| 39205654 | 起帆电缆2025年度董事会工作报告 | 2026-04-23 | Chinese | ||
| 39205647 | 起帆电缆2025年度环境、社会及公司治理(ESG)报告 | 2026-04-23 | Chinese | ||
| 39205284 | 起帆电缆关于2025年度日常关联交易执行情况及2026年度日常关联交易预计情况的公告 | 2026-04-23 | Chinese | ||
| 39205272 | 起帆电缆关于召开2025年年度业绩暨现金分红说明会的公告 | 2026-04-23 | Chinese | ||
| 39205263 | 起帆电缆关于召开2025年年度股东会的通知 | 2026-04-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic and electric wires and cables
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3C TAE YANG CO., LTD.
Manufacturer of precision cable solutions for medical and s…
|
052960 | KR | Manufacturing |
|
ALVES KABLO SANAYİ VE TİCARET A.Ş.
Manufacturer of a diverse portfolio of energy cables for do…
|
ALVES | TR | Manufacturing |
|
Apar Industries Ltd
Global manufacturer of conductors, specialty oils, and cabl…
|
APARINDS | IN | Manufacturing |
|
ASIA PACIFIC WIRE & CABLE CORP LTD
Manufactures and distributes wire and cable for telecom and…
|
APWC | US | Manufacturing |
|
ASTA Energy Solutions AG
Produces copper-based solutions for power transmission and …
|
1AST | AT | Manufacturing |
|
AVSL Industries Limited
Manufactures PVC compounds and power cables for constructio…
|
AVSL | IN | Manufacturing |
|
Baosheng Science and Technology Innovation Co.,Ltd.
Develops high-performance wire and cable solutions for ener…
|
600973 | CN | Manufacturing |
|
B.C. Power Controls Limited
Manufactures wires, cables, and conductors for power transm…
|
537766 | IN | Manufacturing |
|
CAFCA LIMITED
Manufacturer and supplier of cables and conductors for elec…
|
CAC | ZW | Manufacturing |
|
Canare Electric Co., Ltd.
Manufactures connectivity products for broadcast, pro-audio…
|
5819 | JP | Manufacturing |
Shanghai Qifan Cable 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/58010/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58010 | 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=58010 | 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=58010 \ -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": 58010}, 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 Qifan Cable Co., Ltd (id: 58010)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.