
GUANGXI BEITOU TECHNOLOGY COMPANY LIMITED — Investor Relations & Filings
Guangxi Beitou Technology Company Limited specializes in the research, development, and implementation of intelligent transportation systems and digital infrastructure solutions. The company focuses on integrating advanced information technology with traditional infrastructure to enhance operational efficiency and safety. Key offerings include smart highway management platforms, electronic toll collection (ETC) systems, traffic monitoring technologies, and big data analytics for logistics. It provides comprehensive software development, system integration, and technical consulting services tailored for smart city initiatives and large-scale infrastructure projects. By leveraging cloud computing and IoT, the company delivers integrated digital ecosystems that support modernized transportation networks and regional economic development.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 北投科技2025年年度股东会决议公告 | 2026-05-19 | Chinese | |
| 国浩律师(南宁)事务所关于广西北投科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-19 | Chinese | |
| 北投科技关于控股股东对置入资产2025年度应收账款承诺实现情况说明的审核报告 | 2026-05-18 | Chinese | |
| 北投科技关于2025年年度暨2026年第一季度业绩说明会召开情况的公告 | 2026-05-18 | Chinese | |
| 北投科技关于控股股东对重大资产置换置入资产2025年度应收账款承诺实现情况的公告 | 2026-05-18 | Chinese | |
| 广西北部湾投资集团有限公司关于广西北投科技股份有限公司股票交易异常波动有关事项的复函 | 2026-05-08 | Chinese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46566543 | 北投科技2025年年度股东会决议公告 | 2026-05-19 | Chinese | ||
| 46565393 | 国浩律师(南宁)事务所关于广西北投科技股份有限公司2025年年度股东会的法律意见书 | 2026-05-19 | Chinese | ||
| 46513564 | 北投科技关于控股股东对置入资产2025年度应收账款承诺实现情况说明的审核报告 | 2026-05-18 | Chinese | ||
| 46513089 | 北投科技关于2025年年度暨2026年第一季度业绩说明会召开情况的公告 | 2026-05-18 | Chinese | ||
| 46512990 | 北投科技关于控股股东对重大资产置换置入资产2025年度应收账款承诺实现情况的公告 | 2026-05-18 | Chinese | ||
| 44493850 | 广西北部湾投资集团有限公司关于广西北投科技股份有限公司股票交易异常波动有关事项的复函 | 2026-05-08 | Chinese | ||
| 44490302 | 北投科技股票交易异常波动公告 | 2026-05-08 | Chinese | ||
| 44487824 | 北投科技关于召开2025年年度暨2026年第一季度业绩说明会的公告 | 2026-05-08 | Chinese | ||
| 37680423 | 北投科技2025年年度报告摘要 | 2026-04-17 | Chinese | ||
| 37680411 | 北投科技2025年度可持续发展报告 | 2026-04-17 | Chinese | ||
| 37680372 | 北投科技董事会审计委员会对会计师事务所2025年度履行监督职责情况的报告 | 2026-04-17 | Chinese | ||
| 37680367 | 北投科技2025年非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-17 | Chinese | ||
| 37680362 | 北投科技2025年度内部控制审计报告 | 2026-04-17 | Chinese | ||
| 37680354 | 北投科技2025年度营业收入扣除情况的专项审核报告 | 2026-04-17 | Chinese | ||
| 37680341 | 北投科技关于计提减值损失的公告 | 2026-04-17 | 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… |
GUANGXI BEITOU TECHNOLOGY COMPANY LIMITED 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/57111/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=57111 | 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=57111 | 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=57111 \ -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": 57111}, 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 GUANGXI BEITOU TECHNOLOGY COMPANY LIMITED (id: 57111)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.