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 |
|---|---|---|---|
|
Intermetco Limited
Supply and processing of commercial and specialty metal pro…
|
— | CA | Manufacturing |
|
Janus International Group, Inc.
Manufacturer of turn-key building solutions for self-storag…
|
JBI | US | Manufacturing |
|
JEIL TECHNOS CO.,LTD
Manufactures steel components for construction, shipbuildin…
|
038010 | KR | Manufacturing |
|
JIANGSU BOAMAX TECHNOLOGIES GROUP CO.,LTD.
Manufactures precision sheet metal, intelligent equipment, …
|
002514 | CN | Manufacturing |
|
Jiangsu Haili Wind Power Equipment Technology Co., Ltd.
Specializes in wind turbine towers and offshore foundations…
|
301155 | CN | Manufacturing |
|
Jiangsu Hongde Special Parts Co.,Ltd.
Manufactures precision structural components for wind power…
|
301163 | CN | Manufacturing |
|
Jiangsu Zhenjiang New Energy Equipment Co., Ltd.
Manufactures wind turbine components and solar tracking sys…
|
603507 | CN | Manufacturing |
|
Jiangxi GETO New Materials Corporation Limited
Specializes in aluminum formwork systems and integrated con…
|
300986 | CN | Manufacturing |
|
JPP HOLDING COMPANY LIMITED
Provides high-precision sheet metal fabrication and automat…
|
5284 | TW | Manufacturing |
|
Karbonsteel Engineering Limited
Manufacturer of industrial piping components and structural…
|
544511 | 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.