HSINO TOWER GROUP CO., LTD. — Investor Relations & Filings
About HSINO TOWER GROUP CO., LTD.
HSINO TOWER GROUP CO., LTD. specializes in the design, fabrication, and supply of steel tower structures for the telecommunications and power transmission sectors. The company’s primary product portfolio includes lattice towers, monopoles, guyed masts, and substation structures. It provides comprehensive engineering solutions, ranging from structural design and prototyping to large-scale manufacturing and hot-dip galvanizing for enhanced durability. HSINO TOWER serves a global clientele, including mobile network operators and utility providers, delivering infrastructure components that meet international quality standards. Its technical expertise extends to specialized steel structures for broadcasting and microwave communication, focusing on structural integrity and long-term performance in diverse environmental conditions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 宏盛华源关于召开2025年度暨2026年第一季度业绩说明会的公告 | 2026-04-17 | Chinese | |
| 宏盛华源2025年度环境、社会和公司治理(ESG)报告摘要 | 2026-04-10 | Chinese | |
| 高级管理人员薪酬管理办法 | 2026-04-10 | Chinese | |
| 宏盛华源2025年审计报告 | 2026-04-10 | Chinese | |
| 中银证券关于宏盛华源2025年度募集资金存放与使用情况的专项核查报告 | 2026-04-10 | Chinese | |
| 关于宏盛华源2025年度募集资金存放与使用情况专项报告的鉴证报告 | 2026-04-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34826291 | 宏盛华源关于召开2025年度暨2026年第一季度业绩说明会的公告 | 2026-04-17 | Chinese | ||
| 39545941 | 宏盛华源2025年度环境、社会和公司治理(ESG)报告摘要 | 2026-04-10 | Chinese | ||
| 39545939 | 高级管理人员薪酬管理办法 | 2026-04-10 | Chinese | ||
| 39545935 | 宏盛华源2025年审计报告 | 2026-04-10 | Chinese | ||
| 39545929 | 中银证券关于宏盛华源2025年度募集资金存放与使用情况的专项核查报告 | 2026-04-10 | Chinese | ||
| 39545926 | 关于宏盛华源2025年度募集资金存放与使用情况专项报告的鉴证报告 | 2026-04-10 | Chinese | ||
| 39545924 | 董事会对独立董事独立性情况评估的专项意见 | 2026-04-10 | Chinese | ||
| 39545922 | 宏盛华源2025年度环境、社会和公司治理(ESG)报告 | 2026-04-10 | Chinese | ||
| 39545918 | 中银证券关于宏盛华源2025年度持续督导工作现场检查报告 | 2026-04-10 | Chinese | ||
| 39545916 | 宏盛华源关于会计师事务所2025年度履职情况评估报告 | 2026-04-10 | Chinese | ||
| 39545914 | 宏盛华源2025年度独立董事述职报告-周卫 | 2026-04-10 | Chinese | ||
| 39545911 | 宏盛华源2025年年度报告摘要 | 2026-04-10 | Chinese | ||
| 39545909 | 宏盛华源董事会审计委员会对会计师事务所2025年度履行监督职责情况的报告 | 2026-04-10 | Chinese | ||
| 39545907 | 宏盛华源关于2025年度“提质增效重回报”行动方案的评估报告暨2026年度“提质增效重回报”行动方案的公告 | 2026-04-10 | Chinese | ||
| 39545906 | 宏盛华源关于中电装财务有限公司风险持续评估报告 | 2026-04-10 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of structural metal products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Changshu Fengfan Power Equipment Co.,Ltd.
Engineers and fabricates steel structures for high-voltage …
|
601700 | CN | Manufacturing |
|
CHINA FANGDA GROUP CO., LTD
Specializes in high-end curtain walls, rail transit equipme…
|
000055 | CN | Manufacturing |
|
CHINA HARZONE INDUSTRY CORP., LTD
Manufactures emergency transport equipment, mechanized brid…
|
300527 | CN | Manufacturing |
|
Chu Kong Petroleum and Natural Gas Steel Pipe Holdings Limited
Leading manufacturer of large-diameter welded steel pipes f…
|
1938 | HK | Manufacturing |
|
CLENERGY TECHNOLOGY CO.,LTD.
Designs and manufactures solar PV mounting systems and clea…
|
603628 | CN | Manufacturing |
|
CSSC Science & Technology Co., Ltd
Engineering and manufacturing of steel structures and wind …
|
600072 | CN | Manufacturing |
|
CS Wind Corporation
Global manufacturer of onshore and offshore wind turbine to…
|
112610 | KR | Manufacturing |
|
ÇUHADAROĞLU METAL SANAYİ VE PAZARLAMA A.Ş.
A manufacturer and contractor of architectural and industri…
|
CUSAN | TR | Manufacturing |
|
Dajin Heavy Industry Co., Ltd.
Manufacturer of wind turbine towers and foundations for glo…
|
002487 | CN | Manufacturing |
|
DEE DEVELOPMENT ENGINEERS LIMITED
Specialized engineering and fabrication for complex high-pr…
|
DEEDEV | IN | Manufacturing |
HSINO TOWER GROUP 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/57180/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57180 | 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=57180 | 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=57180 \ -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": 57180}, 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 HSINO TOWER GROUP CO., LTD. (id: 57180)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.