
Jiangsu Jiuding New Material Co., Ltd. — Investor Relations & Filings
Jiangsu Jiuding New Material Co., Ltd. specializes in the research, development, manufacture, and sale of fiberglass products and composite materials. The company's product portfolio includes high-performance fiberglass yarns, fabrics, and various fiber-reinforced plastic (FRP) components. Key offerings feature grinding wheel reinforcement meshes, fiberglass geogrids for infrastructure, and specialized materials for wind turbine blades. These products serve diverse sectors such as building construction, telecommunications, power engineering, and automotive manufacturing. The company focuses on advanced manufacturing techniques to provide high-strength, corrosion-resistant, and lightweight solutions for global industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公司第十一届董事会第十一次临时会议决议公告 | 2026-05-21 | Chinese | |
| 国浩律师(上海)事务所关于江苏九鼎新材料股份有限公司关于2025年度股东会之见证法律意见书 | 2026-05-12 | Chinese | |
| 公司2025年度股东会决议公告 | 2026-05-12 | Chinese | |
| 九鼎新材2025年年度报告(更正后) | 2026-04-21 | Chinese | |
| 2025年度独立董事述职报告(姜林) | 2026-04-20 | Chinese | |
| 《董事会薪酬与考核委员会工作细则》 | 2026-04-20 | Chinese |
Browse filings by year
20 years- 2026 60 filings
- 2025 101 filings
- 2024 121 filings
- 2023 60 filings
- 2022 56 filings
- 2021 92 filings
- 2020 52 filings
- 2019 76 filings
- 2018 85 filings
- 2017 94 filings
- 2016 147 filings
- 2015 99 filings
- 2014 95 filings
- 2013 80 filings
- 2012 68 filings
- 2011 72 filings
- 2010 63 filings
- 2009 69 filings
- 2008 105 filings
- 2007 28 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46757687 | 公司第十一届董事会第十一次临时会议决议公告 | 2026-05-21 | Chinese | ||
| 45346860 | 国浩律师(上海)事务所关于江苏九鼎新材料股份有限公司关于2025年度股东会之见证法律意见书 | 2026-05-12 | Chinese | ||
| 45346119 | 公司2025年度股东会决议公告 | 2026-05-12 | Chinese | ||
| 35068652 | 九鼎新材2025年年度报告(更正后) | 2026-04-21 | Chinese | ||
| 35068648 | 2025年度独立董事述职报告(姜林) | 2026-04-20 | Chinese | ||
| 35068639 | 《董事会薪酬与考核委员会工作细则》 | 2026-04-20 | Chinese | ||
| 35068630 | 《董事长工作细则》 | 2026-04-20 | Chinese | ||
| 35068626 | 关于公司2026年担保额度预计的公告 | 2026-04-20 | Chinese | ||
| 35068623 | 《董事会议事规则》 | 2026-04-20 | Chinese | ||
| 35068614 | 关于公司开展2026年外汇衍生品交易业务的公告 | 2026-04-20 | Chinese | ||
| 35068608 | 2025年度非经营性资金占用即其他关联资金往来情况的专项报告 | 2026-04-20 | Chinese | ||
| 35068607 | 2025年年度报告摘要 | 2026-04-20 | Chinese | ||
| 35068604 | 《董事薪酬管理制度》 | 2026-04-20 | Chinese | ||
| 35068596 | 《高级管理人员薪酬管理制度》 | 2026-04-20 | Chinese | ||
| 35068591 | 公司对独立董事独立性评估的专项意见 | 2026-04-20 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of glass and glass products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Agarwal Float Glass India Limited
Trades and processes diverse glass products for constructio…
|
AGARWALFT | IN | Manufacturing |
|
Agarwal Toughened Glass India Limited
Manufacturer of high-performance safety glass for structura…
|
AGARWALTUF | IN | Manufacturing |
|
AGC Inc.
Global manufacturer of glass, electronics, chemicals, and c…
|
5201 | JP | Manufacturing |
|
AGI GREENPAC LIMITED
Manufactures glass containers, PET bottles, and closures fo…
|
AGI | IN | Manufacturing |
|
Anhui Deli Household Glass Co.,Ltd.
Specializes in the production and global distribution of da…
|
002571 | CN | Manufacturing |
|
Asahi India Glass Ltd.
Integrated glass solutions provider for automotive and arch…
|
ASAHIINDIA | IN | Manufacturing |
|
Asahimas Flat Glass Tbk
Manufacturer of flat glass, automotive glass, and mirrors.
|
AMFG | ID | Manufacturing |
|
Baluchistan Glass Limited
Manufactures and sells glass containers for food, beverages…
|
BGL | PK | Manufacturing |
|
BANDARAM PHARMA PACKTECH LIMITED
Manufactures and distributes primary packaging solutions fo…
|
524602 | IN | Manufacturing |
|
Borosil Limited
Manufacturer of borosilicate glassware for consumer, scient…
|
BOROLTD | IN | Manufacturing |
Jiangsu Jiuding New Material 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/54255/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54255 | 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=54255 | 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=54255 \ -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": 54255}, 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 Jiangsu Jiuding New Material Co., Ltd. (id: 54255)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.