
Jiangsu Transimage Technology Co., Ltd. — Investor Relations & Filings
Jiangsu Transimage Technology Co., Ltd. specializes in the research, development, and manufacturing of computer peripheral input devices and advanced electronic components. The company’s core product portfolio includes keyboards, mice, flexible printed circuits (FPC), and touch modules. In recent years, Transimage has diversified its operations into the new energy sector, establishing a significant presence in the development and commercialization of sodium-ion battery technology. These energy solutions are designed for applications in light electric vehicles and stationary energy storage systems. By integrating precision manufacturing capabilities with material science innovation, the company provides comprehensive hardware and energy storage components to global consumer electronics brands and the evolving power battery market.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 江苏传艺科技股份有限公司最近一期的财务报告 | 2023-07-10 | Chinese | |
| 江苏世纪同仁律师事务所关于江苏传艺科技股份有限公司2023年度向特定对象发行股票的补充法律意见书(二) | 2023-07-10 | Chinese | |
| 关于对深圳证券交易所2022年年报问询函的回复公告 | 2023-06-30 | Chinese | |
| 关于对江苏传艺科技股份有限公司2022年年报的问询函中有关财务会计问题的专项说明 | 2023-06-30 | Chinese | |
| 独立董事对第三届董事会第二十三次会议相关事项的独立意见 | 2023-06-16 | Chinese | |
| 第三届监事会第二十次会议决议公告 | 2023-06-16 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 38303036 | 江苏传艺科技股份有限公司最近一期的财务报告 | 2023-07-10 | Chinese | ||
| 38302991 | 江苏世纪同仁律师事务所关于江苏传艺科技股份有限公司2023年度向特定对象发行股票的补充法律意见书(二) | 2023-07-10 | Chinese | ||
| 38302989 | 关于对深圳证券交易所2022年年报问询函的回复公告 | 2023-06-30 | Chinese | ||
| 38302984 | 关于对江苏传艺科技股份有限公司2022年年报的问询函中有关财务会计问题的专项说明 | 2023-06-30 | Chinese | ||
| 38302967 | 独立董事对第三届董事会第二十三次会议相关事项的独立意见 | 2023-06-16 | Chinese | ||
| 38302944 | 第三届监事会第二十次会议决议公告 | 2023-06-16 | Chinese | ||
| 38302934 | 第三届董事会第二十三次会议决议公告 | 2023-06-16 | Chinese | ||
| 38302922 | 关于2023年第一季度报告的更正公告 | 2023-06-16 | Chinese | ||
| 38302906 | 江苏传艺科技股份有限公司2023年第一季度报告(更正后) | 2023-06-16 | Chinese | ||
| 38302884 | 关于变更募集资金投资项目后签订募集资金四方监管协议的公告 | 2023-05-31 | Chinese | ||
| 38302872 | 第三届董事会第二十二次会议决议公告 | 2023-05-31 | Chinese | ||
| 38302864 | 传艺科技信息披露暂缓与豁免管理制度 | 2023-05-31 | Chinese | ||
| 38302852 | 江苏传艺科技股份有限公司2023年度向特定对象发行股票募集说明书(修订稿) | 2023-05-31 | Chinese | ||
| 38302754 | 关于申请向特定对象发行股票的审核问询函回复及募集说明书等申请文件更新的提示性公告 | 2023-05-31 | Chinese | ||
| 38302745 | 容诚会计师事务所(特殊普通合伙)关于江苏传艺科技股份有限公司申请向特定对象发行股票的审核问询函的回复(豁免版) | 2023-05-31 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of computers and peripheral equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
2CRSi
Designs and manufactures high-performance, energy-efficient…
|
2CRSI | FR | Manufacturing |
|
AAEON
Manufacturer of industrial and embedded computing platforms…
|
6579 | TW | Manufacturing |
|
ABKO CO., LTD.
Develops PC components, gaming peripherals, and consumer el…
|
129890 | KR | Manufacturing |
|
ACER
Specializes in computer hardware like PCs, laptops, desktop…
|
2353 | TW | Manufacturing |
|
ADLINK
Global provider of edge computing and IoT solutions for ind…
|
6166 | TW | Manufacturing |
|
Advantech
Global leader in industrial computing, IoT systems, and emb…
|
2395 | TW | Manufacturing |
|
AGM GROUP HOLDINGS, INC.
Designs blockchain ASIC chips and sells cryptocurrency mini…
|
AGMH | US | Manufacturing |
|
AGT
Develops computer peripherals, smart mobile devices, and sm…
|
2432 | TW | Manufacturing |
|
AIC
Designs professional display devices and visual solutions f…
|
9912 | TW | Manufacturing |
|
AMAX
Global provider of AI and HPC solutions, high-density serve…
|
6933 | TW | Manufacturing |
Jiangsu Transimage 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/54865/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54865 | 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=54865 | 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=54865 \ -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": 54865}, 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 Jiangsu Transimage Technology Co., Ltd. (id: 54865)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.