
派特尔 — Investor Relations & Filings
Guangdong Paiter Technology Co., Ltd. specializes in the research, development, and manufacturing of high-pressure fluid connection systems and components. The company’s core product range includes high-pressure resin hoses, hydraulic hose assemblies, and specialized industrial fittings. These products are engineered for high-pressure resistance, chemical stability, and durability, catering to demanding environments in construction machinery, agricultural equipment, automotive systems, and industrial automation. Paiter provides integrated fluid transmission solutions, focusing on technical innovation and precision engineering to meet specific application requirements. Its offerings encompass a variety of materials, including nylon and polyurethane, designed to ensure reliable performance in complex fluid power systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年年度报告业绩说明会预告公告 | 2026-05-06 | Chinese | |
| 股东拟减持股份的预披露公告 | 2026-05-06 | Chinese | |
| 申万宏源证券承销保荐有限责任公司关于珠海市派特尔科技股份有限公司2025年度募集资金存放与使用情况的专项核查报告 | 2026-04-22 | Chinese | |
| 2025年审计报告 | 2026-04-22 | Chinese | |
| 关于回购注销部分限制性股票方案的公告 | 2026-04-22 | Chinese | |
| 董事任命公告 | 2026-04-22 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44281306 | 2025年年度报告业绩说明会预告公告 | 2026-05-06 | Chinese | ||
| 44277604 | 股东拟减持股份的预披露公告 | 2026-05-06 | Chinese | ||
| 39987383 | 申万宏源证券承销保荐有限责任公司关于珠海市派特尔科技股份有限公司2025年度募集资金存放与使用情况的专项核查报告 | 2026-04-22 | Chinese | ||
| 39987370 | 2025年审计报告 | 2026-04-22 | Chinese | ||
| 39987108 | 关于回购注销部分限制性股票方案的公告 | 2026-04-22 | Chinese | ||
| 39987103 | 董事任命公告 | 2026-04-22 | Chinese | ||
| 39987097 | 2025年年度报告摘要 | 2026-04-22 | Chinese | ||
| 39987091 | 审计委员会2025年度履职情况报告 | 2026-04-22 | Chinese | ||
| 39987085 | 关于使用自有闲置资金投资理财产品的公告 | 2026-04-22 | Chinese | ||
| 39987078 | 2025年度独立董事述职报告(徐焱军) | 2026-04-22 | Chinese | ||
| 39987067 | 2025年度董事会工作报告 | 2026-04-22 | Chinese | ||
| 39987055 | 申万宏源证券承销保荐有限责任公司关于珠海市派特尔科技股份有限公司2025年年度持续督导跟踪报告 | 2026-04-22 | Chinese | ||
| 39987043 | 中审众环会计师事务所(特殊普通合伙)关于珠海市派特尔科技股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审核报告 | 2026-04-22 | Chinese | ||
| 39986909 | 2025年年度内部控制自我评价报告 | 2026-04-22 | Chinese | ||
| 39986898 | 申万宏源证券承销保荐有限责任公司关于珠海市派特尔科技股份有限公司2025年度现场检查报告 | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of plastics products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Conch (Anhui) Energy Saving and Environment Protection New Material Co., Ltd.
Manufactures energy-saving building materials and environme…
|
000619 | CN | Manufacturing |
|
CONFIDENCE FUTURISTIC ENERGETECH LIMITED
Develops LPG and CNG energy solutions and manufactures comp…
|
539991 | IN | Manufacturing |
|
Công ty Cổ phần Đầu tư Sản xuất và Thương mại HCD
Diversified enterprise manufacturing, trading, and investin…
|
HCD | VN | Manufacturing |
|
Công ty Cổ phần Kỹ nghệ Đô Thành
Manufacturer of plastic products, including packaging, mold…
|
DTT | VN | Manufacturing |
|
Công ty Cổ phần Nhựa An Phát Xanh
Leading Southeast Asian manufacturer of thin-film packaging…
|
AAA | VN | Manufacturing |
|
Công ty Cổ phần Nhựa Bình Minh
Leading manufacturer of plastic pipes, fittings, and PVC ad…
|
BMP | VN | Manufacturing |
|
Công ty Cổ phần Nhựa Hà Nội
Leading manufacturer of plastic components for autos, motor…
|
NHH | VN | Manufacturing |
|
Công ty Cổ phần Nhựa Tân Đại Hưng
Produces PP woven bags and plastic packaging for agricultur…
|
TPC | VN | Manufacturing |
|
Công ty Cổ phần Sản xuất và Công nghệ Nhựa Pha Lê
Manufacturer of plastic materials and technology, specializ…
|
PLP | VN | Manufacturing |
|
Công ty Cổ phần Tập đoàn An Phát Holdings
Leading Southeast Asian high-tech, eco-friendly plastic gro…
|
APH | VN | 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/58941/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58941 | 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=58941 | 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=58941 \ -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": 58941}, 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: 58941)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.