
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年度以简易程序向特定对象发行股票相关事项的书面审核意见 | 2023-05-07 | Chinese | |
| 关于召开公司2023年第一次临时股东大会的通知 | 2023-05-07 | Chinese | |
| 独立董事关于第四届董事会2023年第二次临时会议相关事项的独立意见 | 2023-05-07 | Chinese | |
| 关于公司2023年度以简易程序向特定对象发行股票无需编制前次募集资金使用情况报告的公告 | 2023-05-07 | Chinese | |
| 关于公司最近五年不存在被证券监管部门和交易所处罚或采取监管措施情况的公告 | 2023-05-07 | Chinese | |
| 第四届董事会2023年第二次临时会议决议公告 | 2023-05-07 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 37799762 | 监事会关于公司2023年度以简易程序向特定对象发行股票相关事项的书面审核意见 | 2023-05-07 | Chinese | ||
| 37799747 | 关于召开公司2023年第一次临时股东大会的通知 | 2023-05-07 | Chinese | ||
| 37799734 | 独立董事关于第四届董事会2023年第二次临时会议相关事项的独立意见 | 2023-05-07 | Chinese | ||
| 37799709 | 关于公司2023年度以简易程序向特定对象发行股票无需编制前次募集资金使用情况报告的公告 | 2023-05-07 | Chinese | ||
| 37799696 | 关于公司最近五年不存在被证券监管部门和交易所处罚或采取监管措施情况的公告 | 2023-05-07 | Chinese | ||
| 37799690 | 第四届董事会2023年第二次临时会议决议公告 | 2023-05-07 | Chinese | ||
| 37799674 | 2023年度以简易程序向特定对象发行股票募集资金使用可行性分析报告 | 2023-05-07 | Chinese | ||
| 37799627 | 第一大股东关于填补即期回报的承诺 | 2023-05-07 | Chinese | ||
| 37799617 | 关于公司2023年度以简易程序向特定对象发行股票摊薄即期回报及采取填补措施和相关主体承诺的公告 | 2023-05-07 | Chinese | ||
| 37799603 | 2023年度以简易程序向特定对象发行股票方案论证分析报告 | 2023-05-07 | Chinese | ||
| 37799580 | 第四届监事会2023年第二次临时会议决议公告 | 2023-05-07 | Chinese | ||
| 37799569 | 全体董事和高级管理人员关于填补即期回报的承诺 | 2023-05-07 | Chinese | ||
| 37799548 | 未来三年(2023-2025年)股东回报规划 | 2023-05-07 | Chinese | ||
| 37799534 | 2023年度以简易程序向特定对象发行股票预案 | 2023-05-07 | Chinese | ||
| 37799508 | 关于2023年度以简易程序向特定对象发行股票预案披露的提示性公告 | 2023-05-07 | 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.