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-07-01 | Chinese | |
| 宏盛华源关于使用募集资金及自有资金向全资子公司进行增资的公告 | 2025-06-24 | Chinese | |
| 宏盛华源第二届董事会第十一次会议决议公告 | 2025-06-24 | Chinese | |
| 中银证券关于宏盛华源使用募集资金向子公司增资以实施募投项目的核查意见 | 2025-06-24 | Chinese | |
| 宏盛华源关于2024年度“提质增效重回报”行动方案的评估报告暨2025年度“提质增效重回报”行动方案的公告 | 2025-06-24 | Chinese | |
| 宏盛华源第二届监事会第十一次会议决议公告 | 2025-06-24 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39544553 | 宏盛华源全资子公司变更注册资本并完成工商变更登记的公告 | 2025-07-01 | Chinese | ||
| 39544541 | 宏盛华源关于使用募集资金及自有资金向全资子公司进行增资的公告 | 2025-06-24 | Chinese | ||
| 39544527 | 宏盛华源第二届董事会第十一次会议决议公告 | 2025-06-24 | Chinese | ||
| 39544517 | 中银证券关于宏盛华源使用募集资金向子公司增资以实施募投项目的核查意见 | 2025-06-24 | Chinese | ||
| 39544500 | 宏盛华源关于2024年度“提质增效重回报”行动方案的评估报告暨2025年度“提质增效重回报”行动方案的公告 | 2025-06-24 | Chinese | ||
| 39544482 | 宏盛华源第二届监事会第十一次会议决议公告 | 2025-06-24 | Chinese | ||
| 39544477 | 宏盛华源2024年年度权益分派实施公告 | 2025-05-29 | Chinese | ||
| 39544471 | 宏盛华源关于国家电网项目预中标的提示性公告 | 2025-05-28 | Chinese | ||
| 39544467 | 宏盛华源关于参加2025年山东辖区上市公司投资者网上集体接待日活动的公告 | 2025-05-13 | Chinese | ||
| 39544457 | 北京德恒(济南)律师事务所关于宏盛华源2024年年度股东大会的法律意见 | 2025-05-09 | Chinese | ||
| 39544449 | 宏盛华源2024年年度股东大会决议公告 | 2025-05-09 | Chinese | ||
| 39544440 | 宏盛华源关于国家电网项目预中标的提示性公告 | 2025-05-05 | Chinese | ||
| 39544434 | 宏盛华源2024年度暨2025第一季度业绩说明会召开实况 | 2025-04-25 | Chinese | ||
| 39544428 | 宏盛华源关于使用部分闲置募集资金进行现金管理的进展公告 | 2025-04-24 | Chinese | ||
| 39544423 | 宏盛华源2024年年度股东大会会议资料 | 2025-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of structural metal products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
2242749 Ontario Limited
Manufactures and markets infrastructure products and engine…
|
ARF | CA | Manufacturing |
|
ABAS Protect AB
Develops, manufactures, and sells area protection products …
|
ABAS | SE | Manufacturing |
|
Acrow (India) Ltd.
Designs and manufactures formwork, scaffolding, and materia…
|
513149 | IN | Manufacturing |
|
Advanced Building Industries Co.
Manufactures and supplies structural steel products and int…
|
2240 | SA | Manufacturing |
|
Ahlada Engineers Limited
Designs and manufactures steel doors, windows, and furnitur…
|
AHLADA | IN | Manufacturing |
|
Ahmedabad Steelcraft Ltd.
Produces and exports steel window sections, door frames, an…
|
522273 | IN | Manufacturing |
|
Al-Babtain Power and Telecommunication Co.
Supplies steel towers, poles, and structural solutions for …
|
2320 | SA | Manufacturing |
|
ALFABS AUSTRALIA LIMITED
Provides engineering, fabrication, and equipment services f…
|
AAL | AU | Manufacturing |
|
ALINCO INCORPORATED
A diversified manufacturer of construction, housing, fitnes…
|
5933 | JP | Manufacturing |
|
Alliance Integrated Metaliks Limited
Fabricates heavy structural steel and precision metal produ…
|
534064 | 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.