HEFEI GOCOM INFORMATION TECHNOLOGY CO.,LTD. — Investor Relations & Filings
About HEFEI GOCOM INFORMATION TECHNOLOGY CO.,LTD.
Hefei Gocom Information Technology Co., Ltd. specializes in the research, development, and manufacturing of advanced communication and information systems. The company focuses on providing integrated solutions for industrial automation, smart mining, and emergency dispatching. Its core product portfolio includes wireless communication equipment, industrial Internet of Things (IIoT) platforms, and specialized software designed for high-reliability environments. Gocom leverages technologies such as 5G, artificial intelligence, and big data to enhance operational safety and efficiency in sectors like energy, transportation, and public utilities. The company provides end-to-end services ranging from hardware design to system integration and technical support, aiming to facilitate digital transformation through robust data transmission and intelligent monitoring systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 工大高科2025年年度募集资金存放与实际使用情况的专项报告 | 2026-04-22 | Chinese | |
| 工大高科2025年度董事会审计委员会履职情况报告 | 2026-04-22 | Chinese | |
| 工大高科董事、高级管理人员薪酬管理制度 | 2026-04-22 | Chinese | |
| 工大高科对2025年度会计师事务所履职情况评估报告 | 2026-04-22 | Chinese | |
| 工大高科2025年度内部控制评价报告 | 2026-04-22 | Chinese | |
| 工大高科2025年度独立董事述职报告(吕蓉君) | 2026-04-22 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39867190 | 工大高科2025年年度募集资金存放与实际使用情况的专项报告 | 2026-04-22 | Chinese | ||
| 39867188 | 工大高科2025年度董事会审计委员会履职情况报告 | 2026-04-22 | Chinese | ||
| 39867187 | 工大高科董事、高级管理人员薪酬管理制度 | 2026-04-22 | Chinese | ||
| 39867186 | 工大高科对2025年度会计师事务所履职情况评估报告 | 2026-04-22 | Chinese | ||
| 39867184 | 工大高科2025年度内部控制评价报告 | 2026-04-22 | Chinese | ||
| 39867182 | 工大高科2025年度独立董事述职报告(吕蓉君) | 2026-04-22 | Chinese | ||
| 39867181 | 工大高科关于会计政策变更的公告 | 2026-04-22 | Chinese | ||
| 39867180 | 工大高科董事会对独立董事独立性自查情况的专项评估意见 | 2026-04-22 | Chinese | ||
| 39867178 | 工大高科关于续聘会计师事务所的公告 | 2026-04-22 | Chinese | ||
| 39867176 | 工大高科2025年年度报告 | 2026-04-22 | Chinese | ||
| 39867174 | 天健会计师事务所(特殊普通合伙)关于合肥工大高科信息科技股份有限公司2025年度募集资金年度存放、管理与实际使用情况鉴证报告 | 2026-04-22 | Chinese | ||
| 39867173 | 工大高科2026年度“提质增效重回报”行动方案 | 2026-04-22 | Chinese | ||
| 39867171 | 天健会计师事务所(特殊普通合伙)关于合肥工大高科信息科技股份有限公司2025年度审计报告 | 2026-04-22 | Chinese | ||
| 39867168 | 国元证券股份有限公司关于合肥工大高科信息科技股份有限公司使用自有资金支付募投项目部分款项并以募集资金等额置换的核查意见 | 2026-04-22 | Chinese | ||
| 39867166 | 天健会计师事务所(特殊普通合伙)关于合肥工大高科信息科技股份有限公司2025年度内部控制审计报告 | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computer consultancy and computer facilities management activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACCEL LIMITED
IT infrastructure management, systems integration, and mult…
|
517494 | IN | Telecommunications, computer pr… |
|
Accenture plc
A global professional services firm offering strategy, cons…
|
ACN | GI | Telecommunications, computer pr… |
|
ACCESSO TECHNOLOGY GROUP PLC
Technology provider of software solutions for the leisure a…
|
ACSO | GB | Telecommunications, computer pr… |
|
ACMOS INC.
An information technology company providing IT solutions an…
|
6888 | JP | Telecommunications, computer pr… |
|
ACS TECHNOLOGIES LIMITED
Provides IT infrastructure management, system integration, …
|
ACSTECH | IN | Telecommunications, computer pr… |
|
Addnode Group
Acquires and develops businesses that provide software and …
|
ANOD | SE | Telecommunications, computer pr… |
|
Adroit Infotech Limited
Global provider of SAP-centric business solutions and digit…
|
ADROITINFO | IN | Telecommunications, computer pr… |
|
Ad-Sol Nissin Corporation
A system integrator developing solutions for IoT, GIS, and …
|
3837 | JP | Telecommunications, computer pr… |
|
ADTECH SYSTEMS LIMITED
Provides integrated electronic security, building automatio…
|
544185 | IN | Telecommunications, computer pr… |
|
Adventure SpA
Operates a price comparison site that generates qualified l…
|
ADV | IT | Telecommunications, computer pr… |
HEFEI GOCOM INFORMATION 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/58372/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58372 | 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=58372 | 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=58372 \ -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": 58372}, 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 HEFEI GOCOM INFORMATION TECHNOLOGY CO.,LTD. (id: 58372)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.