
七丰精工 — Investor Relations & Filings
Qifeng Precision Technology specializes in the research, development, and manufacturing of high-strength fasteners and precision components. The company provides a comprehensive range of products, including specialized bolts, nuts, and non-standard fastening solutions engineered for high-performance applications. Its core offerings serve critical sectors such as high-speed rail, aerospace, automotive, and heavy machinery. Qifeng emphasizes technical innovation and rigorous quality management to ensure product reliability under extreme conditions. By leveraging advanced manufacturing processes, the company delivers customized components that meet stringent safety and durability requirements for complex engineering projects.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 超额配售选择权实施公告 | 2022-05-15 | Chinese | |
| 2021年年度报告业绩说明会预告公告 | 2022-05-12 | Chinese | |
| 2022年第一季度报告 | 2022-04-28 | Chinese | |
| 第三届监事会第十四次会议决议公告 | 2022-04-28 | Chinese | |
| 独立董事关于第三届董事会第二十一次会议相关事项的独立意见 | 2022-04-28 | Chinese | |
| 第三届董事会第二十一次会议决议公告 | 2022-04-28 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 40130053 | 超额配售选择权实施公告 | 2022-05-15 | Chinese | ||
| 40130042 | 2021年年度报告业绩说明会预告公告 | 2022-05-12 | Chinese | ||
| 40130034 | 2022年第一季度报告 | 2022-04-28 | Chinese | ||
| 40130025 | 第三届监事会第十四次会议决议公告 | 2022-04-28 | Chinese | ||
| 40130020 | 独立董事关于第三届董事会第二十一次会议相关事项的独立意见 | 2022-04-28 | Chinese | ||
| 40130011 | 第三届董事会第二十一次会议决议公告 | 2022-04-28 | Chinese | ||
| 40130002 | 天职国际会计师事务所(特殊普通合伙)关于七丰精工科技股份有限公司募集资金年度存放与使用情况鉴证报告 | 2022-04-26 | Chinese | ||
| 40129886 | 天职国际会计师事务所(特殊普通合伙)关于七丰精工科技股份有限公司以募集资金置换预先投入募投项目及已支付发行费用的自筹资金的鉴证报告 | 2022-04-26 | Chinese | ||
| 40129804 | 天职国际会计师事务所(特殊普通合伙)关于七丰精工科技股份有限公司控股股东及其他关联方资金占用情况的专项说明 | 2022-04-26 | Chinese | ||
| 40129698 | 关于治理专项自查及规范活动相关情况的报告 | 2022-04-25 | Chinese | ||
| 40129690 | 关于使用募集资金置换预先已投入募投项目及已支付发行费用的自筹资金的公告 | 2022-04-25 | Chinese | ||
| 40129679 | 独立董事关于第三届董事会第二十次会议相关事项的独立意见 | 2022-04-25 | Chinese | ||
| 40129666 | 独立董事关于第三届董事会第二十次会议相关事项的事前认可意见 | 2022-04-25 | Chinese | ||
| 40129656 | 开源证券股份有限公司关于七丰精工科技股份有限公司2021年度公司治理情况专项核查报告 | 2022-04-25 | Chinese | ||
| 40129621 | 开源证券股份有限公司关于七丰精工科技股份有限公司2021年募集资金存放与实际使用情况的专项核查报告 | 2022-04-25 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other fabricated metal products n.e.c.
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ABRIC BERHAD
Historically manufactured security seals, divested operatio…
|
— | MY | Manufacturing |
|
AEROFLEX ENTERPRISES LIMITED
Manufactures stainless steel flexible hoses and assemblies …
|
AEROENTER | IN | Manufacturing |
|
Aeroflex Industries Limited
Manufactures metallic flexible hoses and assemblies for hig…
|
AEROFLEX | IN | Manufacturing |
|
Aeroflex Neu Limited
Engineers and manufactures flexible flow solutions for extr…
|
AERONEU | IN | Manufacturing |
|
AHRESTY CORPORATION
Manufacturer of aluminum die-cast products and alloy ingots…
|
5852 | JP | Manufacturing |
|
AIA Engineering Ltd.
Manufactures high-chromium wear-resistant parts for mining,…
|
AIAENG | IN | Manufacturing |
|
AISHIDA CO.,LTD.
Manufacturer of cookware, small appliances, and industrial …
|
002403 | CN | Manufacturing |
|
Alumexx N.V.
Manufactures and supplies aluminum equipment for working at…
|
ALX | NL | Manufacturing |
|
AMERICAN REBEL HOLDINGS INC
Designs and manufactures personal security products and saf…
|
AREB | US | Manufacturing |
|
Anchor Lamina Inc.
International supplier of premium die sets, components, and…
|
— | CA | 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/58754/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58754 | 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=58754 | 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=58754 \ -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": 58754}, 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: 58754)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.