
Beijing Waluer Information Technology Co.,Ltd. — Investor Relations & Filings
Beijing Waluer Information Technology Co.,Ltd. specializes in software development, system integration, and information technology consulting. The company provides comprehensive technical solutions designed to facilitate digital transformation and optimize operational workflows for enterprise clients. Its core service portfolio includes the design and implementation of customized software applications, technical support, and IT infrastructure management. By leveraging modern software engineering methodologies, the firm delivers scalable technology services aimed at improving business efficiency and data management capabilities.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于使用暂时闲置募集资金和自有资金进行现金管理的进展公告 | 2026-06-05 | Chinese | |
| 关于公司对下属全资子公司提供担保及接受关联方无偿担保事项的进展公告 | 2026-06-05 | Chinese | |
| 第四届董事会2026年第三次临时会议决议公告 | 2026-06-02 | Chinese | |
| 2025年度权益分派实施公告 | 2026-05-21 | Chinese | |
| 关于控股股东、实际控制人部分股份解除质押担保的公告 | 2026-05-21 | Chinese | |
| 国浩律师(北京)事务所关于北京挖金客信息科技股份有限公司2025年年度股东会之法律意见书 | 2026-05-18 | Chinese |
Browse filings by year
5 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47986029 | 关于使用暂时闲置募集资金和自有资金进行现金管理的进展公告 | 2026-06-05 | Chinese | ||
| 47985658 | 关于公司对下属全资子公司提供担保及接受关联方无偿担保事项的进展公告 | 2026-06-05 | Chinese | ||
| 47942384 | 第四届董事会2026年第三次临时会议决议公告 | 2026-06-02 | Chinese | ||
| 46757535 | 2025年度权益分派实施公告 | 2026-05-21 | Chinese | ||
| 46727535 | 关于控股股东、实际控制人部分股份解除质押担保的公告 | 2026-05-21 | Chinese | ||
| 46512787 | 国浩律师(北京)事务所关于北京挖金客信息科技股份有限公司2025年年度股东会之法律意见书 | 2026-05-18 | Chinese | ||
| 46512786 | 2025年年度股东会决议公告 | 2026-05-18 | Chinese | ||
| 45774509 | 关于召开2025年年度股东会的提示性公告 | 2026-05-13 | Chinese | ||
| 45774508 | 2025年年度股东会会议资料 | 2026-05-13 | Chinese | ||
| 45017137 | 关于公司拟与专业投资机构共同投资设立产业基金的公告 | 2026-05-11 | Chinese | ||
| 45016913 | 东吴证券股份有限公司关于北京挖金客信息科技股份有限公司2023年度以简易程序向特定对象发行股票之保荐总结报告书 | 2026-05-11 | Chinese | ||
| 39857611 | 东吴证券股份有限公司关于北京挖金客信息科技股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-22 | Chinese | ||
| 39857609 | 董事、高级管理人员薪酬管理制度(2026年4月修订) | 2026-04-22 | Chinese | ||
| 39857607 | 2025年年度报告摘要 | 2026-04-22 | Chinese | ||
| 39857606 | 关于拟续聘会计师事务所的公告 | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other computer programming activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Beijing Seeyon Internet Software Corp.
Provides collaborative management software and digital tran…
|
688369 | CN | Telecommunications, computer pr… |
|
BEIJING SHENZHOU AEROSPACE SOFTWARE TECHNOLOGY CO., LTD.
Provides industrial software and IT services for aerospace …
|
688562 | CN | Telecommunications, computer pr… |
|
Beijing SunwayWorld Science & Technology Co., Ltd.
Develops LIMS, QMS, ELN, and MDM software for laboratory an…
|
301159 | CN | Telecommunications, computer pr… |
|
Beijing SuperMap Software Co.,Ltd.
Global provider of GIS software for 2D/3D spatial data, Big…
|
300036 | CN | Telecommunications, computer pr… |
|
BEIJING THUNISOFT CORPORATION LIMITED
Provides AI-driven judicial solutions and digital governmen…
|
300271 | CN | Telecommunications, computer pr… |
|
BEIJING TOPNEW INFO&TECH CO., LTD.
Provides IT solutions, ERP, and smart manufacturing for dig…
|
300895 | CN | Telecommunications, computer pr… |
|
Beijing Vastdata Technology Co., Ltd.
Provides enterprise-level relational databases and data man…
|
603138 | CN | Telecommunications, computer pr… |
|
Beijing VRV Software Corporation Limited.
Provides endpoint security management, data protection, and…
|
300352 | CN | Telecommunications, computer pr… |
|
Beijing Watertek Information Technology Co.,Ltd.
Develops embedded systems and information security for aero…
|
300324 | CN | Telecommunications, computer pr… |
|
Beijing YJK Building Software Co.,Ltd.
Develops CAD and BIM software for structural analysis and d…
|
300935 | CN | Telecommunications, computer pr… |
Beijing Waluer Information 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/56280/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56280 | 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=56280 | 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=56280 \ -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": 56280}, 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 Waluer Information Technology Co.,Ltd. (id: 56280)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.