%20TECHNOLOGY%20DEVELOPMENT%20CO.%2CLTD/other/BZS_BEIJING_TECHNOLOGY_DEVELOPMENT_CO_ZiV1g1e.png)
BZS (BEIJING) TECHNOLOGY DEVELOPMENT CO.,LTD — Investor Relations & Filings
BZS (Beijing) Technology Development Co., Ltd. specializes in the research, development, and manufacturing of high-precision sensing and measurement solutions. The company's core product portfolio includes linear displacement sensors (LVDT), pressure transducers, torque sensors, and multi-dimensional force sensors. Additionally, BZS provides integrated signal conditioning electronics and advanced data acquisition systems designed for rigorous industrial environments. Serving sectors such as aerospace, automotive engineering, and structural health monitoring, the firm focuses on delivering reliable instrumentation for displacement, force, and pressure measurement. Their technical expertise extends to customized sensor development and system integration, ensuring high accuracy and stability for complex testing and control applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 股票交易异常波动公告 | 2026-05-19 | Chinese | |
| 股票交易风险提示公告 | 2026-05-18 | Chinese | |
| 股票交易异常波动公告 | 2026-05-15 | Chinese | |
| 关于使用部分闲置募集资金进行现金管理以及以协定存款方式存放募集资金余额的公告 | 2026-04-01 | Chinese | |
| 2025年年度募集资金存放与实际使用情况的专项报告 | 2026-04-01 | Chinese | |
| 2025年度会计师事务所履职情况评估报告 | 2026-04-01 | Chinese |
Browse filings by year
3 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46565436 | 股票交易异常波动公告 | 2026-05-19 | Chinese | ||
| 46513090 | 股票交易风险提示公告 | 2026-05-18 | Chinese | ||
| 46365298 | 股票交易异常波动公告 | 2026-05-15 | Chinese | ||
| 39577043 | 关于使用部分闲置募集资金进行现金管理以及以协定存款方式存放募集资金余额的公告 | 2026-04-01 | Chinese | ||
| 39577041 | 2025年年度募集资金存放与实际使用情况的专项报告 | 2026-04-01 | Chinese | ||
| 39577035 | 2025年度会计师事务所履职情况评估报告 | 2026-04-01 | Chinese | ||
| 39577034 | 国泰海通证券股份有限公司关于北自所(北京)科技发展股份有限公司2025年年度募集资金存放与实际使用情况的核查意见 | 2026-04-01 | Chinese | ||
| 39577033 | 关于董事及高级管理人员2026年度薪酬方案的公告 | 2026-04-01 | Chinese | ||
| 39577032 | 关于召开2025年年度业绩说明会的公告 | 2026-04-01 | Chinese | ||
| 39577028 | 2026年度“提质增效重回报”行动方案 | 2026-04-01 | Chinese | ||
| 39577027 | 国泰海通证券股份有限公司关于北自所(北京)科技发展股份有限公司使用部分闲置募集资金进行现金管理以及以协定存款方式存放募集资金余额的核查意见(2) | 2026-04-01 | Chinese | ||
| 39577021 | 北自所(北京)科技发展股份有限公司2025年度非经营性资金占用及其他关联资金往来的专项说明 | 2026-04-01 | Chinese | ||
| 39577019 | 2025年度独立董事述职报告-石丽君 | 2026-04-01 | Chinese | ||
| 39577017 | 董事会关于独立董事独立性自查情况的专项意见 | 2026-04-01 | Chinese | ||
| 39577015 | 关于计提资产减值准备的公告 | 2026-04-01 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Shenzhen Boshijie Technology Co., Ltd.
Provides IoT hardware and telematics solutions for fleet ma…
|
301608 | CN | Manufacturing |
|
Shenzhen Everbest Machinery Industry Co.,Ltd
Manufacturer of professional measuring instruments and elec…
|
002980 | CN | Manufacturing |
|
Shenzhen Hemei Group Co.,LTD.
Manufactures smart grid products, energy meters, and energy…
|
002356 | CN | Manufacturing |
|
Shenzhen Intelligent Precision Instrument Co.,Ltd.
Provides high-precision measurement, AOI, and semiconductor…
|
301512 | CN | Manufacturing |
|
SHENZHEN JIESHUN SCIENCE AND TECHNOLOGY INDUSTRY CO.,LTD.
Develops smart parking management systems and intelligent a…
|
002609 | CN | Manufacturing |
|
Shenzhen Maxonic Automation Control Co.,Ltd
Develops and manufactures automation instruments and indust…
|
300112 | CN | Manufacturing |
|
ShenZhen RoadRover Technology Co.,Ltd
Develops intelligent automotive electronics, telematics, an…
|
002813 | CN | Manufacturing |
|
Shenzhen Soling Industrial Co.,Ltd.
Develops automotive electronics, telematics, and smart cock…
|
002766 | CN | Manufacturing |
|
Shenzhen Yanmade Technology Inc.
Specializes in automated testing equipment and industrial a…
|
688312 | CN | Manufacturing |
|
Shimadzu Corporation
Manufacturer of analytical instruments, medical systems, an…
|
7701 | JP | Manufacturing |
BZS (BEIJING) TECHNOLOGY DEVELOPMENT 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/57408/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57408 | 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=57408 | 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=57408 \ -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": 57408}, 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 BZS (BEIJING) TECHNOLOGY DEVELOPMENT CO.,LTD (id: 57408)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.