
Zhejiang Lenor Flow Control Technology Co.,Ltd. — Investor Relations & Filings
Zhejiang Lenor Flow Control Technology Co.,Ltd. specializes in the design, manufacture, and distribution of industrial valves and flow control equipment. Its core product range encompasses ball, gate, globe, check, and butterfly valves, engineered for high-pressure and high-temperature applications. These products are manufactured in accordance with international standards, including API, ANSI, DIN, and JIS, utilizing materials such as stainless steel, carbon steel, and specialized alloys. The company provides fluid handling solutions for sectors including oil and gas, chemical processing, power generation, and water treatment. Lenor emphasizes technical innovation and rigorous quality control to ensure operational reliability and safety in complex industrial systems.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中泰证券股份有限公司关于浙江力诺流体控制科技股份有限公司股东向特定机构投资者询价转让股份的核查报告 | 2026-05-20 | Chinese | |
| 关于股东询价转让结果报告书暨持股5%以上股东权益变动至5%以下的提示性公告 | 2026-05-20 | Chinese | |
| 简式权益变动报告书 | 2026-05-20 | Chinese | |
| 2025年度股东会决议公告 | 2026-05-20 | Chinese | |
| 北京德恒(杭州)律师事务所关于浙江力诺流体控制科技股份有限公司2025年度股东会的法律意见书 | 2026-05-20 | Chinese | |
| 股东询价转让定价情况提示性公告 | 2026-05-14 | Chinese |
Browse filings by year
7 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46630677 | 中泰证券股份有限公司关于浙江力诺流体控制科技股份有限公司股东向特定机构投资者询价转让股份的核查报告 | 2026-05-20 | Chinese | ||
| 46630673 | 关于股东询价转让结果报告书暨持股5%以上股东权益变动至5%以下的提示性公告 | 2026-05-20 | Chinese | ||
| 46630668 | 简式权益变动报告书 | 2026-05-20 | Chinese | ||
| 46604925 | 2025年度股东会决议公告 | 2026-05-20 | Chinese | ||
| 46604938 | 北京德恒(杭州)律师事务所关于浙江力诺流体控制科技股份有限公司2025年度股东会的法律意见书 | 2026-05-20 | Chinese | ||
| 45902411 | 股东询价转让定价情况提示性公告 | 2026-05-14 | Chinese | ||
| 45517478 | 股东询价转让计划书 | 2026-05-13 | Chinese | ||
| 45517499 | 中泰证券股份有限公司关于浙江力诺流体控制科技股份有限公司股东向特定机构投资者询价转让股份相关资格的核查意见 | 2026-05-13 | Chinese | ||
| 39694731 | 关于2022年限制性股票激励计划预留授予部分第三个归属期归属条件未成就暨作废部分限制性股票的公告 | 2026-04-28 | Chinese | ||
| 39694725 | 董事会审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-28 | Chinese | ||
| 39694716 | 2025年年度审计报告 | 2026-04-28 | Chinese | ||
| 39694674 | 2025年度业绩预告 | 2026-01-29 | Chinese | ||
| 39694665 | 关于实际控制人及一致行动人股份减持计划期限届满暨实施结果的公告 | 2026-01-22 | Chinese | ||
| 39694657 | 关于2026年度日常关联交易预计的公告 | 2026-01-16 | Chinese | ||
| 39694647 | 第五届董事会第十三次会议决议公告 | 2026-01-16 | 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 |
|
ASPRO SERVICIOS PETROLEROS S.A.
International company designing, manufacturing, and selling…
|
— | AR | 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 |
Zhejiang Lenor Flow Control Technology 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/55807/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55807 | 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=55807 | 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=55807 \ -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": 55807}, 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 Zhejiang Lenor Flow Control Technology Co.,Ltd. (id: 55807)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.