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 |
|---|---|---|---|
| 监事会关于使用部分闲置募集资金暂时补充公司流动资金的意见 | 2023-09-27 | Chinese | |
| 《北京先进数通信息技术股份公司章程》(2023年9月修订) | 2023-09-27 | Chinese | |
| 关于持股5%以上股东持股比例被动稀释至5%以下的提示性公告 | 2023-09-22 | Chinese | |
| 简式权益变动报告书 | 2023-09-22 | Chinese | |
| 关于董事、监事和高级管理人员持股情况变动的公告 | 2023-09-20 | Chinese | |
| 北京先进数通信息技术股份公司2023年度以简易程序向特定对象发行股票发行情况报告书 | 2023-09-20 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 37801191 | 监事会关于使用部分闲置募集资金暂时补充公司流动资金的意见 | 2023-09-27 | Chinese | ||
| 37801185 | 《北京先进数通信息技术股份公司章程》(2023年9月修订) | 2023-09-27 | Chinese | ||
| 37801156 | 关于持股5%以上股东持股比例被动稀释至5%以下的提示性公告 | 2023-09-22 | Chinese | ||
| 37801145 | 简式权益变动报告书 | 2023-09-22 | Chinese | ||
| 37801130 | 关于董事、监事和高级管理人员持股情况变动的公告 | 2023-09-20 | Chinese | ||
| 37801119 | 北京先进数通信息技术股份公司2023年度以简易程序向特定对象发行股票发行情况报告书 | 2023-09-20 | Chinese | ||
| 37801087 | 北京市天元律师事务所关于北京先进数通信息技术股份公司以简易程序向特定对象发行股票的发行过程及认购对象合规性的法律意见 | 2023-09-20 | Chinese | ||
| 37801070 | 东吴证券关于先进数通以简易程序向特定对象发行股票发行过程和认购对象合规性的报告 | 2023-09-20 | Chinese | ||
| 37801055 | 新增股份变动报告及上市公告书 | 2023-09-20 | Chinese | ||
| 37801030 | 东吴证券股份有限公司关于北京先进数通信息技术股份公司2023年度以简易程序向特定对象发行股票之上市保荐书 | 2023-09-20 | Chinese | ||
| 37801008 | 关于举行2023年半年度网上业绩说明会的公告 | 2023-09-20 | Chinese | ||
| 37800991 | 关于2020年限制性股票激励计划第三个归属期归属结果暨股份上市公告 | 2023-09-11 | Chinese | ||
| 37800978 | 2023年度以简易程序向特定对象发行股票募集说明书(注册稿) | 2023-08-31 | Chinese | ||
| 37800899 | 关于以简易程序向特定对象发行股票申请获得中国证券监督管理委员会同意注册批复的公告 | 2023-08-30 | Chinese | ||
| 37800885 | 2023年半年度报告披露提示性公告 | 2023-08-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computer consultancy and computer facilities management activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1000mercis
Marketing technology group for data-driven advertising and …
|
ALMIL | FR | Telecommunications, computer pr… |
|
3C IT Solutions and Telecoms (India) Limited
Provides IT infrastructure, system integration, cloud, and …
|
544190 | IN | Telecommunications, computer pr… |
|
3 E Network Technology Group Ltd
B2B IT solutions provider of software for property, restaur…
|
MASK | US | Telecommunications, computer pr… |
|
3i Infotech limited
Provides digital transformation, cloud services, and specia…
|
3IINFOLTD | IN | Telecommunications, computer pr… |
|
4C Group AB
Provides software and expert services for readiness, traini…
|
4C | SE | Telecommunications, computer pr… |
|
4GLOBAL PLC
A data, services, and software company for the sports and p…
|
4GBL | GB | Telecommunications, computer pr… |
|
4SIGHT HOLDINGS LIMITED
Technology group providing digital transformation solutions…
|
4SIE | ZA | Telecommunications, computer pr… |
|
AAA TECHNOLOGIES LIMITED
Provides IS auditing, cybersecurity consulting, and IT comp…
|
AAATECH | IN | Telecommunications, computer pr… |
|
ABEJA,Inc.
An AI technology company that facilitates the digital trans…
|
5574 | JP | Telecommunications, computer pr… |
|
Abra Information Technologies Ltd.
Develops, implements, and integrates complex software and h…
|
ABRA | IL | 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.