
Beijing Vastdata Technology Co., Ltd. — Investor Relations & Filings
Beijing Vastdata Technology Co., Ltd. specializes in the development and provision of enterprise-level database products and related technical services. The company's flagship product, Vastbase, is a relational database management system built on the openGauss architecture, designed to provide high-performance, high-availability, and secure data management solutions. Its offerings include database migration tools, data synchronization platforms, and comprehensive operation and maintenance services. The company focuses on delivering infrastructure software that supports digital transformation across various sectors, including finance, telecommunications, energy, and government. By emphasizing compatibility with mainstream international database systems and optimizing for domestic hardware and software ecosystems, the company provides scalable and reliable data processing capabilities for mission-critical applications.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北京市通商律师事务所关于北京海量数据技术股份有限公司2026年第一次临时股东会的法律意见书 | 2026-05-27 | Chinese | |
| 海量数据2026年第一次临时股东会决议公告 | 2026-05-27 | Chinese | |
| 海量数据2026年度向特定对象发行A股股票预案 | 2026-05-11 | Chinese | |
| 海量数据2026年度向特定对象发行A股股票方案论证分析报告 | 2026-05-11 | Chinese | |
| 致同会计师事务所关于北京海量数据技术股份有限公司前次募集资金使用情况鉴证报告 | 2026-05-11 | Chinese | |
| 海量数据2026年度向特定对象发行A股股票募集资金使用可行性分析报告 | 2026-05-11 | Chinese |
Browse filings by year
10 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47849017 | 北京市通商律师事务所关于北京海量数据技术股份有限公司2026年第一次临时股东会的法律意见书 | 2026-05-27 | Chinese | ||
| 47848995 | 海量数据2026年第一次临时股东会决议公告 | 2026-05-27 | Chinese | ||
| 45017518 | 海量数据2026年度向特定对象发行A股股票预案 | 2026-05-11 | Chinese | ||
| 45017517 | 海量数据2026年度向特定对象发行A股股票方案论证分析报告 | 2026-05-11 | Chinese | ||
| 45017513 | 致同会计师事务所关于北京海量数据技术股份有限公司前次募集资金使用情况鉴证报告 | 2026-05-11 | Chinese | ||
| 45017438 | 海量数据2026年度向特定对象发行A股股票募集资金使用可行性分析报告 | 2026-05-11 | Chinese | ||
| 45017437 | 中信建投证券股份有限公司关于北京海量数据技术股份有限公司2020年非公开发行股票募集资金投资项目结项并将节余募集资金永久补充流动资金的核查意见 | 2026-05-11 | Chinese | ||
| 44270221 | 北京市通商律师事务所关于北京海量数据技术股份有限公司2025年年度股东会的法律意见书 | 2026-05-07 | Chinese | ||
| 44270217 | 海量数据第五届董事会第一次会议决议公告 | 2026-05-07 | Chinese | ||
| 44270210 | 海量数据关于董事会完成换届选举及聘任高级管理人员、证券事务代表的公告 | 2026-05-07 | Chinese | ||
| 44269751 | 海量数据关于选举职工代表董事的公告 | 2026-05-07 | Chinese | ||
| 44269070 | 海量数据信息披露管理办法 | 2026-05-07 | Chinese | ||
| 44269066 | 海量数据2025年年度股东会决议公告 | 2026-05-07 | Chinese | ||
| 44269062 | 海量数据公司章程202605 | 2026-05-07 | Chinese | ||
| 44269058 | 海量数据关于回购注销部分限制性股票通知债权人的公告 | 2026-05-07 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other computer programming activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Oriole Systems Inc.
Designs, develops, and supports electronic business and Int…
|
ORLSF | CA | Telecommunications, computer pr… |
|
ORO Co., Ltd.
Provides business solutions via cloud software and digital …
|
3983 | JP | Telecommunications, computer pr… |
|
Ortoma AB
Develops AI-powered surgical systems for orthopedic procedu…
|
ORT | SE | Telecommunications, computer pr… |
|
Otco International Ltd
Provides software development, financial consultancy, and s…
|
523151 | IN | Telecommunications, computer pr… |
|
OTRS AG
A provider of service management software for optimizing bu…
|
TR9 | DE | Telecommunications, computer pr… |
|
OurLiving AB
SaaS platform for digitizing the construction, property, an…
|
OURLIV | SE | Telecommunications, computer pr… |
|
OutlookConsulting Co., Ltd.
Develops and provides an EPM and FP&A application platform …
|
5596 | JP | Telecommunications, computer pr… |
|
OVANTI LIMITED
Develops digital service platforms and mobile payment solut…
|
OVT | AU | Telecommunications, computer pr… |
|
OXFORD METRICS PLC
Develops motion measurement and capture systems for diverse…
|
OMG | GB | Telecommunications, computer pr… |
|
Paige Innovations Inc.
Pioneers AI foundation models in computational pathology fo…
|
— | CA | Telecommunications, computer pr… |
Beijing Vastdata 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/57458/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57458 | 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=57458 | 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=57458 \ -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": 57458}, 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 Vastdata Technology Co., Ltd. (id: 57458)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.