QINGDAO WEFLO VALVE CO., LTD. — Investor Relations & Filings
QINGDAO WEFLO VALVE CO., LTD. specializes in the engineering and production of fluid control components and fire protection equipment. The product range encompasses gate valves, butterfly valves, check valves, strainers, and fire hydrants, designed for applications in waterworks, fire protection systems, and HVAC infrastructure. Many products are certified by international standards bodies, including UL, FM, CE, and WRAS, ensuring compliance with global safety and performance requirements. The company focuses on delivering technical solutions for fluid management and fire safety, serving diverse international markets through a commitment to quality manufacturing and rigorous testing protocols.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 第五届董事会独立董事专门会议2026年第一次会议决议 | 2026-04-28 | Chinese | |
| 011.关于继续使用闲置自有资金进行现金管理的公告 | 2026-04-28 | Chinese | |
| 2025年度独立董事述职报告(周国庚) | 2026-04-28 | Chinese | |
| 中信证券股份有限公司关于青岛伟隆阀门股份有限公司2025年度内部控制评价报告的核查意见 | 2026-04-28 | Chinese | |
| 青岛伟隆阀门股份有限公司内部控制审计报告 | 2026-04-28 | Chinese | |
| 内部控制规则落实自查表 | 2026-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 38208148 | 第五届董事会独立董事专门会议2026年第一次会议决议 | 2026-04-28 | Chinese | ||
| 38208139 | 011.关于继续使用闲置自有资金进行现金管理的公告 | 2026-04-28 | Chinese | ||
| 38208122 | 2025年度独立董事述职报告(周国庚) | 2026-04-28 | Chinese | ||
| 38208113 | 中信证券股份有限公司关于青岛伟隆阀门股份有限公司2025年度内部控制评价报告的核查意见 | 2026-04-28 | Chinese | ||
| 38208099 | 青岛伟隆阀门股份有限公司内部控制审计报告 | 2026-04-28 | Chinese | ||
| 38207858 | 内部控制规则落实自查表 | 2026-04-28 | Chinese | ||
| 38207845 | 关于公司2026年度董事、高管人员薪酬方案的公告 | 2026-04-28 | Chinese | ||
| 38207832 | 中信证券股份有限公司关于青岛伟隆阀门股份有限公司2025年度募集资金存放与使用情况的核查意见 | 2026-04-28 | Chinese | ||
| 38207821 | 2025年度董事会工作报告 | 2026-04-28 | Chinese | ||
| 38207808 | 2025年年度报告摘要 | 2026-04-28 | Chinese | ||
| 38207793 | 2025年度独立董事述职报告(高科) | 2026-04-28 | Chinese | ||
| 38207779 | 关于青岛伟隆阀门股份有限公司募集资金年度存放、管理与实际使用情况的专项报告 | 2026-04-28 | Chinese | ||
| 38207765 | 关于开展资产池业务的公告 | 2026-04-28 | Chinese | ||
| 38207758 | 青岛伟隆阀门股份有限公司关于召开2025年年度股东会的通知 | 2026-04-28 | Chinese | ||
| 38207744 | 青岛伟隆阀门股份有限公司董事会审计委员会关于和信会计师事务所(特殊普通合伙)履职情况评估报告 | 2026-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other pumps, compressors, taps and valves
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aalberts NV
Engineering company developing mission-critical technologie…
|
AALB | NL | Manufacturing |
|
Accelleron Industries AG
Develops, produces, and services turbocharging technologies…
|
ACLN | CH | Manufacturing |
|
ANEST IWATA Corporation
Manufacturer of coating systems, air compressors, and vacuu…
|
6381 | JP | Manufacturing |
|
ASFLOW CO.,LTD.
Manufactures high-purity gas supply components for the semi…
|
159010 | KR | Manufacturing |
|
Atam Valves Limited
Designs and manufactures industrial valves and pipe fitting…
|
ATAM | IN | Manufacturing |
|
Atlas Copco
A world-leading provider of sustainable productivity soluti…
|
ATCO | SE | Manufacturing |
|
BELIMO Holding AG
Global market leader in developing and producing field devi…
|
BEAN | CH | Manufacturing |
|
BOOSTHEAT
Develops energy-efficient heating solutions using a patente…
|
ALBOO | FR | Manufacturing |
|
BURÇELİK VANA SANAYİ VE TİCARET A.Ş.
Manufacturer of steel castings, heavy machinery, and indust…
|
BURVA | TR | Manufacturing |
|
Burckhardt Compression Holding AG
Global market leader in reciprocating compressor systems an…
|
BCHN | CH | Manufacturing |
QINGDAO WEFLO VALVE 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/54870/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54870 | 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=54870 | 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=54870 \ -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": 54870}, 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 QINGDAO WEFLO VALVE CO., LTD. (id: 54870)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.