Est Tools Co., Ltd. — Investor Relations & Filings
Est Tools Co., Ltd. specializes in the design, development, and manufacture of high-precision cutting tools and industrial tooling solutions. The company's product portfolio includes a wide range of solid carbide end mills, drills, reamers, and taps, as well as indexable inserts and specialized tool holders. These products are engineered for high-performance machining applications across sectors such as aerospace, automotive manufacturing, mold and die production, and medical device engineering. Est Tools focuses on utilizing advanced materials and sophisticated coating technologies to enhance tool longevity and machining efficiency. The company provides both standardized tooling and customized engineering solutions to meet specific client requirements for complex metalworking processes.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于控股股东、实际控制人持股比例被动稀释触及5%整数倍的公告 | 2026-03-11 | Chinese | |
| 关于提前赎回锋工转债的第二次提示性公告 | 2026-03-10 | Chinese | |
| 国联民生证券承销保荐有限公司关于恒锋工具股份有限公司提前赎回锋工转债的核查意见 | 2026-03-09 | Chinese | |
| 关于提前赎回锋工转债的第一次提示性公告 | 2026-03-09 | Chinese | |
| 第五届董事会第十九次会议决议公告 | 2026-03-09 | Chinese | |
| 国浩律师(杭州)事务所关于恒锋工具股份有限公司提前赎回可转换公司债券之法律意见书 | 2026-03-09 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
11 filings
| |||||
| 37348296 | 关于控股股东、实际控制人持股比例被动稀释触及5%整数倍的公告 | 2026-03-11 | Chinese | ||
| 37348289 | 关于提前赎回锋工转债的第二次提示性公告 | 2026-03-10 | Chinese | ||
| 37348288 | 国联民生证券承销保荐有限公司关于恒锋工具股份有限公司提前赎回锋工转债的核查意见 | 2026-03-09 | Chinese | ||
| 37348286 | 关于提前赎回锋工转债的第一次提示性公告 | 2026-03-09 | Chinese | ||
| 37348276 | 第五届董事会第十九次会议决议公告 | 2026-03-09 | Chinese | ||
| 37348268 | 国浩律师(杭州)事务所关于恒锋工具股份有限公司提前赎回可转换公司债券之法律意见书 | 2026-03-09 | Chinese | ||
| 37348267 | 关于提前赎回锋工转债的公告 | 2026-03-09 | Chinese | ||
| 37348265 | 关于锋工转债可能满足赎回条件的提示性公告 | 2026-03-02 | Chinese | ||
| 37348263 | 关于锋工转债2026年付息的提示性公告 | 2026-01-16 | Chinese | ||
| 37348260 | 关于锋工转债2026年付息的公告 | 2026-01-12 | Chinese | ||
| 37348253 | 关于2025年第四季度可转换公司债券转股情况的公告 | 2026-01-05 | Chinese | ||
|
2025
4 filings
| |||||
| 37348246 | 国联民生证券承销保荐有限公司关于恒锋工具股份有限公司2025年度持续督导定期现场检查报告 | 2025-12-12 | Chinese | ||
| 37348237 | 国联民生证券承销保荐有限公司关于恒锋工具股份有限公司2025年度持续督导培训情况的报告 | 2025-12-12 | Chinese | ||
| 37348234 | 关于选举第五届董事会职工代表董事的公告 | 2025-11-25 | Chinese | ||
| 37348226 | 国浩律师(杭州)事务所关于恒锋工具股份有限公司2025年第一次临时股东大会之法律意见书 | 2025-11-25 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of cutlery, hand tools and general hardware
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
DAELIM TRADING CO.,LTD
Manufacturer of stainless steel cutlery, housewares, and ba…
|
006570 | KR | Manufacturing |
|
DAIKEN CO.,LTD.
Manufacturer of metal products and building materials for t…
|
5900 | JP | Manufacturing |
|
De Neers Tools Limited
Supplies professional hand tools for high-safety industrial…
|
DENEERS | IN | Manufacturing |
|
DIJET INDUSTRIAL CO., LTD.
A comprehensive manufacturer of high-performance cemented c…
|
6138 | JP | Manufacturing |
|
dormakaba Holding AG
Global provider of access and security solutions for buildi…
|
DOKA | CH | Manufacturing |
|
EASTERN CO
Manufacturer of engineered solutions like hardware, vision …
|
EML | US | Manufacturing |
|
Emkay Taps and Cutting Tools Limited
Designs and manufactures high-precision threading taps, end…
|
EMKAYTOOLS | IN | Manufacturing |
|
Emkay Tools Limited
Manufacturer of high-precision cutting tools, including tap…
|
ETL | IN | Manufacturing |
|
ESSEN TECH CO.,LTD.
Manufacturer of brass valves, fittings, and precision compo…
|
043340 | KR | Manufacturing |
|
Ferro S.A.
Manufacturer of sanitary and installation fittings for bath…
|
FRO | PL | Manufacturing |
Est 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/55475/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55475 | 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=55475 | 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=55475 \ -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": 55475}, 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 Est Tools Co., Ltd. (id: 55475)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.