通领科技 — Investor Relations & Filings
About 通领科技
General Protecht Group specializes in the research, development, and production of electrical safety and power control solutions. The company's core product line includes Ground Fault Circuit Interrupters (GFCI), Arc Fault Circuit Interrupters (AFCI), Leakage Current Detection Interrupters (LCDI), and smart home components such as dimmers and switches. It maintains a significant focus on intellectual property, holding a vast portfolio of international patents related to electrical protection technology. The company provides advanced solutions designed to prevent electrical fires and shocks in residential, commercial, and industrial environments, ensuring compliance with rigorous global safety standards through continuous innovation in circuit protection and power management.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于全资子公司完成工商变更登记及备案并取得营业执照的公告 | 2026-04-19 | Chinese | |
| 关于使用闲置募集资金进行现金管理的进展公告 | 2026-04-12 | Chinese | |
| 关于使用闲置募集资金进行现金管理的进展公告 | 2026-04-08 | Chinese | |
| 关于完成工商变更登记及备案并取得营业执照的公告 | 2026-04-07 | Chinese | |
| 股票解除限售公告 | 2026-04-07 | Chinese | |
| 长江证券承销保荐有限公司关于上海通领汽车科技股份有限公司使用募集资金置换预先已投入募投项目及已支付发行费用的自筹资金的核查意见 | 2026-03-31 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39855397 | 关于全资子公司完成工商变更登记及备案并取得营业执照的公告 | 2026-04-19 | Chinese | ||
| 39855390 | 关于使用闲置募集资金进行现金管理的进展公告 | 2026-04-12 | Chinese | ||
| 39855376 | 关于使用闲置募集资金进行现金管理的进展公告 | 2026-04-08 | Chinese | ||
| 39855363 | 关于完成工商变更登记及备案并取得营业执照的公告 | 2026-04-07 | Chinese | ||
| 39855353 | 股票解除限售公告 | 2026-04-07 | Chinese | ||
| 39855345 | 长江证券承销保荐有限公司关于上海通领汽车科技股份有限公司使用募集资金置换预先已投入募投项目及已支付发行费用的自筹资金的核查意见 | 2026-03-31 | Chinese | ||
| 39855335 | 第四届董事会第十八次会议决议公告 | 2026-03-31 | Chinese | ||
| 39855328 | 立信会计师事务所(特殊普通合伙)关于上海通领汽车科技股份有限公司以募集资金置换预先投入募投项目及已支付发行费用的自筹资金的鉴证报告 | 2026-03-31 | Chinese | ||
| 39855199 | 关于使用募集资金向子公司增资以实施募投项目的公告 | 2026-03-31 | Chinese | ||
| 39855192 | 2026年第二次临时股东会会议决议公告 | 2026-03-31 | Chinese | ||
| 39855187 | 长江证券承销保荐有限公司关于上海通领汽车科技股份有限公司使用募集资金向子公司增资以实施募投项目的核查意见 | 2026-03-31 | Chinese | ||
| 39855176 | 关于使用募集资金置换预先已投入募投项目及已支付发行费用的自筹资金的公告 | 2026-03-31 | Chinese | ||
| 39855167 | 公司章程 | 2026-03-31 | Chinese | ||
| 39855153 | 北京国枫(上海)律师事务所关于上海通领汽车科技股份有限公司2026年第二次临时股东会的法律意见书 | 2026-03-31 | Chinese | ||
| 39855141 | 长江证券承销保荐有限公司关于上海通领汽车科技股份有限公司使用闲置募集资金进行现金管理的核查意见 | 2026-03-31 | 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 |
|
CHANG LAN TECHNOLOGY GROUP CO.,LTD.
Develops and manufactures high-voltage power cable accessor…
|
002879 | CN | 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 Terminal Industry Co.,Ltd.
Global manufacturer of precision terminals, connectors, and…
|
2460 | TW | Manufacturing |
|
GONEO GROUP CO.,LTD.
Produces electrical connections, lighting, smart home tech,…
|
603195 | CN | Manufacturing |
通领科技 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/58766/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58766 | 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=58766 | 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=58766 \ -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": 58766}, 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 通领科技 (id: 58766)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.