Pci Technology Group Co.,Ltd. — Investor Relations & Filings
About Pci Technology Group Co.,Ltd.
PCI Technology Group Co., Ltd. specializes in the development and application of artificial intelligence, big data, and cloud computing technologies. The company focuses on providing integrated solutions for intelligent rail transit, smart city management, and public safety. Its core product portfolio includes automatic fare collection systems, passenger information systems, and integrated supervisory control systems for urban rail networks. PCI Technology leverages advanced computer vision and video analytics to deliver platforms for facial recognition and urban governance. The company integrates sophisticated AI algorithms with physical infrastructure to optimize operational efficiency, enhance safety protocols, and support the digital transformation of urban environments through large-scale system integration and specialized research and development.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 广发证券股份有限公司关于佳都科技集团股份有限公司部分募投项目增加实施主体的核查意见 | 2023-04-28 | Chinese | |
| 佳都科技关于年度预计担保事项进展公告 | 2023-04-28 | Chinese | |
| 佳都科技控股股东及其他关联方资金占用情况的专项说明 | 2023-04-28 | Chinese | |
| 广发证券股份有限公司关于佳都科技集团股份有限公司2022年度募集资金存放与使用情况的核查意见 | 2023-04-28 | Chinese | |
| 佳都科技关于董事会部分事项授权董事长的公告 | 2023-04-28 | Chinese | |
| 佳都科技2023年第一季度报告 | 2023-04-28 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 41497199 | 广发证券股份有限公司关于佳都科技集团股份有限公司部分募投项目增加实施主体的核查意见 | 2023-04-28 | Chinese | ||
| 41497178 | 佳都科技关于年度预计担保事项进展公告 | 2023-04-28 | Chinese | ||
| 41497169 | 佳都科技控股股东及其他关联方资金占用情况的专项说明 | 2023-04-28 | Chinese | ||
| 41497086 | 广发证券股份有限公司关于佳都科技集团股份有限公司2022年度募集资金存放与使用情况的核查意见 | 2023-04-28 | Chinese | ||
| 41497062 | 佳都科技关于董事会部分事项授权董事长的公告 | 2023-04-28 | Chinese | ||
| 41497051 | 佳都科技2023年第一季度报告 | 2023-04-28 | Chinese | ||
| 41497039 | 佳都科技第十届董事会第四次会议决议公告 | 2023-04-28 | Chinese | ||
| 41497026 | 佳都科技关于召开2022年年度股东大会的通知 | 2023-04-28 | Chinese | ||
| 41497013 | 广发证券股份有限公司关于佳都科技集团股份有限公司预计2023年日常关联交易的的核查意见 | 2023-04-28 | Chinese | ||
| 41497003 | 佳都科技内部控制审计报告 | 2023-04-28 | Chinese | ||
| 41496959 | 佳都科技独立董事关于第十届董事会第四次会议相关事项的事前认可意见 | 2023-04-28 | Chinese | ||
| 41496950 | 佳都科技关于部分募投项目增加实施主体的公告 | 2023-04-28 | Chinese | ||
| 41496936 | 佳都科技关于续聘会计师事务所的公告 | 2023-04-28 | Chinese | ||
| 41496927 | 佳都科技募集资金年度存放与使用情况鉴证报告 | 2023-04-28 | Chinese | ||
| 41496830 | 佳都科技独立董事关于第十届董事会第四次会议相关事项的独立意见 | 2023-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other computer programming activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
01 Quantum Inc.
Specializes in post-quantum cybersecurity and integrated co…
|
ONE | CA | Telecommunications, computer pr… |
|
17 Education & Technology Group Inc.
Provides a smart in-school classroom solution with data-dri…
|
YQ | US | Telecommunications, computer pr… |
|
1SPATIAL PLC
Provides software and solutions for automating Location Mas…
|
SPA | GB | Telecommunications, computer pr… |
|
20-20 Technologies Inc.
End-to-end CAD and automation software for interior design,…
|
TWT | CA | Telecommunications, computer pr… |
|
24SevenOffice Group AB
Provides a modular, cloud-based ERP system for accounting, …
|
247 | SE | Telecommunications, computer pr… |
|
360 Ludashi Holdings Limited
Software developer providing PC and mobile device performan…
|
3601 | HK | Telecommunications, computer pr… |
|
360 Security Technology Inc.
Provides AI-driven internet and mobile security solutions f…
|
601360 | CN | Telecommunications, computer pr… |
|
4by4 Inc.
Develops AI video solutions, visual enhancement hardware, a…
|
389140 | KR | Telecommunications, computer pr… |
|
4DMEDICAL LIMITED
Develops non-invasive respiratory imaging solutions using p…
|
4DX | AU | Telecommunications, computer pr… |
|
63 Moons Technologies Limited
Provides trading software, exchange technology, and solutio…
|
63MOONS | IN | Telecommunications, computer pr… |
Pci Technology Group 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/56955/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56955 | 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=56955 | 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=56955 \ -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": 56955}, 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 Pci Technology Group Co.,Ltd. (id: 56955)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.