EVERTOP WIRE CABLE CORPORATION — Investor Relations & Filings
Evertop Wire Cable Corporation specializes in the research, development, and manufacture of a diverse range of electric wires and cables. Established in 1988, the company provides technical solutions including bare copper wires, power supply cords, and communication cables. Its product portfolio extends to advanced networking and data transmission components such as LAN cables and optical fiber cables. Additionally, the corporation produces specialized fire-resistant and flame-retardant cables designed for industrial safety and infrastructure reliability. Serving sectors across power distribution, telecommunications, and construction, the company focuses on high-quality wiredrawing and insulation processes. Its operations encompass the full lifecycle of cable production, from initial R&D to the supply of electronic and power components for infrastructure projects.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公告本公司現金股利除息基準日 | 2024-08-13 | Chinese | |
| 公告本公司113年第2季合併財務報告 | 2024-08-13 | Chinese | |
| 公告本公司依據公開發行公司資金貸與及背書保證 處理準則第二十二條第一項第一款規定辦理 (逾期應收款轉資金貸與) | 2024-08-13 | Chinese | |
| 公告本公司從事衍生性金融商品交易 單筆達交易合約10%損失上限 | 2024-08-08 | Chinese | |
| 更正本公司113年度5-6月份財務資料表 | 2024-08-07 | Chinese | |
| 113年7月背書保證與資金貸與 | 2024-08-07 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 33409225 | 公告本公司現金股利除息基準日 | 2024-08-13 | Chinese | ||
| 33409227 | 公告本公司113年第2季合併財務報告 | 2024-08-13 | Chinese | ||
| 33409229 | 公告本公司依據公開發行公司資金貸與及背書保證 處理準則第二十二條第一項第一款規定辦理 (逾期應收款轉資金貸與) | 2024-08-13 | Chinese | ||
| 33409230 | 公告本公司從事衍生性金融商品交易 單筆達交易合約10%損失上限 | 2024-08-08 | Chinese | ||
| 33409232 | 更正本公司113年度5-6月份財務資料表 | 2024-08-07 | Chinese | ||
| 33409235 | 113年7月背書保證與資金貸與 | 2024-08-07 | Chinese | ||
| 33409234 | 113年7月營業收入 | 2024-08-07 | Chinese | ||
| 33409240 | 113年07月內部人持股異動(事後) | 2024-08-05 | Chinese | ||
| 33409237 | 113年07月董事會成員及持股 | 2024-08-05 | Chinese | ||
| 33409241 | 代子公司公告依據公開發行公司資金貸與及背書保證 處理準則第二十二條第一項第二、三款規定辦理 | 2024-08-02 | Chinese | ||
| 33409243 | 代子公司公告依據公開發行公司資金貸與及背書保證 處理準則第二十二條第一項第三款規定辦理 | 2024-08-02 | Chinese | ||
| 33409245 | 代子公司公告依據公開發行公司資金貸與及背書保證 處理準則第二十二條第一項第一款規定辦理 | 2024-08-02 | Chinese | ||
| 33409246 | 代子公司公告依據公開發行公司資金貸與及背書保證 處理準則第二十二條第一項第一款規定辦理 | 2024-08-02 | Chinese | ||
| 33409248 | 公告本公司113年第二季合併財務報告董事會召開日期 | 2024-08-02 | Chinese | ||
| 33409250 | 公告本公司從事衍生性金融商品交易 單筆達交易合約10%損失上限 | 2024-07-19 | 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 |
EVERTOP WIRE CABLE CORPORATION 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/51884/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=51884 | 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=51884 | 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=51884 \ -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": 51884}, 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 EVERTOP WIRE CABLE CORPORATION (id: 51884)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.