
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 |
|---|---|---|---|
| 关于发行股份及支付现金购买资产报告书(草案)及其摘要修订的说明 | 2016-10-21 | Chinese | |
| 关于《关于对恒锋工具股份有限公司的重组问询函》创业板许可类重组问询函【2016】第79号评估相关问题之回复 | 2016-10-21 | Chinese | |
| 国信证券股份有限公司关于深圳证券交易所《关于对恒锋工具股份有限公司的重组问询函》之专项核查意见 | 2016-10-21 | Chinese | |
| 关于筹划发行股份购买资产的停牌进展公告 | 2016-10-16 | Chinese | |
| 2016年度前三季度业绩预告 | 2016-10-13 | Chinese | |
| 关于与中元建设集团股份有限公司签署建设施工合同的公告 | 2016-10-11 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2016
15 filings
| |||||
| 37331598 | 关于发行股份及支付现金购买资产报告书(草案)及其摘要修订的说明 | 2016-10-21 | Chinese | ||
| 37331591 | 关于《关于对恒锋工具股份有限公司的重组问询函》创业板许可类重组问询函【2016】第79号评估相关问题之回复 | 2016-10-21 | Chinese | ||
| 37331576 | 国信证券股份有限公司关于深圳证券交易所《关于对恒锋工具股份有限公司的重组问询函》之专项核查意见 | 2016-10-21 | Chinese | ||
| 37331560 | 关于筹划发行股份购买资产的停牌进展公告 | 2016-10-16 | Chinese | ||
| 37331554 | 2016年度前三季度业绩预告 | 2016-10-13 | Chinese | ||
| 37331543 | 关于与中元建设集团股份有限公司签署建设施工合同的公告 | 2016-10-11 | Chinese | ||
| 37331536 | 第二届董事会第十七次会议决议公告 | 2016-10-11 | Chinese | ||
| 37331531 | 关于筹划发行股份购买资产的停牌进展公告 | 2016-09-30 | Chinese | ||
| 37331524 | 发行股份及支付现金购买资产报告书(草案) | 2016-09-28 | Chinese | ||
| 37331478 | 关于使用闲置募集资金和自有资金进行现金管理的公告 | 2016-09-28 | Chinese | ||
| 37331465 | 国信证券股份有限公司关于公司发行股份及支付现金购买资产之独立财务顾问报告 | 2016-09-28 | Chinese | ||
| 37331407 | 第二届董事会第十六次会议决议公告 | 2016-09-28 | Chinese | ||
| 37331398 | 拟发行股份及支付现金购买资产涉及的浙江上优刀具有限公司股东全部权益价值评估项目资产评估报告 | 2016-09-28 | Chinese | ||
| 37331382 | 发行股份及支付现金购买资产报告书(草案)摘要 | 2016-09-28 | Chinese | ||
| 37331360 | 国浩律师(杭州)事务所关于公司发行股份及支付现金购买资产之法律意见书 | 2016-09-28 | 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 |
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.