
Fuchun Technology Co.,Ltd — Investor Relations & Filings
Fuchun Technology Co.,Ltd. specializes in providing comprehensive telecommunications network technology services and digital entertainment solutions. The company offers professional planning, design, and optimization services for mobile communication networks, supporting the deployment of 4G and 5G infrastructure. In addition to its technical engineering core, the firm has expanded into the digital content sector, focusing on the development, operation, and global distribution of mobile games. By leveraging its expertise in network architecture and data processing, the company integrates technological innovation with creative content to serve both telecommunications operators and the broader consumer gaming market. Its portfolio includes a range of intellectual property-driven mobile titles and technical consulting services aimed at enhancing network efficiency and digital engagement.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于本次购买资产并募集配套资金事项停牌前一交易日前十大股东的持股信息 | 2020-09-15 | Chinese | |
| 第四届监事会第三次会议决议公告 | 2020-09-15 | Chinese | |
| 关于召开2020年第三次临时股东大会的通知 | 2020-09-15 | Chinese | |
| 公司章程 | 2020-09-15 | Chinese | |
| 独立董事关于第四届董事会第三次会议相关事项的事先认可意见 | 2020-09-15 | Chinese | |
| 关于本次重组相关主体不存在依据《关于加强与上市公司重大资产重组相关股票异常交易监管的暂行规定》第十三条不得参与任何上市公司重大资产重组情形的说明 | 2020-09-15 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2020
15 filings
| |||||
| 36684156 | 关于本次购买资产并募集配套资金事项停牌前一交易日前十大股东的持股信息 | 2020-09-15 | Chinese | ||
| 36684147 | 第四届监事会第三次会议决议公告 | 2020-09-15 | Chinese | ||
| 36684126 | 关于召开2020年第三次临时股东大会的通知 | 2020-09-15 | Chinese | ||
| 36684114 | 公司章程 | 2020-09-15 | Chinese | ||
| 36684100 | 独立董事关于第四届董事会第三次会议相关事项的事先认可意见 | 2020-09-15 | Chinese | ||
| 36684092 | 关于本次重组相关主体不存在依据《关于加强与上市公司重大资产重组相关股票异常交易监管的暂行规定》第十三条不得参与任何上市公司重大资产重组情形的说明 | 2020-09-15 | Chinese | ||
| 36684076 | 董事会关于本次重组信息公布前股票价格波动未达到《关于规范上市公司信息披露及相关各方行为的通知》第五条相关标准的说明 | 2020-09-15 | Chinese | ||
| 36684072 | 第四届董事会第三次会议决议公告 | 2020-09-15 | Chinese | ||
| 36684056 | 董事会关于本次重组履行法定程序的完备性、合规性及提交法律文件的有效性的说明 | 2020-09-15 | Chinese | ||
| 36684051 | 发行股份购买资产并募集配套资金预案(摘要) | 2020-09-15 | Chinese | ||
| 36684029 | 独立董事关于第四届董事会第三次会议相关事项的独立意见 | 2020-09-15 | Chinese | ||
| 36684018 | 发行股份购买资产并募集配套资金预案 | 2020-09-15 | Chinese | ||
| 36683991 | 关于重大资产重组的一般风险提示暨股票复牌公告 | 2020-09-15 | Chinese | ||
| 36683988 | 关于筹划重大资产重组事项的进展公告 | 2020-09-10 | Chinese | ||
| 36683981 | 关于筹划发行股份购买资产并募集配套资金事项的停牌公告 | 2020-09-03 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other telecommunication activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
8X8 INC /DE/
Provides an AI-powered, integrated platform for CX and unif…
|
EGHT | US | Telecommunications, computer pr… |
|
Accel Solutions Group Ltd.
Importer and integrator of telecommunications equipment and…
|
ACCL.TA | IL | Telecommunications, computer pr… |
|
Accord Synergy Limited
Provides technical support and infrastructure services for …
|
ACCORD | IN | Telecommunications, computer pr… |
|
Adeunis
Designs and manufactures IoT devices for Smart Building and…
|
ALARF | FR | Telecommunications, computer pr… |
|
AIRGAIN INC
Provider of wireless connectivity solutions and antenna sys…
|
AIRG | US | Telecommunications, computer pr… |
|
Alert B&C Corporation
Publicly listed entity; core business operations are not pu…
|
ACB.H | CA | Telecommunications, computer pr… |
|
AMTEL HOLDINGS BERHAD
Investment holding, ICT solutions, telecom infrastructure, …
|
— | MY | Telecommunications, computer pr… |
|
Ascom Holding AG
Global provider of healthcare ICT and mobile workflow solut…
|
ASCN | CH | Telecommunications, computer pr… |
|
Beijing Quanshi World Online Network Information Co., Ltd.
Provides cloud-based collaboration and unified communicatio…
|
002995 | CN | Telecommunications, computer pr… |
|
BizConf Technology Co., Ltd.
Provides integrated cloud video communication and unified c…
|
300578 | CN | Telecommunications, computer pr… |
Fuchun Technology 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/55300/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55300 | 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=55300 | 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=55300 \ -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": 55300}, 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 Fuchun Technology Co.,Ltd (id: 55300)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.