Pourin Special Welding Technology Co., Ltd. — Investor Relations & Filings
Pourin Special Welding Technology Co., Ltd. specializes in the research, development, and manufacturing of high-performance surfacing and cladding solutions. The company focuses on providing wear-resistant, corrosion-resistant, and heat-resistant components through advanced automated welding processes. Its core product portfolio includes bimetallic clad pipes, clad plates, and specialized fittings designed for demanding industrial environments. Pourin serves critical sectors such as oil and gas, petrochemicals, power generation, and mining, offering metallurgical bonding technologies that enhance the longevity and safety of infrastructure. By utilizing materials like nickel-based alloys, stainless steels, and cobalt-based alloys, the company delivers customized engineering solutions that optimize material efficiency and operational performance in extreme conditions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于2025年度会计师事务所的履职情况评估报告及审计委员会履行监督职责情况报告 | 2026-04-27 | Chinese | |
| 中信建投证券股份有限公司关于广东博盈特焊技术股份有限公司部分募投项目延长实施期限的核查意见 | 2026-04-27 | Chinese | |
| 关于续聘2026年度会计师事务所的公告 | 2026-04-27 | Chinese | |
| 2025年度独立董事述职报告(陈进军) | 2026-04-27 | Chinese | |
| 2025年度独立董事述职报告(何浏) | 2026-04-27 | Chinese | |
| 广东博盈特焊技术股份有限公司董事和高级管理人员离职管理制度 | 2026-04-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39424504 | 关于2025年度会计师事务所的履职情况评估报告及审计委员会履行监督职责情况报告 | 2026-04-27 | Chinese | ||
| 39424493 | 中信建投证券股份有限公司关于广东博盈特焊技术股份有限公司部分募投项目延长实施期限的核查意见 | 2026-04-27 | Chinese | ||
| 39424486 | 关于续聘2026年度会计师事务所的公告 | 2026-04-27 | Chinese | ||
| 39424482 | 2025年度独立董事述职报告(陈进军) | 2026-04-27 | Chinese | ||
| 39424472 | 2025年度独立董事述职报告(何浏) | 2026-04-27 | Chinese | ||
| 39424471 | 广东博盈特焊技术股份有限公司董事和高级管理人员离职管理制度 | 2026-04-27 | Chinese | ||
| 39424461 | 中信建投证券股份有限公司关于广东博盈特焊技术股份有限公司部分募投项目结项并将节余募集资金永久补充流动资金的核查意见 | 2026-04-27 | Chinese | ||
| 39424457 | 中信建投证券股份有限公司关于广东博盈特焊技术股份有限公司为孙公司申请银行授信提供担保的核查意见 | 2026-04-27 | Chinese | ||
| 39424450 | 关于召开2025年年度股东会的通知 | 2026-04-27 | Chinese | ||
| 39424437 | 关于2025年度利润分配及资本公积金转增股本预案的公告 | 2026-04-27 | Chinese | ||
| 39424427 | 2026年一季度报告 | 2026-04-27 | Chinese | ||
| 39424413 | 董事会关于独立董事2025年度独立性自查情况的专项报告 | 2026-04-27 | Chinese | ||
| 39424405 | 广东博盈特焊技术股份有限公司市值管理制度 | 2026-04-27 | Chinese | ||
| 39424397 | 关于部分募投项目结项并将节余募集资金永久补充流动资金的公告 | 2026-04-27 | Chinese | ||
| 39424383 | 2025年年度报告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Treatment and coating of metals; machining
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aaron Industries Limited
Manufactures high-end stainless steel products with special…
|
AARON | IN | Manufacturing |
|
Ages Industri B
Contract manufacturer specializing in die casting, machinin…
|
AGES | SE | Manufacturing |
|
Ameya Precision Engineers Limited
Manufactures precision components and sub-assemblies for oi…
|
AMEYA | IN | Manufacturing |
|
Amnode AB
Engineering company processing non-ferrous metals into cust…
|
AMNO | SE | Manufacturing |
|
ARGENT INDUSTRIAL LIMITED
Industrial holding company managing diversified units focus…
|
ART | ZA | Manufacturing |
|
Associated Coaters Limited
Provides pre-treatment and powder coating for aluminum extr…
|
544183 | IN | Manufacturing |
|
AZZ INC
Provider of metal coating solutions, including hot-dip galv…
|
AZZ | US | Manufacturing |
|
B. D. Industries (Pune) Limited
Manufactures precision machined components and sub-assembli…
|
544468 | IN | Manufacturing |
|
BEILONG PRECISION TECHNOLOGY CO., LTD.
Specializes in high-precision metal components, CNC machini…
|
301567 | CN | Manufacturing |
|
Best Precision Machinery Co., Ltd.
Manufactures high-precision mechanical components for autom…
|
300580 | CN | Manufacturing |
Pourin Special Welding 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/56311/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56311 | 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=56311 | 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=56311 \ -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": 56311}, 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 Pourin Special Welding Technology Co., Ltd. (id: 56311)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.