
Hefei Taihe Intelligent Technology Group Co.,Ltd. — Investor Relations & Filings
Hefei Taihe Intelligent Technology Group Co.,Ltd. specializes in the research, development, and manufacturing of intelligent sorting and processing equipment. The company leverages advanced machine vision, artificial intelligence, and cloud technology to provide automated solutions across various sectors. Its core product portfolio includes high-precision color sorters for agricultural products such as rice, grain, and tea, as well as industrial sorting systems for plastics and minerals. Additionally, the company develops intelligent packaging and palletizing robotics, and specialized X-ray sorting equipment for the mining industry. By integrating deep learning algorithms and high-speed imaging, the company's systems aim to improve production efficiency and material purity for global clients in food processing and industrial manufacturing.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 泰禾智能关于持股5%以上股东部分股份质押的公告 | 2026-05-18 | Chinese | |
| 国元证券股份有限公司关于合肥泰禾智能科技集团股份有限公司详式权益变动报告书之2026年第一季度持续督导意见 | 2026-05-07 | Chinese | |
| 泰禾智能2025年年度股东会决议公告 | 2026-04-17 | Chinese | |
| 泰禾智能关于使用部分闲置募集资金进行现金管理的进展公告 | 2026-04-14 | Chinese | |
| 泰禾智能关于会计师事务所2025年度履职情况的评估报告 | 2026-03-27 | Chinese | |
| 泰禾智能关于确认董事、高级管理人员2025年度薪酬及2026年度薪酬方案的公告 | 2026-03-27 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46512597 | 泰禾智能关于持股5%以上股东部分股份质押的公告 | 2026-05-18 | Chinese | ||
| 44265694 | 国元证券股份有限公司关于合肥泰禾智能科技集团股份有限公司详式权益变动报告书之2026年第一季度持续督导意见 | 2026-05-07 | Chinese | ||
| 34820565 | 泰禾智能2025年年度股东会决议公告 | 2026-04-17 | Chinese | ||
| 34852597 | 泰禾智能关于使用部分闲置募集资金进行现金管理的进展公告 | 2026-04-14 | Chinese | ||
| 38073286 | 泰禾智能关于会计师事务所2025年度履职情况的评估报告 | 2026-03-27 | Chinese | ||
| 38073284 | 泰禾智能关于确认董事、高级管理人员2025年度薪酬及2026年度薪酬方案的公告 | 2026-03-27 | Chinese | ||
| 38073270 | 泰禾智能关于续聘容诚会计师事务所(特殊普通合伙)为公司2026年度财务报表审计机构及内部控制审计机构的公告 | 2026-03-27 | Chinese | ||
| 38073264 | 泰禾智能2025年度商誉减值测试报告 | 2026-03-27 | Chinese | ||
| 38073262 | 国泰海通证券股份有限公司关于合肥泰禾智能科技集团股份有限公司使用部分暂时闲置募集资金进行现金管理的核查意见 | 2026-03-27 | Chinese | ||
| 38073241 | 泰禾智能2025年独立董事述职报告-王素玲 | 2026-03-27 | Chinese | ||
| 38073238 | 泰禾智能关于会计政策变更的公告 | 2026-03-27 | Chinese | ||
| 38073236 | 泰禾智能2026年度财务预算报告 | 2026-03-27 | Chinese | ||
| 38073234 | 泰禾智能关于股东会开设网络投票提示服务的公告 | 2026-03-27 | Chinese | ||
| 38073231 | 泰禾智能关于2025年度计提减值准备的公告 | 2026-03-27 | Chinese | ||
| 38073229 | 泰禾智能2025年度审计报告 | 2026-03-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of machinery for food, beverage and tobacco processing
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ASM AUTOMATION GROUP BERHAD
Provides end-to-end automation machinery solutions and serv…
|
— | MY | Manufacturing |
|
Axtel Industries Ltd.
Designs and manufactures process equipment and turnkey syst…
|
523850 | IN | Manufacturing |
|
Bialetti Industrie
Italian manufacturer of coffee makers, cookware, and small …
|
BIA | IT | Manufacturing |
|
BoMill AB
Develops sorting equipment for grain based on internal kern…
|
BOMILL | SE | Manufacturing |
|
Bucher Industries AG
Global technology group for machinery in agriculture, munic…
|
BUCN | CH | Manufacturing |
|
CB INDUSTRIAL PRODUCT HOLDING BERHAD
Provides comprehensive solutions for the palm oil industry,…
|
— | MY | Manufacturing |
|
China New Energy Limited
Integrated technology service provider focused on ethanol p…
|
1156 | JE | Manufacturing |
|
DAIREI CO.,LTD
Manufacturer of ultra-low temperature freezer storage units…
|
2883 | JP | Manufacturing |
|
DAIWA INDUSTRIES LTD.
Manufacturer of commercial refrigeration and food service e…
|
6459 | JP | Manufacturing |
|
EatGood Sweden AB
Develops commercial kitchen equipment using patented Air Fr…
|
EATG | SE | Manufacturing |
Hefei Taihe Intelligent Technology Group 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/57755/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57755 | 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=57755 | 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=57755 \ -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": 57755}, 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 Hefei Taihe Intelligent Technology Group Co.,Ltd. (id: 57755)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.