Baoding Technology Co., Ltd. — Investor Relations & Filings
Baoding Technology Co., Ltd. specializes in the research, development, and production of large-scale castings and forgings. The company’s core product line includes marine power system components such as intermediate shafts, propeller shafts, and rudder stocks. It also manufactures critical components for the energy sector, including main shafts for wind turbines and specialized parts for hydroelectric and nuclear power facilities. Utilizing advanced forging, casting, and heat treatment technologies, the firm provides high-precision components for heavy machinery and power generation applications. Its technical focus centers on material science and metallurgical engineering to ensure product durability and performance in high-stress environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于披露重大资产重组预案暨公司股票复牌的提示性公告 | 2021-10-11 | Chinese | |
| 宝鼎科技股份有限公司发行股份购买资产并募集配套资金暨关联交易预案 | 2021-10-11 | Chinese | |
| 第四届董事会第十七次会议决议公告 | 2021-10-11 | Chinese | |
| 宝鼎科技股份有限公司董事会关于本次交易采取的保密措施及保密制度的说明 | 2021-10-11 | Chinese | |
| 宝鼎科技股份有限公司董事会关于本次重组相关主体不存在《关于加强与上市公司重大资产重组相关股票异常交易监管的暂行规定》第十三条规定情形的说明-0708 | 2021-10-11 | Chinese | |
| 宝鼎科技股份有限公司关于本次交易前十二个月内购买、出售资产的说明 | 2021-10-11 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 36254257 | 关于披露重大资产重组预案暨公司股票复牌的提示性公告 | 2021-10-11 | Chinese | ||
| 36254250 | 宝鼎科技股份有限公司发行股份购买资产并募集配套资金暨关联交易预案 | 2021-10-11 | Chinese | ||
| 36254208 | 第四届董事会第十七次会议决议公告 | 2021-10-11 | Chinese | ||
| 36254198 | 宝鼎科技股份有限公司董事会关于本次交易采取的保密措施及保密制度的说明 | 2021-10-11 | Chinese | ||
| 36254187 | 宝鼎科技股份有限公司董事会关于本次重组相关主体不存在《关于加强与上市公司重大资产重组相关股票异常交易监管的暂行规定》第十三条规定情形的说明-0708 | 2021-10-11 | Chinese | ||
| 36254175 | 宝鼎科技股份有限公司关于本次交易前十二个月内购买、出售资产的说明 | 2021-10-11 | Chinese | ||
| 36254168 | 关于会计政策变更的公告 | 2021-10-11 | Chinese | ||
| 36254155 | 董事会决议公告 | 2021-10-11 | Chinese | ||
| 36254145 | 独立董事关于公司第四届董事会第十八次会议相关事项的独立意见 | 2021-10-11 | Chinese | ||
| 36254135 | 关于重大资产重组进展暨公司股票继续停牌的公告 | 2021-09-28 | Chinese | ||
| 36254128 | 关于筹划重大资产重组事宜的停牌公告 | 2021-09-22 | Chinese | ||
| 36254120 | 宝鼎科技2021年第一次临时股东大会法律意见书 | 2021-09-06 | Chinese | ||
| 36254114 | 2021年第一次临时股东大会决议公告 | 2021-09-06 | Chinese | ||
| 36254101 | 关于召开2021年第一次临时股东大会的提示性公告 | 2021-08-31 | Chinese | ||
| 36254085 | 半年报董事会决议公告 | 2021-08-19 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Forging, pressing, stamping and roll-forming of metal; powder metallurgy
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AMAERO LTD
Specializes in metal additive manufacturing and powders for…
|
3DA | AU | Manufacturing |
|
Amforge Industries Ltd.
Manufacturer of precision forged components for automotive …
|
513117 | IN | Manufacturing |
|
Amic Forging Limited
Produces open die forged components for heavy engineering, …
|
544037 | IN | Manufacturing |
|
ANHUI YINGLIU ELECTROMECHANICAL CO.,LTD
Manufacturer of high-end precision components for aerospace…
|
603308 | CN | Manufacturing |
|
ASL Industries Limited
Manufactures forged and machined components for automotive,…
|
ASLIND | IN | Manufacturing |
|
BALU FORGE INDUSTRIES LIMITED
Manufactures precision forged components and crankshafts fo…
|
BALUFORGE | IN | Manufacturing |
|
Bharat Forge Ltd
Global manufacturer of high-performance forged and machined…
|
BHARATFORG | IN | Manufacturing |
|
BRAIME GROUP PLC
Manufactures metal presswork and distributes bulk material …
|
BMT | GB | Manufacturing |
|
Chia Chang Co., Ltd.
Manufacturer of precision metal components for servers, dis…
|
4942 | TW | Manufacturing |
|
CKPZ
Manufactures forgings, wheels, and parts for the automotive…
|
CKPZ | RU | Manufacturing |
Baoding 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/54578/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54578 | 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=54578 | 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=54578 \ -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": 54578}, 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 Baoding Technology Co., Ltd. (id: 54578)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.