
BOSUN Co.,Ltd. — Investor Relations & Filings
BOSUN Co.,Ltd. focuses on the design, manufacture, and distribution of diamond tools and specialized power machinery. The product range encompasses diamond saw blades, core drill bits, and grinding cup wheels, alongside equipment such as floor grinders, power cutters, and road saws. These tools are engineered for precision cutting, drilling, and surface preparation of materials including reinforced concrete, masonry, and natural stone. The company integrates advanced laser welding and sintering technologies into its production processes to enhance tool durability and performance. Serving professional markets in construction and stone fabrication, the organization maintains rigorous quality management systems and international safety certifications. Its operations support large-scale supply chains for infrastructure projects and industrial applications globally.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 博深股份有限公司累积投票制实施细则(2026年5月修订) | 2026-05-18 | Chinese | |
| 博深股份有限公司董事、高级管理人员所持本公司股份及其变动管理制度(2026年5月修订) | 2026-05-18 | Chinese | |
| 博深股份有限公司控股股东和实际控制人行为规范(2026年5月修订) | 2026-05-18 | Chinese | |
| 博深股份有限公司关于召开2026年第二次临时股东会的通知 | 2026-05-18 | Chinese | |
| 博深股份有限公司第七届董事会第五次会议决议公告 | 2026-05-18 | Chinese | |
| 博深股份有限公司2025年年度权益分派实施公告 | 2026-05-11 | Chinese |
Browse filings by year
18 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46513576 | 博深股份有限公司累积投票制实施细则(2026年5月修订) | 2026-05-18 | Chinese | ||
| 46513382 | 博深股份有限公司董事、高级管理人员所持本公司股份及其变动管理制度(2026年5月修订) | 2026-05-18 | Chinese | ||
| 46512759 | 博深股份有限公司控股股东和实际控制人行为规范(2026年5月修订) | 2026-05-18 | Chinese | ||
| 46512758 | 博深股份有限公司关于召开2026年第二次临时股东会的通知 | 2026-05-18 | Chinese | ||
| 46512757 | 博深股份有限公司第七届董事会第五次会议决议公告 | 2026-05-18 | Chinese | ||
| 45017694 | 博深股份有限公司2025年年度权益分派实施公告 | 2026-05-11 | Chinese | ||
| 35288036 | 博深股份有限公司关于2026年度继续使用自有资金投资理财产品的公告 | 2026-03-16 | Chinese | ||
| 35288035 | 博深股份有限公司关于继续开展外汇套期保值业务的可行性分析报告 | 2026-03-16 | Chinese | ||
| 35288034 | 独立董事述职报告(董庆华) | 2026-03-16 | Chinese | ||
| 35288025 | 博深股份有限公司关于举行2025年度业绩说明会的公告 | 2026-03-16 | Chinese | ||
| 35288018 | 博深股份有限公司关于收购汶上海纬机车配件有限公司商誉减值测试情况的专项审核报告 | 2026-03-16 | Chinese | ||
| 35287802 | 博深股份有限公司关于召开2025年度股东会的通知 | 2026-03-16 | Chinese | ||
| 35287795 | 2025年年度报告摘要 | 2026-03-16 | Chinese | ||
| 35287788 | 独立董事述职报告(袁志云已届满离任) | 2026-03-16 | Chinese | ||
| 35287786 | 博深股份有限公司2025年度董事会工作报告 | 2026-03-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of machinery for mining, quarrying and construction
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
JIANGSU TEEYER INTELLIGENT EQUIPMENT CO., LTD.
Supplies complete AAC block and panel production lines and …
|
603273 | CN | Manufacturing |
|
JIANGSU TONGLI TIANQI TECHNOLOGY CO., LTD.
Produces high-precision pins, bushings, and shafts for heav…
|
605286 | CN | Manufacturing |
|
JIANGXI TUNGSTEN RARE AND PRECIOUS EQUIPMENT CO., LTD.
Manufactures machinery for tungsten, rare earth, and precio…
|
600397 | CN | Manufacturing |
|
Jikai Equipment Manufacturing Co., Ltd.
Manufactures advanced underground mining machinery and auto…
|
002691 | CN | Manufacturing |
|
JINSUNG T.E.C
Manufacturer of undercarriage components for heavy construc…
|
036890 | KR | Manufacturing |
|
JUNJIN CONSTRUCTION & ROBOT CO., LTD.
Manufacturer of construction machinery specializing in conc…
|
079900 | KR | Manufacturing |
|
KATO WORKS CO., LTD.
Global manufacturer of construction machinery and industria…
|
6390 | JP | Manufacturing |
|
KOKEN BORING MACHINE CO., LTD.
Manufactures and leases drilling machinery for construction…
|
6297 | JP | Manufacturing |
|
KOMATSU LTD.
Global manufacturer of equipment for construction, mining, …
|
6301 | JP | Manufacturing |
|
Linzhou Heavy Machinery Group Co., Ltd.
Manufactures coal mining machinery and provides integrated …
|
002535 | CN | Manufacturing |
BOSUN 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/54332/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54332 | 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=54332 | 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=54332 \ -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": 54332}, 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 BOSUN Co.,Ltd. (id: 54332)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.