
JIANGXI REDBOARD TECHNOLOGY CO.,LTD. — Investor Relations & Filings
Jiangxi Redboard Technology Co., Ltd. specializes in the research, development, and large-scale manufacturing of high-precision printed circuit boards (PCBs). The company's product portfolio includes multi-layer boards, High-Density Interconnect (HDI) solutions, flexible circuits (FPC), and rigid-flex boards. These components are engineered for diverse applications across the consumer electronics, automotive, telecommunications, and industrial automation sectors. Utilizing advanced automated production lines and rigorous quality control systems, the firm focuses on delivering high-reliability interconnect solutions. Its technical capabilities support complex designs required for modern electronic devices, emphasizing miniaturization and high-speed signal integrity.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于全资子公司参与竞拍江西志浩 100% 股权的进展公告 | 2026-05-27 | Chinese | |
| 关于为全资子公司提供担保的公告 | 2026-05-22 | Chinese | |
| 关于股票交易异常波动的公告 | 2026-05-22 | Chinese | |
| 股票交易风险提示公告 | 2026-05-11 | Chinese | |
| 关于股票交易异常波动的公告 | 2026-05-10 | Chinese | |
| 关于参加江西辖区上市公司2026年投资者网上集体接待日活动的公告 | 2026-05-07 | Chinese |
Browse filings by year
1 year| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47849165 | 关于全资子公司参与竞拍江西志浩 100% 股权的进展公告 | 2026-05-27 | Chinese | ||
| 46867714 | 关于为全资子公司提供担保的公告 | 2026-05-22 | Chinese | ||
| 46867713 | 关于股票交易异常波动的公告 | 2026-05-22 | Chinese | ||
| 45017759 | 股票交易风险提示公告 | 2026-05-11 | Chinese | ||
| 44825441 | 关于股票交易异常波动的公告 | 2026-05-10 | Chinese | ||
| 44266160 | 关于参加江西辖区上市公司2026年投资者网上集体接待日活动的公告 | 2026-05-07 | Chinese | ||
| 39601458 | 关于设立子公司参与竞拍资产的公告 | 2026-04-27 | Chinese | ||
| 39601455 | 关于使用部分暂时闲置募集资金进行现金管理的公告 | 2026-04-27 | Chinese | ||
| 39601447 | 国联民生证券承销保荐有限公司关于江西红板科技股份有限公司调整募集资金投资项目拟投入募集资金金额的核查意见 | 2026-04-27 | Chinese | ||
| 39601438 | 国联民生证券承销保荐有限公司关于江西红板科技股份有限公司使用募集资金置换预先投入募投项目及已支付发行费用的自筹资金的核查意见 | 2026-04-27 | Chinese | ||
| 39601431 | 国联民生证券承销保荐有限公司关于江西红板科技股份有限公司使用部分暂时闲置募集资金临时补充流动资金的核查意见 | 2026-04-27 | Chinese | ||
| 39601422 | 关于使用募集资金置换预先投入募投项目及已支付发行费用的自筹资金的的公告 | 2026-04-27 | Chinese | ||
| 39601420 | 关于使用自有资金、银行承兑汇票、信用证及外汇等方式支付募投项目所需资金并以募集资金等额置换的公告 | 2026-04-27 | Chinese | ||
| 39601415 | 江西红板科技股份有限公司2026年第一季度报告 | 2026-04-27 | Chinese | ||
| 39601413 | 江西红板科技股份有限公司募集资金置换专项鉴证报告信会师报字[2026]第ZI10178号 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
DENSAN CO.,LTD.
Manufacturer of standard and custom computer boards with fu…
|
3640 | JP | Manufacturing |
|
DERKWOO ELECTRONICS CO.,LTD.
Manufactures electronic components for mobile, automotive, …
|
263600 | KR | Manufacturing |
|
DESWELL INDUSTRIES INC
Manufactures plastic parts, electronic products, and metall…
|
DSWL | VG | Manufacturing |
|
Detection Technology Oyj
Global provider of X-ray detector solutions for medical, se…
|
DETEC | FI | Manufacturing |
|
Dexerials Corporation
Manufactures advanced materials and components for electron…
|
4980 | JP | Manufacturing |
|
Di-Nikko Engineering Co.,Ltd.
An EMS provider offering full-lifecycle ODM and OEM solutio…
|
6635 | JP | Manufacturing |
|
DIODES INC /DEL/
Global manufacturer of discrete, logic, analog, and mixed-s…
|
DIOD | US | Manufacturing |
|
DIOO MICROCIRCUITS CO., LTD. JIANGSU
Designs high-performance analog and mixed-signal ICs for va…
|
688381 | CN | Manufacturing |
|
Discoverie Group PLC
Designs and manufactures customized electronic components f…
|
DSCV | GB | Manufacturing |
|
DK TECH CO.,LTD
Manufactures electronic components like FPCAs and LCD parts…
|
290550 | KR | Manufacturing |
JIANGXI REDBOARD 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/57672/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57672 | 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=57672 | 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=57672 \ -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": 57672}, 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 JIANGXI REDBOARD TECHNOLOGY CO.,LTD. (id: 57672)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.