Cig Shanghai Co., Ltd. — Investor Relations & Filings
About Cig Shanghai Co., Ltd.
Cig Shanghai Co., Ltd., also known as Cambridge Industries Group (CIG), is a global technology provider specializing in the research, development, design, and manufacturing of advanced telecommunications and networking equipment. The company focuses on high-speed optical transceivers, including QSFP and SFP modules supporting speeds up to 800G, as well as broadband access solutions such as GPON, EPON, and 10G PON terminals. Its product portfolio extends to wireless networking hardware, including Wi-Fi 6/7 access points and 5G small cell solutions. Operating primarily through Joint Design Manufacture (JDM) and Original Design Manufacture (ODM) models, the company serves major telecommunications service providers and data center operators worldwide. CIG integrates state-of-the-art automated manufacturing processes with deep technical expertise in photonics and high-frequency electronics to deliver scalable ICT infrastructure components.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-03-30 | Chinese | |
| H股公告-拟派发截至2025年12月31日止年度的末期股息 | 2026-03-30 | Chinese | |
| 2026年股票期权与限制性股票激励计划激励对象名单 | 2026-03-30 | Chinese | |
| 2025年度“提质增效重回报”行动方案评估报告暨2026年度“提质增效重回报”行动方案 | 2026-03-30 | Chinese | |
| 2025年年度报告 | 2026-03-30 | Chinese | |
| 第五届董事会战略与ESG委员会第九次会议决议 | 2026-03-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38567233 | 2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-03-30 | Chinese | ||
| 38567218 | H股公告-拟派发截至2025年12月31日止年度的末期股息 | 2026-03-30 | Chinese | ||
| 38567200 | 2026年股票期权与限制性股票激励计划激励对象名单 | 2026-03-30 | Chinese | ||
| 38567182 | 2025年度“提质增效重回报”行动方案评估报告暨2026年度“提质增效重回报”行动方案 | 2026-03-30 | Chinese | ||
| 38567180 | 2025年年度报告 | 2026-03-30 | Chinese | ||
| 38567177 | 第五届董事会战略与ESG委员会第九次会议决议 | 2026-03-30 | Chinese | ||
| 38567166 | 董事会薪酬与考核委员会工作细则(根据2026年3月30日召开的第五届董事会第二十八次会议决议修订) | 2026-03-30 | Chinese | ||
| 38567152 | 2025年度独立董事述职报告(秦桂森) | 2026-03-30 | Chinese | ||
| 38567140 | 关于续聘会计师事务所的公告 | 2026-03-30 | Chinese | ||
| 38567135 | 第五届董事会提名委员会第四次会议决议 | 2026-03-30 | Chinese | ||
| 38567128 | 董事会审计委员会对会计师事务所2025年度履职情况评估及履行监督职责情况的报告 | 2026-03-30 | Chinese | ||
| 38567123 | 致同会计师事务所(特殊普通合伙)关于上海剑桥科技股份有限公司2025年度募集资金存放与实际使用情况鉴证报告 | 2026-03-30 | Chinese | ||
| 38566780 | 第五届董事会审计委员会第十四次会议决议 | 2026-03-30 | Chinese | ||
| 38566770 | H股公告-2025年年度利润分配预案 | 2026-03-30 | Chinese | ||
| 38566769 | H股公告-(I)建议修订《公司章程》、《股东会议事规则》及《董事会议事规则》;及(II)建议制定《董事、高级管理人员薪酬管理制度》 | 2026-03-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of communication equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
3onedata Co., Ltd.
Specializes in industrial communication solutions and netwo…
|
688618 | CN | Manufacturing |
|
AboCom Systems, Inc.
Specializes in network communications, memory solutions, Io…
|
2444 | TW | Manufacturing |
|
Accton Technology Corporation
Provider of networking and computing infrastructure for hig…
|
2345 | TW | Manufacturing |
|
Ace Technologies Corp.
Designs and manufactures RF solutions for mobile, defense, …
|
088800 | KR | Manufacturing |
|
ADC India Communications Limited
Provides copper and fiber optic connectivity for telecom an…
|
523411 | IN | Manufacturing |
|
Aditya Infotech Limited
Distributes and manufactures electronic security and survei…
|
CPPLUS | IN | Manufacturing |
|
ADTRAN Holdings, Inc.
Global provider of open, disaggregated networking and commu…
|
ADTN | US | Manufacturing |
|
AIPHONE CO.,LTD
Manufacturer of communication and security systems speciali…
|
6718 | JP | Manufacturing |
|
ALOYS Inc.
Develops and supplies Android-based OTT and 4k UHD satellit…
|
297570 | KR | Manufacturing |
|
Alpha Networks Inc.
Provides networking equipment design, manufacturing, and se…
|
3380 | TW | Manufacturing |
Cig Shanghai 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/57409/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57409 | 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=57409 | 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=57409 \ -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": 57409}, 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 Cig Shanghai Co., Ltd. (id: 57409)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.