Beijing Advanced Digital Technology Co.,Ltd. — Investor Relations & Filings
Beijing Advanced Digital Technology Co., Ltd. is a professional IT services and solutions provider specializing in the digital transformation of the financial services sector. The company focuses on delivering comprehensive software development, system integration, and technical maintenance services. Its core product portfolio includes specialized solutions for core banking systems, electronic payment platforms, risk management, and data governance. By leveraging cloud computing and big data technologies, the company assists financial institutions in optimizing operational efficiency and enhancing digital infrastructure. The firm provides end-to-end technical support, ranging from strategic IT consulting to the implementation of complex enterprise-level architectures designed to meet the evolving demands of modern financial environments.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 东吴证券股份有限公司关于北京先进数通信息技术股份公司2025年度募集资金存放与实际使用情况的专项核查意见 | 2026-04-14 | Chinese | |
| 拟续聘会计师事务所的公告 | 2026-04-14 | Chinese | |
| 2025年度独立董事述职报告(王冉冉) | 2026-04-14 | Chinese | |
| 北京先进数通信息技术股份公司董事、高级管理人员薪酬管理制度 | 2026-04-14 | Chinese | |
| 募集资金存放、管理与实际使用情况审核报告(大信专审字[2026]第1-02787号) | 2026-04-14 | Chinese | |
| 2025年年度报告披露提示性公告 | 2026-04-14 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 34918297 | 东吴证券股份有限公司关于北京先进数通信息技术股份公司2025年度募集资金存放与实际使用情况的专项核查意见 | 2026-04-14 | Chinese | ||
| 34918215 | 拟续聘会计师事务所的公告 | 2026-04-14 | Chinese | ||
| 34918202 | 2025年度独立董事述职报告(王冉冉) | 2026-04-14 | Chinese | ||
| 34918186 | 北京先进数通信息技术股份公司董事、高级管理人员薪酬管理制度 | 2026-04-14 | Chinese | ||
| 34918181 | 募集资金存放、管理与实际使用情况审核报告(大信专审字[2026]第1-02787号) | 2026-04-14 | Chinese | ||
| 34908409 | 2025年年度报告披露提示性公告 | 2026-04-14 | Chinese | ||
| 34908406 | 关于公司及全资子(孙)公司2026年度申请综合授信及公司提供担保的公告 | 2026-04-14 | Chinese | ||
| 34893218 | 北京先进数通信息技术股份公司关于召开2025年度股东会的通知 | 2026-04-14 | Chinese | ||
| 34893215 | 审计委员会对会计师事务所2025年度履行监督职责情况报告 | 2026-04-14 | Chinese | ||
| 34893211 | 2025年年度报告 | 2026-04-14 | Chinese | ||
| 34893209 | 回购股份方案公告 | 2026-04-14 | Chinese | ||
| 34870161 | 东吴证券股份有限公司关于北京先进数通信息技术股份公司2025年度跟踪报告 | 2026-04-14 | Chinese | ||
| 34870141 | 2025年度独立董事述职报告(石宇良) | 2026-04-14 | Chinese | ||
| 34870125 | 关于举行2025年度网上业绩说明会的公告 | 2026-04-14 | Chinese | ||
| 34870113 | 内部控制审计报告(大信审字[2026]第1-02869号) | 2026-04-14 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computer consultancy and computer facilities management activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BeeX inc.
IT services firm specializing in cloud integration of SAP e…
|
4270 | JP | Telecommunications, computer pr… |
|
Beijing Century Real Technology Co.,Ltd.
Provides intelligent railway safety monitoring and passenge…
|
300150 | CN | Telecommunications, computer pr… |
|
Beijing Chieftain Control Technology Group Co.,Ltd
Provides automation and digital solutions for pharmaceutica…
|
300430 | CN | Telecommunications, computer pr… |
|
Beijing CTJ Information Technology Co., Ltd.
Provides fintech solutions and IT services for financial di…
|
301153 | CN | Telecommunications, computer pr… |
|
Beijing Philisense Technology Co.,Ltd.
Develops digital conference systems, smart city infrastruct…
|
300287 | CN | Telecommunications, computer pr… |
|
Beijing Shiji Information Technology Co., Ltd.
Global provider of integrated technology for hospitality, f…
|
002153 | CN | Telecommunications, computer pr… |
|
Beijing Teamsun Technology Co., Ltd.
Provides IT infrastructure, cloud computing, and digital tr…
|
600410 | CN | Telecommunications, computer pr… |
|
Beijing Transtrue Technology Inc.
Provides multimedia communication and data center system in…
|
002771 | CN | Telecommunications, computer pr… |
|
Beijing Trust&Far Technology CO.,LTD
Provides IT solutions, system integration, and network secu…
|
300231 | CN | Telecommunications, computer pr… |
|
Beijing Ultrapower Software Co., LTD
Provides IT operations management, AI-driven analytics, and…
|
300002 | CN | Telecommunications, computer pr… |
Beijing Advanced Digital 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/55525/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55525 | 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=55525 | 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=55525 \ -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": 55525}, 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 Beijing Advanced Digital Technology Co.,Ltd. (id: 55525)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.