
Hydsoft Technology Co.,Ltd. — Investor Relations & Filings
Hydsoft Technology Co., Ltd. provides comprehensive IT services and digital transformation solutions. The company specializes in custom software development, system integration, and technical consulting. Its service portfolio encompasses cloud computing, big data analytics, and artificial intelligence applications designed to enhance operational efficiency. Hydsoft serves a diverse range of sectors, including finance, telecommunications, and energy, by delivering scalable and secure technological frameworks. The organization focuses on end-to-end project management, from initial architecture design to long-term maintenance and support. By integrating advanced software engineering practices with deep domain expertise, Hydsoft assists enterprises in navigating complex digital landscapes and achieving sustainable technological growth.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 金杜上海分所关于公司2025年年度股东会之法律意见书 | 2026-05-20 | Chinese | |
| 2025年年度股东会决议公告 | 2026-05-20 | Chinese | |
| 关于回购注销部分限制性股票减资暨通知债权人的公告 | 2026-05-20 | Chinese | |
| 关于股东减持计划实施完成的公告 | 2026-05-15 | Chinese | |
| 关于参加浙江辖区上市公司2026年投资者网上集体接待日活动暨召开2025年度业绩说明会的公告 | 2026-05-08 | Chinese | |
| 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-28 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46615372 | 金杜上海分所关于公司2025年年度股东会之法律意见书 | 2026-05-20 | Chinese | ||
| 46615355 | 2025年年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 46615343 | 关于回购注销部分限制性股票减资暨通知债权人的公告 | 2026-05-20 | Chinese | ||
| 46350672 | 关于股东减持计划实施完成的公告 | 2026-05-15 | Chinese | ||
| 44262026 | 关于参加浙江辖区上市公司2026年投资者网上集体接待日活动暨召开2025年度业绩说明会的公告 | 2026-05-08 | Chinese | ||
| 39974172 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-28 | Chinese | ||
| 39974163 | 2025年年度审计报告 | 2026-04-28 | Chinese | ||
| 39974135 | 关于开展应收账款保理融资的公告 | 2026-04-28 | Chinese | ||
| 39974120 | 2025年度独立董事述职报告-HUI KE LI(李惠科) | 2026-04-28 | Chinese | ||
| 39974106 | 2025年度内部控制评价报告 | 2026-04-28 | Chinese | ||
| 39974095 | 《公司章程》 | 2026-04-28 | Chinese | ||
| 39974073 | 关于2025年年度计提资产减值准备的公告 | 2026-04-28 | Chinese | ||
| 39974050 | 金杜上海分所关于公司2024年股票期权与限制性股票激励计划注销部分股票期权及作废部分限制性股票、2025年限制性股票激励计划回购价格调整及回购注销部分限制性股票相关事项的法律意见书 | 2026-04-28 | Chinese | ||
| 39974035 | 关于调整2025年限制性股票激励计划回购价格并回购注销部分限制性股票的公告 | 2026-04-28 | Chinese | ||
| 39974026 | 关于2024年股票期权与限制性股票激励计划注销部分股票期权及作废部分限制性股票的公告 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other computer programming activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Grupa Pracuj S.A.
An HR technology platform with digital solutions for recrui…
|
GPP | PL | Telecommunications, computer pr… |
|
GSI Co., Ltd.
IT solutions provider offering system development, consulti…
|
5579 | JP | Telecommunications, computer pr… |
|
GSTARSOFT CO., LTD.
Developer of 2D/3D CAD software and DWG-compatible solution…
|
688657 | CN | Telecommunications, computer pr… |
|
GUANGDONG TECSUN SCIENCE & TECHNOLOGY CO., LTD.
Develops smart card technology and systems for social secur…
|
002908 | CN | Telecommunications, computer pr… |
|
Guidewire Software, Inc.
Provides a software platform for the Property and Casualty …
|
GWRE | US | Telecommunications, computer pr… |
|
GuoChuang Software Co.,Ltd.
Provides software and IT services for energy, telecom, and …
|
300520 | CN | Telecommunications, computer pr… |
|
GUO TAI EPOINT SOFTWARE CO.,LTD.
Provides digital government, public resource trading, and s…
|
688232 | CN | Telecommunications, computer pr… |
|
GVA TECH, Inc.
A legal technology company developing AI services for corpo…
|
298A | JP | Telecommunications, computer pr… |
|
HALEOS LABS LIMITED
Provides custom software development, system integration, a…
|
HALEOSLABS | IN | Telecommunications, computer pr… |
|
Halogen Software Inc.
Cloud-based talent management solutions designed for mid-si…
|
HGN | CA | Telecommunications, computer pr… |
Hydsoft 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/56232/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56232 | 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=56232 | 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=56232 \ -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": 56232}, 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 Hydsoft Technology Co.,Ltd. (id: 56232)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.