Shenzhen Kingdom SCI-TECH.,LTD — Investor Relations & Filings
About Shenzhen Kingdom SCI-TECH.,LTD
Shenzhen Kingdom SCI-TECH.,LTD. is a provider of financial technology solutions and software services, specializing in IT infrastructure for securities, banking, and fund management. The company develops core trading systems, registration and settlement platforms, asset management systems, and institutional service solutions. Kingdom focuses on digital transformation by integrating artificial intelligence, big data, and cloud computing into financial workflows. Its product suite supports operational efficiency and regulatory compliance for financial institutions through high-performance, secure, and scalable software. The company's offerings include software development, system integration, and technical consulting, aimed at enhancing the technological capabilities of the financial services ecosystem.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 金证股份2025年年度股东会会议资料 | 2026-05-08 | Chinese | |
| 金证股份2025年度会计师事务所履职情况评估报告 | 2026-04-17 | Chinese | |
| 金证股份:关于深圳市金证科技股份有限公司2025年度营业收入扣除情况表的鉴证报告 | 2026-04-17 | Chinese | |
| 金证股份2025年度内部控制评价报告 | 2026-04-17 | Chinese | |
| 金证股份董事会审计委员会2025年度履职报告 | 2026-04-17 | Chinese | |
| 金证股份关于召开2025年年度股东会的通知 | 2026-04-17 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 44493001 | 金证股份2025年年度股东会会议资料 | 2026-05-08 | Chinese | ||
| 40947926 | 金证股份2025年度会计师事务所履职情况评估报告 | 2026-04-17 | Chinese | ||
| 40947923 | 金证股份:关于深圳市金证科技股份有限公司2025年度营业收入扣除情况表的鉴证报告 | 2026-04-17 | Chinese | ||
| 40947921 | 金证股份2025年度内部控制评价报告 | 2026-04-17 | Chinese | ||
| 40947919 | 金证股份董事会审计委员会2025年度履职报告 | 2026-04-17 | Chinese | ||
| 40947918 | 金证股份关于召开2025年年度股东会的通知 | 2026-04-17 | Chinese | ||
| 40947915 | 金证股份董事会审计委员会对会计师事务所履行监督职责情况报告 | 2026-04-17 | Chinese | ||
| 40947913 | 金证股份董事会关于独立董事独立性情况的专项意见 | 2026-04-17 | Chinese | ||
| 40947910 | 金证股份高级管理人员绩效考核管理办法(2026年4月制定) | 2026-04-17 | Chinese | ||
| 40947909 | 金证股份2025年年度报告摘要 | 2026-04-17 | Chinese | ||
| 40947907 | 金证股份关于召开2025年度业绩说明会的公告 | 2026-04-17 | Chinese | ||
| 40947906 | 金证股份独立董事2025年度述职报告(邵丽丽) | 2026-04-17 | Chinese | ||
| 40947904 | 金证股份第八届董事会2026年第一次会议决议公告 | 2026-04-17 | Chinese | ||
| 40947903 | 金证股份关于对外担保的公告 | 2026-04-17 | Chinese | ||
| 40947901 | 金证股份独立董事2025年度述职报告(杨正洪) | 2026-04-17 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other computer programming activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Beijing Longruan Technologies Inc.
Develops GIS software for intelligent mine construction and…
|
688078 | CN | Telecommunications, computer pr… |
|
Beijing Saimo Technology Co., Ltd.
Technology-driven provider of ICV testing and validation so…
|
2571 | HK | Telecommunications, computer pr… |
|
Beijing Seeyon Internet Software Corp.
Provides collaborative management software and digital tran…
|
688369 | CN | Telecommunications, computer pr… |
|
BEIJING SHENZHOU AEROSPACE SOFTWARE TECHNOLOGY CO., LTD.
Provides industrial software and IT services for aerospace …
|
688562 | CN | Telecommunications, computer pr… |
|
Beijing SunwayWorld Science & Technology Co., Ltd.
Develops LIMS, QMS, ELN, and MDM software for laboratory an…
|
301159 | CN | Telecommunications, computer pr… |
|
Beijing SuperMap Software Co.,Ltd.
Global provider of GIS software for 2D/3D spatial data, Big…
|
300036 | CN | Telecommunications, computer pr… |
|
BEIJING THUNISOFT CORPORATION LIMITED
Provides AI-driven judicial solutions and digital governmen…
|
300271 | CN | Telecommunications, computer pr… |
|
BEIJING TOPNEW INFO&TECH CO., LTD.
Provides IT solutions, ERP, and smart manufacturing for dig…
|
300895 | CN | Telecommunications, computer pr… |
|
Beijing Vastdata Technology Co., Ltd.
Provides enterprise-level relational databases and data man…
|
603138 | CN | Telecommunications, computer pr… |
|
Beijing VRV Software Corporation Limited.
Provides endpoint security management, data protection, and…
|
300352 | CN | Telecommunications, computer pr… |
Shenzhen Kingdom SCI-TECH.,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/56732/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56732 | 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=56732 | 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=56732 \ -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": 56732}, 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 Shenzhen Kingdom SCI-TECH.,LTD (id: 56732)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.