
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 |
|---|---|---|---|
|
China Display Optoelectronics Technology Holdings Limited
Manufactures and sells small-to-medium-sized Liquid Crystal…
|
334 | BM | Manufacturing |
|
China Electronics Huada Technology Company Limited
Designs, develops, and sells integrated circuit chips; a do…
|
85 | HK | Manufacturing |
|
CHINA MICRO SEMICON(SHENZHEN) LIMITED
Fabless designer of mixed-signal ICs and microcontrollers f…
|
688380 | CN | Manufacturing |
|
China Resources Microelectronics Limited
Integrated device manufacturer of power semiconductors, sen…
|
688396 | CN | Manufacturing |
|
China Shuifa Singyes New Materials Holdings Limited
Develops, manufactures, and sells advanced functional new m…
|
8073 | HK | Manufacturing |
|
China Silver Technology Holdings Limited
Manufactures and trades Printed Circuit Boards (PCBs) and g…
|
515 | HK | Manufacturing |
|
China Strategic Technology Group Limited
Technology group focused on Aerospace, Precision Manufactur…
|
1725 | HK | Manufacturing |
|
CHINA WAFER LEVEL CSP CO.,LTD.
Provides advanced semiconductor packaging and testing servi…
|
603005 | CN | Manufacturing |
|
CHINA ZHENHUA(GROUP) SCIENCE& TECHNOLOGY CO.,LTD
Develops high-reliability electronic components and ICs for…
|
000733 | CN | Manufacturing |
|
CHIN-POON
Manufactures printed circuit boards for automotive and cons…
|
2355 | TW | 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.