/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 |
|---|---|---|---|
| 董事会提名委员会议事规则 | 2023-10-27 | Chinese | |
| 关于召开2023年第三次临时股东大会的通知 | 2023-10-27 | Chinese | |
| 关于调整公司第七届董事会审计委员会成员的公告 | 2023-10-27 | Chinese | |
| 独立董事制度 | 2023-10-27 | Chinese | |
| 董事会薪酬与考核委员会议事规则 | 2023-10-27 | Chinese | |
| 独立董事相关制度修订对照表 | 2023-10-27 | 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 | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 34836322 | 董事会提名委员会议事规则 | 2023-10-27 | Chinese | ||
| 34836311 | 关于召开2023年第三次临时股东大会的通知 | 2023-10-27 | Chinese | ||
| 34836297 | 关于调整公司第七届董事会审计委员会成员的公告 | 2023-10-27 | Chinese | ||
| 34836285 | 独立董事制度 | 2023-10-27 | Chinese | ||
| 34836276 | 董事会薪酬与考核委员会议事规则 | 2023-10-27 | Chinese | ||
| 34836264 | 独立董事相关制度修订对照表 | 2023-10-27 | Chinese | ||
| 34836249 | 2023年三季度报告 | 2023-10-27 | Chinese | ||
| 34836230 | 独立董事年报工作制度 | 2023-10-27 | Chinese | ||
| 34836224 | 董事会审计委员会议事规则 | 2023-10-27 | Chinese | ||
| 34836216 | 2023年第二次临时股东大会法律意见书 | 2023-09-14 | Chinese | ||
| 34836203 | 关于注销回购股份减少注册资本暨通知债权人的公告 | 2023-09-14 | Chinese | ||
| 34836193 | 2023年第二次临时股东大会决议公告 | 2023-09-14 | Chinese | ||
| 34836175 | 关于中证中小投资者服务中心《股东质询建议函》的回复公告 | 2023-09-13 | Chinese | ||
| 34836148 | 关于收购控股子公司天津信隆少数股权暨关联交易的公告 | 2023-08-25 | Chinese | ||
| 34836133 | 2023年半年度报告摘要 | 2023-08-25 | 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.