
骏创科技 — Investor Relations & Filings
Junchuang Technology specializes in the design, development, and manufacturing of precision plastic components and high-end molds. The company offers comprehensive engineering solutions, including mold design, precision injection molding, and automated assembly processes. Its core product range encompasses functional components for power systems, steering mechanisms, and transmission units, alongside specialized interior and exterior trim parts. A significant portion of its operations is dedicated to supporting the transition toward electrification, providing critical components for New Energy Vehicles. By integrating advanced materials science with precision manufacturing, the company delivers high-performance, lightweight solutions to global original equipment manufacturers and Tier 1 suppliers.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 投资者关系活动记录表 | 2026-04-15 | Chinese | |
| 中信建投证券股份有限公司关于苏州骏创汽车科技股份有限公司的2025年度持续督导跟踪报告 | 2026-04-15 | Chinese | |
| 中信建投证券股份有限公司关于苏州骏创汽车科技股份有限公司2025年度定期现场核查报告 | 2026-04-15 | Chinese | |
| 中信建投证券股份有限公司关于苏州骏创汽车科技股份有限公司向不特定合格投资者公开发行股票之保荐工作总结报告书 | 2026-04-15 | Chinese | |
| 独立董事2025年度述职报告(施春兰) | 2026-04-12 | Chinese | |
| 2025年度内部控制自我评价报告 | 2026-04-12 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39831947 | 投资者关系活动记录表 | 2026-04-15 | Chinese | ||
| 39831945 | 中信建投证券股份有限公司关于苏州骏创汽车科技股份有限公司的2025年度持续督导跟踪报告 | 2026-04-15 | Chinese | ||
| 39831943 | 中信建投证券股份有限公司关于苏州骏创汽车科技股份有限公司2025年度定期现场核查报告 | 2026-04-15 | Chinese | ||
| 39831940 | 中信建投证券股份有限公司关于苏州骏创汽车科技股份有限公司向不特定合格投资者公开发行股票之保荐工作总结报告书 | 2026-04-15 | Chinese | ||
| 39831939 | 独立董事2025年度述职报告(施春兰) | 2026-04-12 | Chinese | ||
| 39831933 | 2025年度内部控制自我评价报告 | 2026-04-12 | Chinese | ||
| 39831918 | 董事会关于2025年公司独立董事独立性情况的专项报告 | 2026-04-12 | Chinese | ||
| 39831909 | 2025年度董事会工作报告 | 2026-04-12 | Chinese | ||
| 39831892 | 关于2026年度向银行申请授信的公告 | 2026-04-12 | Chinese | ||
| 39831881 | 2025年度会计师事务所履职情况评估报告 | 2026-04-12 | Chinese | ||
| 39831879 | 2025年年度报告摘要 | 2026-04-12 | Chinese | ||
| 39831870 | 独立董事2025年度述职报告(王健鹏) | 2026-04-12 | Chinese | ||
| 39831858 | 2025年度董事会审计委员会履职情况报告 | 2026-04-12 | Chinese | ||
| 39831847 | 2025年年度权益分派预案公告 | 2026-04-12 | Chinese | ||
| 39831841 | 关于2026年度董事、管理人员薪酬方案的公告 | 2026-04-12 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of plastics products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Conch (Anhui) Energy Saving and Environment Protection New Material Co., Ltd.
Manufactures energy-saving building materials and environme…
|
000619 | CN | Manufacturing |
|
CONFIDENCE FUTURISTIC ENERGETECH LIMITED
Develops LPG and CNG energy solutions and manufactures comp…
|
539991 | IN | Manufacturing |
|
Công ty Cổ phần Đầu tư Sản xuất và Thương mại HCD
Diversified enterprise manufacturing, trading, and investin…
|
HCD | VN | Manufacturing |
|
Công ty Cổ phần Kỹ nghệ Đô Thành
Manufacturer of plastic products, including packaging, mold…
|
DTT | VN | Manufacturing |
|
Công ty Cổ phần Nhựa An Phát Xanh
Leading Southeast Asian manufacturer of thin-film packaging…
|
AAA | VN | Manufacturing |
|
Công ty Cổ phần Nhựa Bình Minh
Leading manufacturer of plastic pipes, fittings, and PVC ad…
|
BMP | VN | Manufacturing |
|
Công ty Cổ phần Nhựa Hà Nội
Leading manufacturer of plastic components for autos, motor…
|
NHH | VN | Manufacturing |
|
Công ty Cổ phần Nhựa Tân Đại Hưng
Produces PP woven bags and plastic packaging for agricultur…
|
TPC | VN | Manufacturing |
|
Công ty Cổ phần Sản xuất và Công nghệ Nhựa Pha Lê
Manufacturer of plastic materials and technology, specializ…
|
PLP | VN | Manufacturing |
|
Công ty Cổ phần Tập đoàn An Phát Holdings
Leading Southeast Asian high-tech, eco-friendly plastic gro…
|
APH | VN | Manufacturing |
骏创科技 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/58860/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58860 | 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=58860 | 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=58860 \ -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": 58860}, 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 骏创科技 (id: 58860)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.