
HUAGONG TECH COMPANY LIMITED — Investor Relations & Filings
HUAGONG TECH COMPANY LIMITED (HGTECH) specializes in the development and manufacturing of laser equipment, optical communication components, and sensor systems. The company operates through core business segments including industrial laser processing systems, optical transceivers for telecommunications and data centers, and high-precision sensors for the automotive and home appliance sectors. HGTECH provides integrated solutions for laser cutting, welding, and marking, alongside advanced holographic anti-counterfeiting technologies. With a focus on research-led innovation, the company serves global markets in smart manufacturing, 5G infrastructure, and the Internet of Things (IoT). Its portfolio encompasses high-performance hardware and intelligent manufacturing systems designed to enhance industrial efficiency and connectivity.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公司章程(2026年5月) | 2026-05-22 | Chinese | |
| 关于变更经营范围并修订《公司章程》的公告 | 2026-05-22 | Chinese | |
| 反舞弊管理制度(2026年5月) | 2026-05-22 | Chinese | |
| 第九届董事会第二十四次会议决议公告 | 2026-05-22 | Chinese | |
| 股票交易异常波动公告 | 2026-05-20 | Chinese | |
| 2025年年度报告 | 2026-03-25 | Chinese |
Browse filings by year
26 years- 2026 45 filings
- 2025 127 filings
- 2024 92 filings
- 2023 84 filings
- 2022 100 filings
- 2021 169 filings
- 2020 113 filings
- 2019 119 filings
- 2018 111 filings
- 2017 111 filings
- 2016 98 filings
- 2015 84 filings
- 2014 91 filings
- 2013 77 filings
- 2012 83 filings
- 2011 111 filings
- 2010 90 filings
- 2009 76 filings
- 2008 62 filings
- 2007 49 filings
- 2006 28 filings
- 2005 53 filings
- 2004 24 filings
- 2003 24 filings
- 2002 20 filings
- 2001 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46867897 | 公司章程(2026年5月) | 2026-05-22 | Chinese | ||
| 46867896 | 关于变更经营范围并修订《公司章程》的公告 | 2026-05-22 | Chinese | ||
| 46867042 | 反舞弊管理制度(2026年5月) | 2026-05-22 | Chinese | ||
| 46866820 | 第九届董事会第二十四次会议决议公告 | 2026-05-22 | Chinese | ||
| 46701052 | 股票交易异常波动公告 | 2026-05-20 | Chinese | ||
| 44294921 | 2025年年度报告 | 2026-03-25 | Chinese | ||
| 44294919 | 《投资者关系管理制度(草案)》(H股发行并上市后适用) | 2026-03-25 | Chinese | ||
| 44294913 | 《可持续发展(ESG)管理制度(草案)》(H股发行并上市后适用) | 2026-03-25 | Chinese | ||
| 44294900 | 2025年度会计师事务所的履职情况评估报告及审计委员会履行监督职责情况报告 | 2026-03-25 | Chinese | ||
| 44294898 | 2025年年度报告摘要 | 2026-03-25 | Chinese | ||
| 44294896 | 董事会审计委员会2025年度履职情况报告 | 2026-03-25 | Chinese | ||
| 44294889 | 2025年度独立董事述职报告(熊新华) | 2026-03-25 | Chinese | ||
| 44294880 | 2025年年度审计报告 | 2026-03-25 | Chinese | ||
| 44294874 | 2025年度财务决算报告 | 2026-03-25 | Chinese | ||
| 44294872 | 2025年度独立董事述职报告(杜国良) | 2026-03-25 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of optical instruments and photographic equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABILITY
ODM and EMS provider of advanced optical and digital imagin…
|
2374 | TW | Manufacturing |
|
Advanced Fiber Resources (Zhuhai), Ltd.
Manufacturer of high-power passive optical components for l…
|
300620 | CN | Manufacturing |
|
aiPlex
Specializes in digital imaging and automotive safety, focus…
|
6225 | TW | Manufacturing |
|
Aksh Optifibre Ltd.
Global manufacturer of optical fiber, cables, FRP rods, and…
|
AKSHOPTFBR | IN | Manufacturing |
|
Altek
Provider of digital imaging solutions and AI edge vision fo…
|
3059 | TW | Manufacturing |
|
APOGEE
Manufactures thin-film filters and optical components for t…
|
6426 | TW | Manufacturing |
|
Appotronics Corporation Limited
Develops ALPD laser display technology for cinema, home, an…
|
688007 | CN | Manufacturing |
|
ARASHI VISION INC.
Develops 360-degree cameras, action cameras, and profession…
|
688775 | CN | Manufacturing |
|
ASIA
Manufacturer of precision optical components, lenses, and o…
|
3019 | TW | Manufacturing |
|
Asukanet Company,Limited
Offers photo printing, funeral imaging, aerial display tech…
|
2438 | JP | Manufacturing |
HUAGONG TECH COMPANY LIMITED 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/53945/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53945 | 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=53945 | 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=53945 \ -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": 53945}, 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 HUAGONG TECH COMPANY LIMITED (id: 53945)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.