Beijing SinoHytec Co., Ltd. — Investor Relations & Filings
About Beijing SinoHytec Co., Ltd.
Beijing SinoHytec Co., Ltd. specializes in the research, development, and industrialization of hydrogen fuel cell engine systems and core components. The company provides comprehensive power solutions primarily for the commercial vehicle sector, including transit buses, heavy-duty trucks, and logistics vehicles. Its product portfolio features high-performance fuel cell engines and stacks characterized by high power density, reliability, and advanced low-temperature startup capabilities. SinoHytec focuses on vertical integration within the hydrogen value chain, leveraging proprietary technology to enhance energy efficiency and operational durability. By collaborating with major automotive manufacturers, the company facilitates the deployment of zero-emission transportation solutions and supports the development of hydrogen infrastructure and technical standards for sustainable mobility.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 亿华通 股东减持股份结果公告 | 2025-08-01 | Chinese | |
| 亿华通 关于发行股份购买资产并募集配套资金暨关联交易事项的进展公告 | 2025-07-06 | Chinese | |
| 亿华通 H股公告-截至二零二五年六月三十日止股份发行人的证券变动月报表 | 2025-07-04 | Chinese | |
| 亿华通 股东减持股份计划公告 | 2025-06-29 | Chinese | |
| 北京德恒律师事务所关于北京亿华通科技股份有限公司2024年年度股东大会的法律意见 | 2025-06-20 | Chinese | |
| 亿华通 关于选举第四届董事会职工代表董事的公告 | 2025-06-20 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 39893355 | 亿华通 股东减持股份结果公告 | 2025-08-01 | Chinese | ||
| 39893346 | 亿华通 关于发行股份购买资产并募集配套资金暨关联交易事项的进展公告 | 2025-07-06 | Chinese | ||
| 39893329 | 亿华通 H股公告-截至二零二五年六月三十日止股份发行人的证券变动月报表 | 2025-07-04 | Chinese | ||
| 39893321 | 亿华通 股东减持股份计划公告 | 2025-06-29 | Chinese | ||
| 39893307 | 北京德恒律师事务所关于北京亿华通科技股份有限公司2024年年度股东大会的法律意见 | 2025-06-20 | Chinese | ||
| 39893283 | 亿华通 关于选举第四届董事会职工代表董事的公告 | 2025-06-20 | Chinese | ||
| 39893271 | 亿华通 2024年年度股东大会决议公告 | 2025-06-20 | Chinese | ||
| 39893261 | 亿华通 关于完成董事会换届选举及聘任高级管理人员、证券事务代表的公告 | 2025-06-20 | Chinese | ||
| 39893250 | 北京亿华通科技股份有限公司2024年年度股东大会会议资料 | 2025-06-11 | Chinese | ||
| 39893228 | 亿华通 关于发行股份购买资产并募集配套资金暨关联交易事项的进展公告 | 2025-06-06 | Chinese | ||
| 39893213 | 亿华通 H股公告-截至二零二五年五月三十一日止股份发行人的证券变动月报表 | 2025-06-04 | Chinese | ||
| 39893197 | 北京亿华通科技股份有限公司会计师事务所选聘制度(2025年5月) | 2025-05-29 | Chinese | ||
| 39893183 | 北京亿华通科技股份有限公司内部审计制度(2025年5月) | 2025-05-29 | Chinese | ||
| 39893173 | 独立非执行董事提名人声明(陈素权) | 2025-05-29 | Chinese | ||
| 39893164 | 国泰海通证券股份有限公司关于北京亿华通科技股份有限公司终止以简易程序向特定对象发行股票募投项目的核查意见 | 2025-05-29 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electrical equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AMOGREENTECH Co., Ltd.
Develops advanced materials and components for the EV, IT, …
|
125210 | KR | Manufacturing |
|
Ampa Ltd.
A holding company with operations in real estate developmen…
|
AMPA | IL | Manufacturing |
|
Ballard Power Systems Inc.
A global leader in zero-emission hydrogen PEM fuel cell pow…
|
BLDP | CA | Manufacturing |
|
Baotou INST Magnetic New Materials Co., Ltd.
Manufactures high-performance rare earth magnets and precis…
|
301622 | CN | Manufacturing |
|
Beijing Beida Jade Bird Universal Sci-Tech Company Limited
An investment holding entity operating in tourism developme…
|
8095 | HK | Manufacturing |
|
Bisen Smart Access Co., Ltd.
Manufacturer of automatic gate, door, and traffic managemen…
|
301083 | CN | Manufacturing |
|
Bumhan Fuel Cell Co.,Ltd.
Develops and manufactures hydrogen fuel cell systems and re…
|
382900 | KR | Manufacturing |
|
Canadian Solar Inc.
Manufactures solar modules and develops utility-scale solar…
|
CSIQ | CA | Manufacturing |
|
Cell Impact AB
Global supplier of advanced bipolar flow plates for fuel ce…
|
CI | SE | Manufacturing |
|
Changshu Tianyin Electromechanical Co.,Ltd.
Manufactures components for household appliance refrigerati…
|
300342 | CN | Manufacturing |
Beijing SinoHytec 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/58352/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58352 | 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=58352 | 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=58352 \ -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": 58352}, 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 Beijing SinoHytec Co., Ltd. (id: 58352)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.