
Gotion High-tech CO.,Ltd. — Investor Relations & Filings
Gotion High-tech CO.,Ltd. specializes in the research, development, and manufacturing of lithium-ion power batteries and energy storage systems. The company provides a comprehensive product portfolio including lithium iron phosphate (LFP) and ternary lithium batteries, battery management systems, and integrated energy storage solutions. Its operations span the entire battery value chain, from mineral resource processing and cathode material production to cell manufacturing and battery recycling. Gotion High-tech serves the global electric vehicle market, supplying power batteries for passenger cars, commercial vehicles, and specialized transport. Additionally, the company develops utility-scale and residential energy storage systems. Known for its focus on high-energy-density LFP technology and strategic collaborations with global automotive leaders, the firm emphasizes technological innovation and sustainable energy solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 证券投资专项说明 | 2023-04-27 | Chinese | |
| 关于续聘2023年度会计师事务所的公告 | 2023-04-27 | Chinese | |
| 海通证券股份有限公司关于公司2022年度证券投资情况的核查意见 | 2023-04-27 | Chinese | |
| 海通证券股份有限公司关于公司2022年度内部控制自我评价报告的核查意见 | 2023-04-27 | Chinese | |
| 2022年度营业收入扣除情况表的专项审核报告 | 2023-04-27 | Chinese | |
| 关于2023年度开展外汇套期保值业务的公告 | 2023-04-27 | Chinese |
Browse filings by year
21 years- 2026 32 filings
- 2025 169 filings
- 2024 148 filings
- 2023 152 filings
- 2022 216 filings
- 2021 202 filings
- 2020 220 filings
- 2019 199 filings
- 2018 201 filings
- 2017 204 filings
- 2016 175 filings
- 2015 197 filings
- 2014 130 filings
- 2013 96 filings
- 2012 92 filings
- 2011 66 filings
- 2010 68 filings
- 2009 54 filings
- 2008 64 filings
- 2007 78 filings
- 2006 28 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 34778044 | 证券投资专项说明 | 2023-04-27 | Chinese | ||
| 34778028 | 关于续聘2023年度会计师事务所的公告 | 2023-04-27 | Chinese | ||
| 34778015 | 海通证券股份有限公司关于公司2022年度证券投资情况的核查意见 | 2023-04-27 | Chinese | ||
| 34777995 | 海通证券股份有限公司关于公司2022年度内部控制自我评价报告的核查意见 | 2023-04-27 | Chinese | ||
| 34777983 | 2022年度营业收入扣除情况表的专项审核报告 | 2023-04-27 | Chinese | ||
| 34777928 | 关于2023年度开展外汇套期保值业务的公告 | 2023-04-27 | Chinese | ||
| 34777919 | 年度募集资金使用鉴证报告 | 2023-04-27 | Chinese | ||
| 34777758 | 内部控制自我评价报告 | 2023-04-27 | Chinese | ||
| 34777747 | 年度募集资金使用情况专项说明 | 2023-04-27 | Chinese | ||
| 34777723 | 关于2022年度拟不进行利润分配的专项说明 | 2023-04-27 | Chinese | ||
| 34777713 | 关于第二期员工持股计划第三个解锁期解锁条件成就的公告 | 2023-04-27 | Chinese | ||
| 34777698 | 未来三年(2023-2025年)股东回报规划 | 2023-04-27 | Chinese | ||
| 34777689 | 关于计提减值准备的公告 | 2023-04-27 | Chinese | ||
| 34777678 | 年度关联方资金占用专项审计报告 | 2023-04-27 | Chinese | ||
| 34777605 | 关于对子公司增资的公告 | 2023-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of batteries and accumulators
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABM FUJIYA BERHAD
Manufacturing and sale of automotive, storage, and EFB batt…
|
— | MY | Manufacturing |
|
Abound Energy
Develops patented zinc-air battery systems for reliable, lo…
|
ABND | CA | Manufacturing |
|
Aegis Critical Energy Defence Corp.
Develops and delivers advanced LFP Battery Energy Storage S…
|
QESS | CA | Manufacturing |
|
AES-KY
Develops lithium-ion battery modules for electric light veh…
|
6781 | TW | Manufacturing |
|
A.F.W Co., Ltd
Manufacturer of electric vehicle components using friction …
|
312610 | KR | Manufacturing |
|
Altech Advanced Materials AG
Develops materials for lithium-ion batteries and solid-stat…
|
AMA1 | DE | Manufacturing |
|
ALTECH BATTERIES LTD
Develops sodium-chloride solid-state batteries and lithium-…
|
ATC | AU | Manufacturing |
|
Amara Raja Energy & Mobility Limited
Provides energy storage solutions for automotive, industria…
|
ARE&M | IN | Manufacturing |
|
Amprius Technologies, Inc.
Develops and manufactures advanced lithium-ion batteries wi…
|
AMPX | US | Manufacturing |
|
ANHUI ANFU BATTERY TECHNOLOGY CO.,LTD.
Produces primary and secondary batteries for consumer and i…
|
603031 | CN | Manufacturing |
Gotion High-tech 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/54134/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54134 | 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=54134 | 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=54134 \ -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": 54134}, 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 Gotion High-tech CO.,Ltd. (id: 54134)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.