
WEIFU HIGH-TECHNOLOGY GROUP CO.,LTD. — Investor Relations & Filings
WEIFU HIGH-TECHNOLOGY GROUP CO.,LTD. specializes in the research, development, and manufacturing of core automotive components. The company's primary product portfolio includes fuel injection systems, exhaust aftertreatment systems, and air management systems. Key offerings encompass diesel fuel injection pumps, injectors, turbochargers, and various catalytic converters designed to meet stringent emission standards. Weifu High-Technology also focuses on emerging energy solutions, including components for hydrogen fuel cells and electric vehicle thermal management. Through strategic collaborations and a commitment to technological innovation, the company provides critical systems for commercial vehicles, passenger cars, and industrial machinery, emphasizing efficiency and environmental sustainability in the global automotive supply chain.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关联交易管理制度(2024年5月) | 2024-05-17 | Chinese | |
| 独立董事制度(2024年5月) | 2024-05-17 | Chinese | |
| 关于拟投资设立智能感知业务合资公司暨关联交易的公告 | 2024-05-14 | Chinese | |
| 第十届董事会第二十五次会议决议公告 | 2024-05-14 | Chinese | |
| 第十届监事会第二十一次会议决议公告 | 2024-05-14 | Chinese | |
| 关于拟对参股公司增资暨关联交易的公告 | 2024-05-14 | Chinese |
Browse filings by year
29 years- 2026 31 filings
- 2025 168 filings
- 2024 116 filings
- 2023 89 filings
- 2022 101 filings
- 2021 82 filings
- 2020 102 filings
- 2019 53 filings
- 2018 55 filings
- 2017 47 filings
- 2016 48 filings
- 2015 74 filings
- 2014 58 filings
- 2013 59 filings
- 2012 101 filings
- 2011 53 filings
- 2010 87 filings
- 2009 32 filings
- 2008 37 filings
- 2007 42 filings
- 2006 50 filings
- 2005 25 filings
- 2004 31 filings
- 2003 20 filings
- 2002 20 filings
- 2001 3 filings
- 1999 2 filings
- 1998 2 filings
- 1995 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 42498827 | 关联交易管理制度(2024年5月) | 2024-05-17 | Chinese | ||
| 42498773 | 独立董事制度(2024年5月) | 2024-05-17 | Chinese | ||
| 42498703 | 关于拟投资设立智能感知业务合资公司暨关联交易的公告 | 2024-05-14 | Chinese | ||
| 42498693 | 第十届董事会第二十五次会议决议公告 | 2024-05-14 | Chinese | ||
| 42498642 | 第十届监事会第二十一次会议决议公告 | 2024-05-14 | Chinese | ||
| 42498594 | 关于拟对参股公司增资暨关联交易的公告 | 2024-05-14 | Chinese | ||
| 42498583 | 关于拟与福伊特集团设立合资公司的公告 | 2024-05-14 | Chinese | ||
| 42498546 | 2024年一季度报告 | 2024-04-24 | Chinese | ||
| 42498504 | 监事会决议公告 | 2024-04-15 | Chinese | ||
| 42498455 | 董事会对独立董事独立性评估的专项意见 | 2024-04-15 | Chinese | ||
| 42498420 | 独立董事年报工作规程(2024年4月) | 2024-04-15 | Chinese | ||
| 42498382 | 2022年年度报告(更正后) | 2024-04-15 | Chinese | ||
| 42498042 | 2023年度独立董事述职报告(俞小莉) | 2024-04-15 | Chinese | ||
| 42497979 | 2023年年度报告摘要 | 2024-04-15 | Chinese | ||
| 42497936 | 2023年年度审计报告 | 2024-04-15 | 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 |
|
Agriauto Industries Limited
Manufactures and sells automotive, motorcycle, and agricult…
|
AGIL | PK | Manufacturing |
|
AISAN INDUSTRY CO., LTD
Manufacturer of automotive components, fuel systems, and en…
|
7283 | JP | Manufacturing |
WEIFU HIGH-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/53690/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=53690 | 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=53690 | 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=53690 \ -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": 53690}, 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 WEIFU HIGH-TECHNOLOGY GROUP CO.,LTD. (id: 53690)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.