
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 |
|---|---|---|---|
| 关于为全资子公司提供担保的公告 | 2026-05-22 | Chinese | |
| 关于股票交易异常波动的公告 | 2026-05-22 | Chinese | |
| 股票交易风险提示公告 | 2026-05-11 | Chinese | |
| 关于股票交易异常波动的公告 | 2026-05-10 | Chinese | |
| 关于参加江西辖区上市公司2026年投资者网上集体接待日活动的公告 | 2026-05-07 | Chinese | |
| 关于设立子公司参与竞拍资产的公告 | 2026-04-27 | Chinese |
Browse filings by year
1 year| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 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 | ||
| 39601367 | 第二届董事会第十七次会议决议公告 | 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 |
|---|---|---|---|
|
ACTRO CO.,Ltd
Manufacturer of camera actuators and industrial automation …
|
290740 | KR | Manufacturing |
|
ADTechnology Co., Ltd.
Semiconductor design provider offering turnkey ASIC/SoC dev…
|
200710 | KR | Manufacturing |
|
Advanced Digital Chips Inc.
A fabless semiconductor company designing and developing MC…
|
054630 | KR | Manufacturing |
|
ADVANCED MICRO DEVICES INC
A semiconductor company that designs and develops high-perf…
|
AMD | US | Manufacturing |
|
Aeluma, Inc.
Develops and manufactures optoelectronic devices for sensin…
|
ALMU | US | Manufacturing |
|
AE MULTI HOLDINGS BERHAD
Manufactures, sells, sources, and resells Printed Circuit B…
|
— | MY | Manufacturing |
|
AIC CORPORATION BERHAD
Produces electronic connectors, semiconductor components, a…
|
— | MY | Manufacturing |
|
Aimtron Electronics Limited
Provides high-precision EMS, PCBA, and box-build solutions …
|
AIMTRON | IN | Manufacturing |
|
Airoha
Fabless IC designer of fixed broadband, AIoT, Bluetooth, an…
|
6526 | TW | Manufacturing |
|
AJIN ELECTRONIC COMPONENTS CO.,LTD
Manufacturer of electronic components for electric and hydr…
|
009320 | 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.