/other/HL_CORP_SHENZHEN-logo.png)
HL CORP (SHENZHEN) — Investor Relations & Filings
HL CORP (SHENZHEN) specializes in the research, development, and manufacturing of bicycle components and fitness equipment. The company is widely recognized for its 'ZOOM' brand, producing a comprehensive range of products including handlebars, stems, seat posts, suspension forks, and braking systems. Its portfolio also encompasses specialized components for electric bicycles and rehabilitation equipment. Serving as a major supplier for the global cycling market, the firm provides original equipment manufacturer (OEM) and original design manufacturer (ODM) services to numerous international brands. HL CORP (SHENZHEN) focuses on technical innovation, precision engineering, and large-scale production capabilities to meet diverse performance and safety requirements. The company integrates advanced materials and ergonomic designs to enhance product durability and user experience across various cycling disciplines.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 半年报监事会决议公告 | 2025-08-22 | Chinese | |
| 提名委员会关于提名第八届董事候选人的审查意见 | 2025-08-22 | Chinese | |
| 董事、高级管理人员薪酬制度 | 2025-08-22 | Chinese | |
| 2025年半年度财务报告 | 2025-08-22 | Chinese | |
| 独立董事候选人声明与承诺-华小宁 | 2025-08-22 | Chinese | |
| 半年报董事会决议公告 | 2025-08-22 | Chinese |
Browse filings by year
21 years- 2026 32 filings
- 2025 103 filings
- 2024 69 filings
- 2023 112 filings
- 2022 115 filings
- 2021 62 filings
- 2020 78 filings
- 2019 85 filings
- 2018 80 filings
- 2017 55 filings
- 2016 76 filings
- 2015 61 filings
- 2014 88 filings
- 2013 86 filings
- 2012 70 filings
- 2011 56 filings
- 2010 98 filings
- 2009 98 filings
- 2008 71 filings
- 2007 72 filings
- 2006 26 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 34839185 | 半年报监事会决议公告 | 2025-08-22 | Chinese | ||
| 34839174 | 提名委员会关于提名第八届董事候选人的审查意见 | 2025-08-22 | Chinese | ||
| 34839164 | 董事、高级管理人员薪酬制度 | 2025-08-22 | Chinese | ||
| 34839154 | 2025年半年度财务报告 | 2025-08-22 | Chinese | ||
| 34839142 | 独立董事候选人声明与承诺-华小宁 | 2025-08-22 | Chinese | ||
| 34839133 | 半年报董事会决议公告 | 2025-08-22 | Chinese | ||
| 34839122 | 董事会薪酬与考核委员会议事规则 | 2025-08-22 | Chinese | ||
| 34839112 | 董事会提名委员会议事规则 | 2025-08-22 | Chinese | ||
| 34839104 | 董事会议事规则 | 2025-08-22 | Chinese | ||
| 34839103 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2025-08-22 | Chinese | ||
| 34839095 | 独立董事候选人声明与承诺-骆睿 | 2025-08-22 | Chinese | ||
| 34839085 | 独立董事提名人声明与承诺 | 2025-08-22 | Chinese | ||
| 34839079 | 关于减少公司注册资本、取消监事会、修订公司章程并办理工商变更登记的公告 | 2025-08-22 | Chinese | ||
| 34839066 | 2025年半年度报告摘要 | 2025-08-22 | Chinese | ||
| 34839064 | 监事会关于回购注销部分限制性股票的核查意见 | 2025-08-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of bicycles and invalid carriages
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ANANDA DRIVE TECHNIQUES(SHANGHAI)CO., LTD.
Develops drive systems and components for electric bicycles…
|
603350 | CN | Manufacturing |
|
Atlas Cycles (Haryana) Ltd.
Manufacturer of durable, cost-effective bicycles and cyclin…
|
ATLASCYCLE | IN | Manufacturing |
|
BICICLETAS MONARK SA
Manufacturer of mountain, transport, leisure, and youth bic…
|
— | BR | Manufacturing |
|
DAHON TECH (SHENZHEN) CO., LTD.
World's largest producer of folding bicycles, e-bikes, road…
|
2543 | HK | Manufacturing |
|
EZGO Technologies Ltd.
Provider of e-bikes, e-tricycles, and related battery and c…
|
EZGO | US | Manufacturing |
|
GIANT
Global leader in the design, engineering, and production of…
|
9921 | TW | Manufacturing |
|
JOY KIE CORPORATION LIMITED
Designs and distributes mountain, road, electric, and child…
|
300994 | CN | Manufacturing |
|
KMC
World's largest bicycle chain manufacturer specializing in …
|
5306 | TW | Manufacturing |
|
Lee Chi
Manufacturer of high-performance bicycle components, brakin…
|
1517 | TW | Manufacturing |
|
LOBO TECHNOLOGIES LTD.
Designs and manufactures electric mobility products and sma…
|
LOBO | VG | Manufacturing |
HL CORP (SHENZHEN) 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/54163/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54163 | 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=54163 | 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=54163 \ -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": 54163}, 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 HL CORP (SHENZHEN) (id: 54163)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.