
三祥科技 — Investor Relations & Filings
Qingdao Sanxiang Technology Co., Ltd. specializes in the research, development, and manufacturing of automotive hose systems and fluid transmission solutions. The company's core product range includes hydraulic and air brake hoses, power steering hoses, air conditioning hoses, fuel hoses, and specialized EPDM and silicone rubber components. Serving both global original equipment manufacturers (OEMs) and the international aftermarket, the firm provides critical components for conventional internal combustion engine vehicles and specialized cooling systems for new energy vehicles. The company maintains a focus on technical innovation and quality management, operating with international certifications to meet rigorous safety standards. Its global infrastructure supports integrated supply chain services, delivering high-performance fluid handling products to diverse automotive sectors worldwide.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于预计2025年日常性关联交易的公告 | 2025-03-13 | Chinese | |
| 关于召开2025年第二次临时股东大会通知公告(提供网络投票) | 2025-03-13 | Chinese | |
| 2024年年度业绩快报公告 | 2025-02-26 | Chinese | |
| 2025年第一次临时股东大会决议公告 | 2025-01-14 | Chinese | |
| 北京市金杜(青岛)律师事务所关于青岛三祥科技股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-01-14 | Chinese | |
| 关于部分变更募集资金用途和实施地点、实施主体的公告 | 2024-12-26 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
5 filings
| |||||
| 39695713 | 关于预计2025年日常性关联交易的公告 | 2025-03-13 | Chinese | ||
| 39695702 | 关于召开2025年第二次临时股东大会通知公告(提供网络投票) | 2025-03-13 | Chinese | ||
| 39695694 | 2024年年度业绩快报公告 | 2025-02-26 | Chinese | ||
| 39695681 | 2025年第一次临时股东大会决议公告 | 2025-01-14 | Chinese | ||
| 39695672 | 北京市金杜(青岛)律师事务所关于青岛三祥科技股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-01-14 | Chinese | ||
|
2024
10 filings
| |||||
| 39695655 | 关于部分变更募集资金用途和实施地点、实施主体的公告 | 2024-12-26 | Chinese | ||
| 39695645 | 第五届监事会第八次会议决议公告 | 2024-12-26 | Chinese | ||
| 39695633 | 长江证券承销保荐有限公司关于青岛三祥科技股份有限公司部分变更募集资金用途和实施地点、实施主体的核查意见 | 2024-12-26 | Chinese | ||
| 39695618 | 第五届董事会第十一次会议决议公告 | 2024-12-26 | Chinese | ||
| 39695612 | 关于募投项目延期及减少投资总额的公告 | 2024-12-26 | Chinese | ||
| 39695597 | 长江证券承销保荐有限公司关于青岛三祥科技股份有限公司募投项目延期及减少投资总额的核查意见 | 2024-12-26 | Chinese | ||
| 39695585 | 关于召开2025年第一次临时股东大会通知公告(提供网络投票) | 2024-12-26 | Chinese | ||
| 39695574 | 北京市金杜(青岛)律师事务所关于青岛三祥科技股份有限公司2024年第三次临时股东大会的法律意见书 | 2024-11-17 | Chinese | ||
| 39695555 | 2024年第三次临时股东大会决议公告 | 2024-11-17 | Chinese | ||
| 39695547 | 长江证券承销保荐有限公司关于青岛三祥科技股份有限公司新增2024年日常性关联交易的核查意见 | 2024-10-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other rubber products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
A-1 LIMITED
Produces reclaimed rubber from waste tires for industrial a…
|
542012 | IN | Manufacturing |
|
Advance Multitech Ltd.
Manufacturer of industrial rubber sheets and polymer produc…
|
526331 | IN | Manufacturing |
|
AIRBOSS OF AMERICA CORP.
Develops and manufactures advanced custom rubber compounds …
|
BOS | CA | Manufacturing |
|
AMEENJI RUBBER LIMITED
Produces rubber-to-metal bonded components and bearings for…
|
544555 | IN | Manufacturing |
|
ANHUI ZHONGDING SEALING PARTS CO.,LTD
Manufactures high-performance rubber and plastic components…
|
000887 | CN | Manufacturing |
|
Armacell
Global manufacturer of engineered foams and flexible foam f…
|
— | LU | Manufacturing |
|
ASAHI RUBBER INC.
Manufactures molded rubber parts for the automotive, medica…
|
5162 | JP | Manufacturing |
|
Bando Chemical Industries, Ltd.
Manufacturer of power transmission belts, conveyor belts, a…
|
5195 | JP | Manufacturing |
|
CAREPLUS GROUP BERHAD
Manufactures, processes, and trades medical gloves, serving…
|
— | MY | Manufacturing |
|
CHANGZHOU LANGBO SEALING TECHNOLOGIES CO.,LTD.
Specializes in precision rubber sealing solutions for autom…
|
603655 | 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/58770/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58770 | 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=58770 | 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=58770 \ -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": 58770}, 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: 58770)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.