VEKEN TECHNOLOGY CO.,LTD. — Investor Relations & Filings
About VEKEN TECHNOLOGY CO.,LTD.
VEKEN TECHNOLOGY CO.,LTD. specializes in the research, development, and manufacturing of advanced lithium-ion battery solutions. The company's core product range includes lithium polymer batteries, cylindrical batteries, and power batteries tailored for diverse applications. These components are primarily utilized in consumer electronics, such as smartphones, laptops, and smart wearable devices, as well as in electric vehicles and stationary energy storage systems. By leveraging automated production processes and rigorous quality management, the company provides high-energy-density and safety-oriented power solutions. Its operations focus on technological advancement in battery chemistry and structural design to meet the evolving demands of the global electronics and clean energy markets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 维科技术2025年年度报告 | 2026-04-13 | Chinese | |
| 维科技术关于公司2025年度募集资金存放与使用情况的专项报告 | 2026-04-13 | Chinese | |
| 维科技术2025年度营业收入扣除情况专项说明 | 2026-04-13 | Chinese | |
| 维科技术对会计师事务所2025年度履职情况评估报告 | 2026-04-13 | Chinese | |
| 维科技术股份有限公司关于召开2025年年度业绩说明会的公告 | 2026-04-02 | Chinese | |
| 浙江和义观达律师事务所关于维科技术股份有限公司2026年第一次临时股东会的法律意见书 | 2026-03-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40430522 | 维科技术2025年年度报告 | 2026-04-13 | Chinese | ||
| 40430519 | 维科技术关于公司2025年度募集资金存放与使用情况的专项报告 | 2026-04-13 | Chinese | ||
| 40430515 | 维科技术2025年度营业收入扣除情况专项说明 | 2026-04-13 | Chinese | ||
| 40430427 | 维科技术对会计师事务所2025年度履职情况评估报告 | 2026-04-13 | Chinese | ||
| 40430421 | 维科技术股份有限公司关于召开2025年年度业绩说明会的公告 | 2026-04-02 | Chinese | ||
| 40430409 | 浙江和义观达律师事务所关于维科技术股份有限公司2026年第一次临时股东会的法律意见书 | 2026-03-30 | Chinese | ||
| 40430371 | 维科技术2026年第一次临时股东会决议公告 | 2026-03-30 | Chinese | ||
| 40430364 | 维科技术2026年第一次临时股东会会议资料 | 2026-03-18 | Chinese | ||
| 40430356 | 维科技术关于认购对象及其一致行动人出具特定期间不存在减持情况或减持计划的公告 | 2026-03-13 | Chinese | ||
| 40430342 | 维科技术关于本次向特定对象发行股票不存在直接或通过利益相关方向参与认购的投资者提供财务资助或补偿的公告 | 2026-03-13 | Chinese | ||
| 40430331 | 维科技术关于最近五年被证券监管部门和交易所处罚或采取监管措施及整改情况的公告 | 2026-03-13 | Chinese | ||
| 40430330 | 维科技术关于与特定对象签订《附生效条件的股份认购协议》暨关联交易的公告 | 2026-03-13 | Chinese | ||
| 40430314 | 维科技术股份有限公司前次募集资金使用情况鉴证报告 | 2026-03-13 | Chinese | ||
| 40430310 | 维科技术2026年度向特定对象发行股票预案 | 2026-03-13 | Chinese | ||
| 40430300 | 董事会审计委员会关于公司2026年度向特定对象发行股票的发行文件的书面审核意见 | 2026-03-13 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of batteries and accumulators
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
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 Holding Co., Ltd.
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 |
|
Aton Green Storage
Manufactures battery energy storage systems for residential…
|
ATON | IT | Manufacturing |
VEKEN TECHNOLOGY 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/56521/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56521 | 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=56521 | 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=56521 \ -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": 56521}, 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 VEKEN TECHNOLOGY CO.,LTD. (id: 56521)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.