BESCIENT TECHNOLOGIES CO.,LTD. — Investor Relations & Filings
About BESCIENT TECHNOLOGIES CO.,LTD.
Bescient Technologies Co., Ltd. specializes in the research, development, and manufacturing of advanced environmental monitoring instruments and industrial process analysis solutions. The company provides a comprehensive portfolio of products, including online water quality monitoring systems, flue gas continuous emission monitoring systems (CEMS), and portable analytical instruments. Its solutions are designed to support environmental protection, industrial safety, and resource management across sectors such as municipal water treatment, petrochemicals, and power generation. Bescient integrates high-precision sensor technology with data analytics platforms to deliver real-time monitoring and automated control capabilities, enabling clients to meet regulatory standards and optimize operational efficiency through precise measurement and intelligent data management.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度内部控制评价报告 | 2026-04-02 | Chinese | |
| 内部控制审计报告 | 2026-04-02 | Chinese | |
| 2025年度审计报告 | 2026-04-02 | Chinese | |
| 2025年年度报告摘要 | 2026-04-02 | Chinese | |
| 2025年度会计师事务所履职情况评估报告 | 2026-04-02 | Chinese | |
| 国联民生证券承销保荐有限公司关于碧兴物联科技(深圳)股份有限公司使用部分闲置自有资金进行委托理财的核查意见 | 2026-04-02 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39514148 | 2025年度内部控制评价报告 | 2026-04-02 | Chinese | ||
| 39514147 | 内部控制审计报告 | 2026-04-02 | Chinese | ||
| 39514109 | 2025年度审计报告 | 2026-04-02 | Chinese | ||
| 39513977 | 2025年年度报告摘要 | 2026-04-02 | Chinese | ||
| 39513962 | 2025年度会计师事务所履职情况评估报告 | 2026-04-02 | Chinese | ||
| 39513953 | 国联民生证券承销保荐有限公司关于碧兴物联科技(深圳)股份有限公司使用部分闲置自有资金进行委托理财的核查意见 | 2026-04-02 | Chinese | ||
| 39513948 | 国联民生证券承销保荐有限公司关于碧兴物联科技(深圳)股份有限公司2025年度募集资金存放与使用情况的专项核查报告 | 2026-04-02 | Chinese | ||
| 39513939 | 关于2025年度计提资产减值准备的公告 | 2026-04-02 | Chinese | ||
| 39513927 | 关于召开2025年年度股东会的通知 | 2026-04-02 | Chinese | ||
| 39513923 | 2025年度募集资金存放、管理与实际使用情况的专项报告 | 2026-04-02 | Chinese | ||
| 39513922 | 2025年度营业收入扣除情况的鉴证报告 | 2026-04-02 | Chinese | ||
| 39513919 | 董事会审计委员会对会计师事务所2025年度履行监督职责情况报告 | 2026-04-02 | Chinese | ||
| 39513916 | 北京市中伦(深圳)律师事务所关于碧兴物联科技(深圳)股份有限公司作废2024年限制性股票激励计划部分已授予尚未归属的限制性股票事项的法律意见书 | 2026-04-02 | Chinese | ||
| 39513907 | 国联民生证券承销保荐有限公司关于碧兴物联科技(深圳)股份有限公司使用部分超募资金和暂时闲置募集资金进行现金管理的核查意见 | 2026-04-02 | Chinese | ||
| 39513895 | 非经营性资金占用及其他关联资金往来情况的专项审计报告 | 2026-04-02 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BEIJING LEIKE DEFENSE TECHNOLOGY CO., LTD.
Develops radar signal processing, satellite navigation, and…
|
002413 | CN | Manufacturing |
|
BEIJING NAVIGATION CONTROL TECHNOLOGY CO.,LTD.
Develops and manufactures high-precision inertial navigatio…
|
688282 | CN | Manufacturing |
|
Beijing SDL technology co.,ltd
Develops environmental monitoring and industrial process an…
|
002658 | CN | Manufacturing |
|
Beijing StarNeto Technology Co.,Ltd
Develops inertial navigation systems, MEMS IMUs, and intell…
|
002829 | CN | Manufacturing |
|
Beijing Sys Science & Technology Co .,Ltd.
Develops automated microbiology diagnostics and clinical la…
|
301372 | CN | Manufacturing |
|
Beijing UniStrong Science&Technology Co.,Ltd.
Develops high-precision GNSS products and PNT solutions for…
|
002383 | CN | Manufacturing |
|
Beijing Yupont Electric Power Technology Co., Ltd.
Develops smart energy meters, distribution automation, and …
|
688597 | CN | Manufacturing |
|
Beijing Zhongkehaixun Digital S&T Co.,Ltd.
Specializes in underwater acoustic signal processing and so…
|
300810 | CN | Manufacturing |
|
BG T&A Co.
ODM developer and manufacturer of wireless communication eq…
|
046310 | KR | Manufacturing |
|
Bharat Electronics Ltd.
Designs and manufactures advanced defense and civilian elec…
|
BEL | IN | Manufacturing |
BESCIENT TECHNOLOGIES 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/58575/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=58575 | 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=58575 | 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=58575 \ -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": 58575}, 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 BESCIENT TECHNOLOGIES CO.,LTD. (id: 58575)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.