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 |
|---|---|---|---|
|
AMTD Digital Inc.
A digital solutions platform for finance, media, investment…
|
HKD | KY | Telecommunications, computer pr… |
|
Anhui Wantong Technology Co.,Ltd.
Provides ITS and IT solutions for highway management, ports…
|
002331 | CN | Telecommunications, computer pr… |
|
Aplicaciones Y Tratamientos De Sistemas S.A.
An IT company specializing in consulting, services, and sof…
|
ATSI | ES | Telecommunications, computer pr… |
|
A PN Promise Spolka Akcyjna
IT solutions provider specializing in digital transformatio…
|
PRO | PL | Telecommunications, computer pr… |
|
Applied Co., Ltd.
Manufactures and sells custom PCs, components, and servers,…
|
3020 | JP | Telecommunications, computer pr… |
|
Arabian Internet and Communications Services Co.
Provides digital transformation, IT solutions, cloud, and c…
|
7202 | SA | Telecommunications, computer pr… |
|
AR advanced technology, Inc.
Specializes in digital transformation solutions using cloud…
|
5578 | JP | Telecommunications, computer pr… |
|
ARB IOT Group Ltd
Provider of end-to-end IoT integration solutions and specia…
|
ARBB | US | Telecommunications, computer pr… |
|
ARCONTECH GROUP PLC
Develops real-time market data software for financial insti…
|
ARC | GB | Telecommunications, computer pr… |
|
Ares International Corp.
Provides enterprise software, system integration, and cyber…
|
2471 | TW | 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.