Beijing Worldia Diamond Tools Co.,Ltd. — Investor Relations & Filings
About Beijing Worldia Diamond Tools Co.,Ltd.
Beijing Worldia Diamond Tools Co., Ltd. specializes in the research, development, and manufacturing of high-precision superhard cutting tools. The company’s product portfolio includes Polycrystalline Diamond (PCD), Polycrystalline Cubic Boron Nitride (PCBN), and Chemical Vapor Deposition (CVD) diamond tools. These products are designed for high-efficiency machining in sectors such as automotive manufacturing, aerospace, consumer electronics, and precision mold production. Worldia provides a comprehensive range of solutions, including turning inserts, milling cutters, boring tools, and customized tooling systems. By leveraging advanced material synthesis and precision grinding technologies, the company focuses on delivering high-performance tools that enhance processing accuracy and tool life for complex industrial applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第四届董事会第十五次会议决议公告 | 2026-02-02 | Chinese | |
| 2026年第一次临时股东会法律意见书 | 2026-01-28 | Chinese | |
| 2026年第一次临时股东会决议公告 | 2026-01-28 | Chinese | |
| 关于2026年限制性股票激励计划及2026年股票增值权激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-01-28 | Chinese | |
| 董事会薪酬与考核委员会关于2026年限制性股票激励计划首次授予部分激励对象名单和2026年股票增值权激励计划激励对象名单的公示情况说明及核查意见 | 2026-01-22 | Chinese | |
| 2026年第一次临时股东会会议资料 | 2026-01-22 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39089385 | 第四届董事会第十五次会议决议公告 | 2026-02-02 | Chinese | ||
| 39089381 | 2026年第一次临时股东会法律意见书 | 2026-01-28 | Chinese | ||
| 39089361 | 2026年第一次临时股东会决议公告 | 2026-01-28 | Chinese | ||
| 39089354 | 关于2026年限制性股票激励计划及2026年股票增值权激励计划内幕信息知情人买卖公司股票情况的自查报告 | 2026-01-28 | Chinese | ||
| 39089349 | 董事会薪酬与考核委员会关于2026年限制性股票激励计划首次授予部分激励对象名单和2026年股票增值权激励计划激励对象名单的公示情况说明及核查意见 | 2026-01-22 | Chinese | ||
| 39089345 | 2026年第一次临时股东会会议资料 | 2026-01-22 | Chinese | ||
| 39089337 | 2026年股票增值权激励计划(草案) | 2026-01-12 | Chinese | ||
| 39089330 | 2026年限制性股票激励计划(草案)及2026年股票增值权激励计划(草案)的法律意见书 | 2026-01-12 | Chinese | ||
| 39089314 | 关于召开2026年第一次临时股东会的通知 | 2026-01-12 | Chinese | ||
| 39089307 | 2026年限制性股票激励计划实施考核管理办法 | 2026-01-12 | Chinese | ||
| 39089303 | 2026年限制性股票激励计划(草案) | 2026-01-12 | Chinese | ||
| 39089292 | 2026年股票增值权激励计划实施考核管理办法 | 2026-01-12 | Chinese | ||
| 39089288 | 董事会薪酬与考核委员会关于公司2026年限制性股票激励计划(草案)和2026年股票增值权激励计划(草案)的核查意见 | 2026-01-12 | Chinese | ||
| 39089278 | 2026年限制性股票激励计划首次授予激励对象名单 | 2026-01-12 | Chinese | ||
| 39089266 | 2026年股票增值权激励计划(草案)摘要 | 2026-01-12 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of cutlery, hand tools and general hardware
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACME UNITED CORP
Supplier of cutting, measuring, first aid, and sharpening p…
|
ACU | US | Manufacturing |
|
Advanex inc.
Manufacturer specializing in precision springs and pressed …
|
5998 | JP | Manufacturing |
|
Allegion plc
Global provider of security and access solutions for doors …
|
ALLE | US | Manufacturing |
|
Almast OJSC
Manufactures diamond tools for cutting and machining stone …
|
ALMS | AM | Manufacturing |
|
ALPHA Corporation
Manufactures locks, keys, access control systems, and locke…
|
3434 | IN | Manufacturing |
|
Amatei Incorporated
Manufactures and sells a wide range of fastening products, …
|
5952 | JP | Manufacturing |
|
Armatura S.A.
Manufacturer of valves, faucets, and fittings for various i…
|
ARM | RO | Manufacturing |
|
ASAKA INDUSTRIAL CO.,LTD.
Manufacturer of tools for agriculture and construction, plu…
|
5962 | JP | Manufacturing |
|
ASSA ABLOY
A global leader in access solutions for managing physical a…
|
ASSA | SE | Manufacturing |
|
ATOM LIVIN TECH Co.,Ltd.
Develops, manufactures, and sells interior hardware for res…
|
3426 | JP | Manufacturing |
Beijing Worldia Diamond Tools 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/58084/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58084 | 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=58084 | 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=58084 \ -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": 58084}, 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 Beijing Worldia Diamond Tools Co.,Ltd. (id: 58084)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.