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 |
|---|---|---|---|
|
Armtec Infrastructure Income Fund
Leading supplier of engineered products for civil infrastru…
|
ARF.UN | CA | Manufacturing |
|
Atmastco Limited
Designs and fabricates heavy industrial structures, pressur…
|
ATMASTCO | IN | Manufacturing |
|
AYES ÇELİK HASIR VE ÇİT SANAYİ A.Ş.
Manufacturer of steel wire mesh and fences for construction…
|
AYES | TR | Manufacturing |
|
Bansal Roofing Products Limited
Manufactures roofing sheets, structural accessories, and pr…
|
538546 | IN | Manufacturing |
|
Bengal Steel Industries Ltd.
Manufactures structural steel, railway track materials, and…
|
512404 | IN | Manufacturing |
|
BOSA Technology Holdings Limited
Provides mechanical rebar splicing and manufactures constru…
|
8140 | HK | Manufacturing |
|
Bowim S.A.
A major distributor and processor of carbon steel products …
|
BOW | PL | Manufacturing |
|
Brand Group (M.G) Ltd.
Provides metal solutions for large-scale industrial and inf…
|
BRND | IL | Manufacturing |
|
Century Iron and Steel Industrial Co., Ltd.
Specializes in steel structures for infrastructure, high-te…
|
9958 | TW | Manufacturing |
|
Century Wind Power Co., Ltd.
Specialized manufacturer of underwater foundations for larg…
|
2072 | TW | 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.