Shandong Gold Phoenix Co.,Ltd — Investor Relations & Filings
About Shandong Gold Phoenix Co.,Ltd
Shandong Gold Phoenix Co.,Ltd. specializes in the research, development, and manufacturing of friction materials. The company primarily produces brake pads and brake discs for a wide range of vehicles, including passenger cars and commercial transport. With a focus on both the original equipment manufacturer (OEM) market and the global automotive aftermarket, it offers thousands of product variations to meet diverse technical specifications. The firm maintains advanced testing facilities and R&D centers to ensure high performance, safety, and durability. Its production processes adhere to international quality standards, supporting its position as a significant supplier in the global component supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 山东金麒麟股份有限公司2025年年度权益分派实施公告 | 2026-05-06 | Chinese | |
| 山东金麒麟股份有限公司2025年度独立董事述职报告(丁鸿雁) | 2026-04-03 | Chinese | |
| 山东金麒麟股份有限公司2025年度独立董事述职报告(王成国) | 2026-04-03 | Chinese | |
| 山东金麒麟股份有限公司第五届董事会2026年第二次会议决议公告 | 2026-04-03 | Chinese | |
| 山东金麒麟股份有限公司关于2025年度利润分配及2026年中期现金分红规划的公告 | 2026-04-03 | Chinese | |
| 山东金麒麟股份有限公司内部控制审计报告 | 2026-04-03 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44280880 | 山东金麒麟股份有限公司2025年年度权益分派实施公告 | 2026-05-06 | Chinese | ||
| 38155247 | 山东金麒麟股份有限公司2025年度独立董事述职报告(丁鸿雁) | 2026-04-03 | Chinese | ||
| 38155227 | 山东金麒麟股份有限公司2025年度独立董事述职报告(王成国) | 2026-04-03 | Chinese | ||
| 38155208 | 山东金麒麟股份有限公司第五届董事会2026年第二次会议决议公告 | 2026-04-03 | Chinese | ||
| 38155202 | 山东金麒麟股份有限公司关于2025年度利润分配及2026年中期现金分红规划的公告 | 2026-04-03 | Chinese | ||
| 38155187 | 山东金麒麟股份有限公司内部控制审计报告 | 2026-04-03 | Chinese | ||
| 38155062 | 山东金麒麟股份有限公司2025年度内部控制评价报告 | 2026-04-03 | Chinese | ||
| 38155061 | 关于山东金麒麟股份有限公司非经营性资金占用及其他关联资金往来情况汇总表的专项审计报告 | 2026-04-03 | Chinese | ||
| 38155032 | 北京市康达律师事务所关于山东金麒麟股份有限公司2026年第一次临时股东会的法律意见书 | 2026-03-02 | Chinese | ||
| 38154998 | 山东金麒麟股份有限公司2026年第一次临时股东会决议公告 | 2026-03-02 | Chinese | ||
| 38154988 | 山东金麒麟股份有限公司2026年第一次临时股东会会议资料 | 2026-02-12 | Chinese | ||
| 38154956 | 山东金麒麟股份有限公司第五届董事会2026年第一次会议决议公告 | 2026-01-30 | Chinese | ||
| 38154952 | 山东金麒麟股份有限公司关于召开2026年第一次临时股东会的通知 | 2026-01-30 | Chinese | ||
| 38154940 | 山东金麒麟股份有限公司关于2025年度日常关联交易执行情况及2026年度预计日常关联交易的公告 | 2026-01-30 | Chinese | ||
| 38154930 | 山东金麒麟股份有限公司2025年年度业绩预增公告 | 2026-01-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of parts and accessories for motor vehicles
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AC S.A.
Manufacturer of autogas systems (LPG/CNG) for petrol and di…
|
ACG | PL | Manufacturing |
|
ActBlue Co., Ltd.
Develops engine exhaust after-treatment systems to meet glo…
|
300816 | CN | Manufacturing |
|
ADD Industry (Zhejiang) Co., Ltd
Manufacturer of automotive suspension components, including…
|
603089 | CN | Manufacturing |
|
Adient plc
Global designer and manufacturer of automotive seating syst…
|
ADNT | IE | Manufacturing |
|
AD Plastik d.d.
Develops and produces plastic components for the automotive…
|
ADPL | HR | Manufacturing |
|
ADRAD HOLDINGS LIMITED
Designs and manufactures heat exchange solutions and automo…
|
AHL | AU | Manufacturing |
|
Adval Tech Holding AG
Manufactures high-volume metal and plastic components for t…
|
ADVN | CH | Manufacturing |
|
ADVANCED BRAKING TECHNOLOGY LTD
Provides sealed, fail-safe braking solutions for heavy mach…
|
ABV | AU | Manufacturing |
|
AISAN INDUSTRY CO., LTD
Manufacturer of automotive components, fuel systems, and en…
|
7283 | JP | Manufacturing |
|
AISIN CORPORATION
Global supplier of automotive components and energy, lifest…
|
7259 | JP | Manufacturing |
Shandong Gold Phoenix 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/57717/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57717 | 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=57717 | 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=57717 \ -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": 57717}, 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 Shandong Gold Phoenix Co.,Ltd (id: 57717)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.