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 | |
| 募集资金年度存放、管理与使用情况鉴证报告-容诚专字[2026]518Z0015号 | 2026-04-27 | Chinese | |
| 非经营性资金占用及其他关联资金往来情况专项说明-容诚专字[2026]518Z0014号 | 2026-04-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39424609 | 中信建投证券股份有限公司关于广东博盈特焊技术股份有限公司2025年度内部控制评价报告的核查意见 | 2026-04-27 | Chinese | ||
| 39424605 | 关于计提资产减值准备的公告 | 2026-04-27 | Chinese | ||
| 39424598 | 关于公司2026年度向银行申请综合授信额度的公告 | 2026-04-27 | Chinese | ||
| 39424594 | 2025年度募集资金存放、管理与使用情况的专项报告 | 2026-04-27 | Chinese | ||
| 39424584 | 募集资金年度存放、管理与使用情况鉴证报告-容诚专字[2026]518Z0015号 | 2026-04-27 | Chinese | ||
| 39424573 | 非经营性资金占用及其他关联资金往来情况专项说明-容诚专字[2026]518Z0014号 | 2026-04-27 | Chinese | ||
| 39424565 | 2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-27 | Chinese | ||
| 39424563 | 中信建投证券股份有限公司关于广东博盈特焊技术股份有限公司2025年度募集资金存放、管理和使用情况的专项核查报告 | 2026-04-27 | Chinese | ||
| 39424557 | 关于召开2025年度网上业绩说明会的公告 | 2026-04-27 | Chinese | ||
| 39424555 | 内部控制审计报告-容诚审字[2026]518Z0018号 | 2026-04-27 | Chinese | ||
| 39424542 | 广东博盈特焊技术股份有限公司董事和高级管理人员薪酬管理制度 | 2026-04-27 | Chinese | ||
| 39424537 | 广东博盈特焊技术股份有限公司章程 | 2026-04-27 | Chinese | ||
| 39424525 | 关于变更公司注册资本并修订《公司章程》及制定公司部分内部治理制度的公告 | 2026-04-27 | Chinese | ||
| 39424521 | 关于部分募投项目延长实施期限的公告 | 2026-04-27 | Chinese | ||
| 39424512 | 第二届董事会第二十二次会议决议公告 | 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.