Global Infotech Co.,LTD. — Investor Relations & Filings
Global Infotech Co., Ltd. provides specialized information technology solutions and services tailored for the financial sector. The company focuses on driving digital transformation through a comprehensive suite of software products and technical consulting. Core offerings include integrated banking systems, risk management platforms, asset management solutions, and digital payment infrastructures. It serves a diverse clientele comprising large-scale commercial banks, rural credit cooperatives, and various non-bank financial institutions. By leveraging technologies such as big data, artificial intelligence, and cloud computing, the company assists organizations in optimizing operational efficiency and enhancing regulatory compliance. Its service model encompasses the entire software lifecycle, including strategic planning, system design, custom development, implementation, and long-term maintenance. The company emphasizes the integration of advanced analytics to support data-driven decision-making.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事会审计与风险控制委员会对会计师事务所履行监督职责情况的报告 | 2026-03-26 | Chinese | |
| 董事会对独立董事独立性自查情况的专项报告 | 2026-03-26 | Chinese | |
| 关于控股股东解除股份质押的公告 | 2026-03-23 | Chinese | |
| 关于持股5%以上股东减持股份的预披露公告 | 2026-03-11 | Chinese | |
| 关于回购股份用于注销并减少注册资本暨通知债权人的公告 | 2026-03-10 | Chinese | |
| 北京市竞天公诚律师事务所关于高伟达软件股份有限公司2026年第二次临时股东会之法律意见书 | 2026-03-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 37259945 | 董事会审计与风险控制委员会对会计师事务所履行监督职责情况的报告 | 2026-03-26 | Chinese | ||
| 37259942 | 董事会对独立董事独立性自查情况的专项报告 | 2026-03-26 | Chinese | ||
| 37259939 | 关于控股股东解除股份质押的公告 | 2026-03-23 | Chinese | ||
| 37259931 | 关于持股5%以上股东减持股份的预披露公告 | 2026-03-11 | Chinese | ||
| 37259929 | 关于回购股份用于注销并减少注册资本暨通知债权人的公告 | 2026-03-10 | Chinese | ||
| 37259918 | 北京市竞天公诚律师事务所关于高伟达软件股份有限公司2026年第二次临时股东会之法律意见书 | 2026-03-10 | Chinese | ||
| 37259916 | 2026年第二次临时股东会决议公告 | 2026-03-10 | Chinese | ||
| 37259914 | 关于回购股份事项前十名股东及前十名无限售条件股东持股情况的公告 | 2026-03-06 | Chinese | ||
| 37259908 | 关于取得金融机构股票回购专项贷款承诺函的公告 | 2026-03-06 | Chinese | ||
| 37259900 | 关于公司2026年股票期权激励计划首次授予登记完成的公告 | 2026-02-25 | Chinese | ||
| 37259892 | 关于回购股份事项前十名股东及前十名无限售条件股东持股情况的公告 | 2026-02-12 | Chinese | ||
| 37259880 | 关于拟购买董事、高级管理人员责任险的公告 | 2026-02-09 | Chinese | ||
| 37259869 | 董事会薪酬与考核委员会关于2026年股票期权激励计划首次授予激励对象名单的核查意见 | 2026-02-09 | Chinese | ||
| 37259867 | 北京市竞天公诚律师事务所关于高伟达首次授予股票期权相关事项的法律意见书 | 2026-02-09 | Chinese | ||
| 37259858 | 关于向公司2026年股票期权激励计划激励对象首次授予股票期权的公告 | 2026-02-09 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computer consultancy and computer facilities management activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
AMTD Digital Inc.
A digital solutions platform for finance, media, investment…
|
HKD | KY | Telecommunications, computer pr… |
|
Anhui Wantong Technology Co.,Ltd.
Provides ITS and IT solutions for highway management, ports…
|
002331 | CN | Telecommunications, computer pr… |
|
Aplicaciones Y Tratamientos De Sistemas S.A.
An IT company specializing in consulting, services, and sof…
|
ATSI | ES | Telecommunications, computer pr… |
|
A PN Promise Spolka Akcyjna
IT solutions provider specializing in digital transformatio…
|
PRO | PL | Telecommunications, computer pr… |
|
Applied Co., Ltd.
Manufactures and sells custom PCs, components, and servers,…
|
3020 | JP | Telecommunications, computer pr… |
|
Arabian Internet and Communications Services Co.
Provides digital transformation, IT solutions, cloud, and c…
|
7202 | SA | Telecommunications, computer pr… |
|
AR advanced technology, Inc.
Specializes in digital transformation solutions using cloud…
|
5578 | JP | Telecommunications, computer pr… |
|
ARB IOT Group Ltd
Provider of end-to-end IoT integration solutions and specia…
|
ARBB | US | Telecommunications, computer pr… |
|
ARCONTECH GROUP PLC
Develops real-time market data software for financial insti…
|
ARC | GB | Telecommunications, computer pr… |
|
Ares International Corp.
Provides enterprise software, system integration, and cyber…
|
2471 | TW | Telecommunications, computer pr… |
Global Infotech 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/55452/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55452 | 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=55452 | 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=55452 \ -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": 55452}, 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 Global Infotech Co.,LTD. (id: 55452)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.