
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 |
|---|---|---|---|
|
KOREA CIRCUIT CO.,LTD
A specialized manufacturer of PCBs for smartphones, tablets…
|
007810 | KR | Manufacturing |
|
KOREA ELECTRIC TERMINAL CO.,LTD
Manufacturer of electrical connectors for automotive and el…
|
025540 | KR | Manufacturing |
|
KOSTECSYS. CO., LTD.
Manufacturer of thermal management and packaging solutions …
|
355150 | KR | Manufacturing |
|
K & P International Holdings Limited
Manufacture and sale of precision electronic components and…
|
675 | HK | Manufacturing |
|
Kuang-Chi Technologies Co., Ltd.
Develops and produces electromagnetic metamaterials for aer…
|
002625 | CN | Manufacturing |
|
KUNSHAN GLVAC ELECTRONIC TECHNOLOGY CO.,LTD.
Manufacturer of high-voltage vacuum electronic components f…
|
688103 | CN | Manufacturing |
|
KURAMOTO CO.,LTD.
Develops, processes, and sells glass substrates for flat pa…
|
5216 | JP | Manufacturing |
|
Kuroda Group Co., Ltd.
A manufacturing and trading company providing production go…
|
287A | JP | Manufacturing |
|
KYEC
Provides IC backend services including wafer probing, final…
|
2449 | TW | Manufacturing |
|
KYOCERA CORPORATION
A diversified manufacturer of advanced materials, component…
|
6971 | JP | 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.