
惠丰钻石 — Investor Relations & Filings
Huifeng Diamond specializes in the research, development, and production of synthetic diamond micron powder and superhard materials. The product portfolio includes diamond crushing materials, diamond grits, and polycrystalline diamond (PCD) products. These materials are designed for high-precision industrial applications, including grinding, polishing, and cutting. The company serves sectors such as photovoltaics, semiconductors, aerospace, and precision machinery manufacturing. Huifeng Diamond emphasizes technological innovation and quality consistency, providing abrasives with precise particle size distribution and high thermal stability. Its manufacturing capabilities support advanced processing requirements for hard and brittle materials, ensuring performance and efficiency in demanding technical environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于审计机构变更2022年度质量控制复核人的公告 | 2023-04-06 | Chinese | |
| 关于预计2023年度日常性关联交易的公告 | 2023-04-06 | Chinese | |
| 2022年度审计报告 | 2023-04-06 | Chinese | |
| 天职国际会计师事务所(特殊普通合伙)关于柘城惠丰钻石科技股份有限公司2022年度募集资金存放与实际使用情况鉴证报告 | 2023-04-06 | Chinese | |
| 中国银河证券股份有限公司关于柘城惠丰钻石科技股份有限公司2022年度募集资金存放与使用情况之核查意见 | 2023-04-06 | Chinese | |
| 中国银河证券股份有限公司关于柘城惠丰钻石科技股份有限公司预计2023年日常性关联交易的核查意见 | 2023-04-06 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 40066893 | 关于审计机构变更2022年度质量控制复核人的公告 | 2023-04-06 | Chinese | ||
| 40066887 | 关于预计2023年度日常性关联交易的公告 | 2023-04-06 | Chinese | ||
| 40066872 | 2022年度审计报告 | 2023-04-06 | Chinese | ||
| 40066580 | 天职国际会计师事务所(特殊普通合伙)关于柘城惠丰钻石科技股份有限公司2022年度募集资金存放与实际使用情况鉴证报告 | 2023-04-06 | Chinese | ||
| 40066534 | 中国银河证券股份有限公司关于柘城惠丰钻石科技股份有限公司2022年度募集资金存放与使用情况之核查意见 | 2023-04-06 | Chinese | ||
| 40066469 | 中国银河证券股份有限公司关于柘城惠丰钻石科技股份有限公司预计2023年日常性关联交易的核查意见 | 2023-04-06 | Chinese | ||
| 40066442 | 第三届董事会第八次会议决议公告 | 2023-04-06 | Chinese | ||
| 40066435 | 关于公司治理专项自查及规范活动相关情况的报告 | 2023-04-06 | Chinese | ||
| 40066424 | 信息披露管理制度 | 2023-04-06 | Chinese | ||
| 40066412 | 独立董事关于第三届董事会第八次会议相关事项的事前认可意见及独立意见公告 | 2023-04-06 | Chinese | ||
| 40066405 | 2022年年度权益分派预案公告 | 2023-04-06 | Chinese | ||
| 40066393 | 独立董事关于第三届董事会第七次会议相关事项的独立意见 | 2023-03-08 | Chinese | ||
| 40066388 | 第三届监事会第六次会议决议公告 | 2023-03-08 | Chinese | ||
| 40066382 | 中国银河证券股份有限公司关于柘城惠丰钻石科技股份有限公司使用部分募集资金向全资子公司提供无息借款以实施募投项目的核查意见 | 2023-03-08 | Chinese | ||
| 40066375 | 第三届董事会第七次会议决议公告 | 2023-03-08 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other non-metallic mineral products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
A&A Material Corporation
Manufacturer and seller of building and industrial material…
|
5391 | JP | Manufacturing |
|
ADVANCED INNERGY HOLDINGS LIMITED
Develops thermal insulation and passive fire protection for…
|
AIH | AU | Manufacturing |
|
ALMEDIO INC.
Researches, develops, and sells advanced materials and test…
|
7859 | JP | Manufacturing |
|
Amrize Ltd.
Provider of building materials and envelope solutions for t…
|
AMRZ | CH | Manufacturing |
|
Anhui Estone Materials Technology Co., Ltd.
Manufactures advanced inorganic non-metallic materials for …
|
688733 | CN | Manufacturing |
|
Armstrong Corporation
Designs and produces advanced ceiling and wall systems focu…
|
AWI | CA | Manufacturing |
|
ARMSTRONG WORLD INDUSTRIES INC
Designs and manufactures ceiling, wall, and suspension syst…
|
AWI | US | Manufacturing |
|
Asahi Diamond Industrial Co.,Ltd.
Manufacturer of industrial diamond and cubic boron nitride …
|
6140 | JP | Manufacturing |
|
Beijing Oriental Yuhong Waterproof Technology Co.,Ltd.
Manufactures waterproofing systems and building chemicals f…
|
002271 | CN | Manufacturing |
|
Beijing Tianyishangjia New Material Corp., Ltd.
Manufacturer of friction and composite materials for rail, …
|
688033 | CN | Manufacturing |
惠丰钻石 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/58906/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58906 | 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=58906 | 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=58906 \ -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": 58906}, 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 惠丰钻石 (id: 58906)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.