
百甲科技 — Investor Relations & Filings
Baijia Technology specializes in the design, fabrication, and installation of advanced steel structure systems. The company provides comprehensive solutions for heavy steel structures, space frames, and pipe trusses used in industrial plants, high-rise buildings, and large-scale infrastructure projects. Its product portfolio extends to specialized equipment for the energy sector, including components for thermal, wind, and solar power facilities. By integrating engineering design with intelligent manufacturing processes, the company delivers high-precision structural components tailored for complex architectural and industrial requirements. Baijia Technology focuses on technical innovation and quality control to support large-scale construction and energy infrastructure development.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 容诚会计师事务所(特殊普通合伙)关于徐州中煤百甲重钢科技股份有限公司2023年度内部控制鉴证报告 | 2024-04-28 | Chinese | |
| 容诚会计师事务所(特殊普通合伙)关于徐州中煤百甲重钢科技股份有限公司2023年度募集资金存放与使用情况鉴证报告 | 2024-04-28 | Chinese | |
| 2023年度内部控制自我评价报告 | 2024-04-28 | Chinese | |
| 第三届监事会第二十三次会议决议公告 | 2024-04-28 | Chinese | |
| 太平洋证券股份有限公司关于徐州中煤百甲重钢科技股份有限公司部分募投项目延期的核查意见 | 2024-04-28 | Chinese | |
| 触发稳定股价措施启动条件的提示性公告 | 2024-04-23 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
11 filings
| |||||
| 39938155 | 容诚会计师事务所(特殊普通合伙)关于徐州中煤百甲重钢科技股份有限公司2023年度内部控制鉴证报告 | 2024-04-28 | Chinese | ||
| 39938098 | 容诚会计师事务所(特殊普通合伙)关于徐州中煤百甲重钢科技股份有限公司2023年度募集资金存放与使用情况鉴证报告 | 2024-04-28 | Chinese | ||
| 39938034 | 2023年度内部控制自我评价报告 | 2024-04-28 | Chinese | ||
| 39938024 | 第三届监事会第二十三次会议决议公告 | 2024-04-28 | Chinese | ||
| 39938015 | 太平洋证券股份有限公司关于徐州中煤百甲重钢科技股份有限公司部分募投项目延期的核查意见 | 2024-04-28 | Chinese | ||
| 39938005 | 触发稳定股价措施启动条件的提示性公告 | 2024-04-23 | Chinese | ||
| 39937998 | 关于终止成立“国家钢结构光伏建筑一体化产业基地”的公告 | 2024-04-08 | Chinese | ||
| 39937987 | 2023年年度业绩快报公告 | 2024-02-25 | Chinese | ||
| 39937970 | 关于参与编制的《钢结构住宅设计标准》获批发布的公告 | 2024-02-01 | Chinese | ||
| 39937961 | 关于获批成立“国家钢结构光伏建筑一体化产业基地”的公告 | 2024-01-30 | Chinese | ||
| 39937954 | 关于取得两项实用新型专利证书的公告 | 2024-01-07 | Chinese | ||
|
2023
4 filings
| |||||
| 39937948 | 对外投资设立全资子公司的公告 | 2023-12-28 | Chinese | ||
| 39937936 | 第三届董事会第三十二次会议决议公告 | 2023-12-28 | Chinese | ||
| 39937930 | 关于荣获中国安装工程优质奖的公告 | 2023-12-26 | Chinese | ||
| 39937912 | 太平洋证券股份有限公司关于徐州中煤百甲重钢科技股份有限公司提供担保的核查意见 | 2023-12-14 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of structural metal products
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
2242749 Ontario Limited
Manufactures and markets infrastructure products and engine…
|
ARF | CA | Manufacturing |
|
ABAS Protect AB
Develops, manufactures, and sells area protection products …
|
ABAS | SE | Manufacturing |
|
Acrow (India) Ltd.
Designs and manufactures formwork, scaffolding, and materia…
|
513149 | IN | Manufacturing |
|
Advanced Building Industries Co.
Manufactures and supplies structural steel products and int…
|
2240 | SA | Manufacturing |
|
Ahlada Engineers Limited
Designs and manufactures steel doors, windows, and furnitur…
|
AHLADA | IN | Manufacturing |
|
Ahmedabad Steelcraft Ltd.
Produces and exports steel window sections, door frames, an…
|
522273 | IN | Manufacturing |
|
AJIYA BERHAD
Manufacturer of building materials, metal roofing, safety g…
|
— | MY | Manufacturing |
|
Al-Babtain Power and Telecommunication Co.
Supplies steel towers, poles, and structural solutions for …
|
2320 | SA | Manufacturing |
|
ALFABS AUSTRALIA LIMITED
Provides engineering, fabrication, and equipment services f…
|
AAL | AU | Manufacturing |
|
ALINCO INCORPORATED
A diversified manufacturer of construction, housing, fitnes…
|
5933 | JP | Manufacturing |
百甲科技 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/58700/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58700 | 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=58700 | 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=58700 \ -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": 58700}, 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 百甲科技 (id: 58700)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.