
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 |
|---|---|---|---|
| 独立董事提名人声明(冯凯燕) | 2021-04-19 | Chinese | |
| 内部控制自我评价报告 | 2021-04-19 | Chinese | |
| 董事会决议公告 | 2021-04-19 | Chinese | |
| 2020年年度报告 | 2021-04-19 | Chinese | |
| 监事会决议公告 | 2021-04-19 | Chinese | |
| 独立董事提名人声明(潘兴高) | 2021-04-19 | 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 | |
|---|---|---|---|---|---|
|
2021
15 filings
| |||||
| 42475325 | 独立董事提名人声明(冯凯燕) | 2021-04-19 | Chinese | ||
| 42475295 | 内部控制自我评价报告 | 2021-04-19 | Chinese | ||
| 42475270 | 董事会决议公告 | 2021-04-19 | Chinese | ||
| 42475239 | 2020年年度报告 | 2021-04-19 | Chinese | ||
| 42474850 | 监事会决议公告 | 2021-04-19 | Chinese | ||
| 42474814 | 独立董事提名人声明(潘兴高) | 2021-04-19 | Chinese | ||
| 42474779 | 独立董事对担保等事项的独立意见 | 2021-04-19 | Chinese | ||
| 42474737 | 关于参加独立董事培训并取得独立董事资格证书的承诺函 | 2021-04-19 | Chinese | ||
| 42474709 | 公司预计2021年度日常关联交易总金额的公告 | 2021-04-19 | Chinese | ||
| 42474672 | 关于修订高级管理人员薪酬管理办法的公告 | 2021-04-19 | Chinese | ||
| 42474630 | 2020年年度审计报告 | 2021-04-19 | Chinese | ||
| 42474455 | 独立董事候选人声明(俞小莉) | 2021-04-19 | Chinese | ||
| 42474417 | 监事会对公司2020年度内部控制评价报告的意见 | 2021-04-19 | Chinese | ||
| 42474376 | 关于续聘2021年度审计机构的公告 | 2021-04-19 | Chinese | ||
| 42474301 | 关于公司独立董事津贴的公告 | 2021-04-19 | 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.