
Xingyun Technology Co.,Ltd — Investor Relations & Filings
Xingyun Technology Co.,Ltd. provides a comprehensive digital supply chain service platform designed to facilitate global commodity trade. The company specializes in cross-border e-commerce solutions, offering an integrated suite of services that includes digital procurement, international logistics, warehousing, and supply chain finance. By leveraging advanced data analytics and a global network of fulfillment centers, the platform connects international brands with diverse retail channels and assists domestic brands in expanding their global footprint. Its core operations focus on optimizing trade efficiency through end-to-end fulfillment services, inventory management, and digital trade infrastructure, enabling partners to navigate complex international markets with streamlined operational support.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事会薪酬与考核委员会关于2026年第一期股权激励计划激励对象名单公示情况及核查意见说明 | 2026-05-22 | Chinese | |
| 董事、高级管理人员薪酬管理制度 | 2026-05-18 | Chinese | |
| 关于董事辞职暨补选董事、高级管理人员的公告 | 2026-05-18 | Chinese | |
| 董事会薪酬与考核委员会关于公司2026年第一期股权激励计划相关事项的核查意见 | 2026-05-18 | Chinese | |
| 行云科技2026年第一期股权激励计划(草案) | 2026-05-18 | Chinese | |
| 2026年第一期股权激励计划实施考核管理办法 | 2026-05-18 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46816452 | 董事会薪酬与考核委员会关于2026年第一期股权激励计划激励对象名单公示情况及核查意见说明 | 2026-05-22 | Chinese | ||
| 46513763 | 董事、高级管理人员薪酬管理制度 | 2026-05-18 | Chinese | ||
| 46513762 | 关于董事辞职暨补选董事、高级管理人员的公告 | 2026-05-18 | Chinese | ||
| 46513761 | 董事会薪酬与考核委员会关于公司2026年第一期股权激励计划相关事项的核查意见 | 2026-05-18 | Chinese | ||
| 46513760 | 行云科技2026年第一期股权激励计划(草案) | 2026-05-18 | Chinese | ||
| 46513566 | 2026年第一期股权激励计划实施考核管理办法 | 2026-05-18 | Chinese | ||
| 46513565 | 行云科技2026年第一期股权激励计划(草案)摘要 | 2026-05-18 | Chinese | ||
| 46513092 | 关于2025年年度股东会增加临时提案暨补充通知的公告 | 2026-05-18 | Chinese | ||
| 46513091 | 2026年第一期股权激励计划自查表 | 2026-05-18 | Chinese | ||
| 46512865 | 关于未弥补亏损达实收股本总额三分之一的公告 | 2026-05-18 | Chinese | ||
| 46512744 | 第七届董事会第十六次会议决议公告 | 2026-05-18 | Chinese | ||
| 46512743 | 湖南麓骏律师事务所关于行云科技股份有限公司2026年第一期股权激励计划(草案)之法律意见书 | 2026-05-18 | Chinese | ||
| 46512741 | 关于全资子公司对外投资设立合资公司暨关联交易的公告 | 2026-05-18 | Chinese | ||
| 44267977 | 关于控股股东及其一致行动人增持公司股份计划实施完毕的公告 | 2026-05-07 | Chinese | ||
| 36317178 | 关于公司股东收到《行政处罚决定书》并受到深圳证券交易所公开谴责的公告 | 2026-04-24 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Computing infrastructure, data processing, hosting and related activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Abits Group Inc
A digital data center operator for Bitcoin mining and third…
|
ABTS | US | Telecommunications, computer pr… |
|
Ace Software Exports ltd.
Offers digital publishing, data conversion, and structured …
|
890230 | IN | Telecommunications, computer pr… |
|
ACORN ENERGY, INC.
Holding company providing remote monitoring for energy infr…
|
ACFN | US | Telecommunications, computer pr… |
|
Activium Group
IT services and consulting firm offering outsourcing, cloud…
|
MLACT | FR | Telecommunications, computer pr… |
|
ADISYN LTD
Provider of managed IT, sovereign cloud, cybersecurity, and…
|
AI1 | AU | Telecommunications, computer pr… |
|
ADVERITAS LIMITED
Provides SaaS solutions for digital advertising fraud preve…
|
AV1 | AU | Telecommunications, computer pr… |
|
AETERNAL M.
A High-Performance Computing-as-a-Service (HPCaaS) provider…
|
AMEN | ES | Telecommunications, computer pr… |
|
AFFLE 3I LIMITED
Technology-driven consumer intelligence platform for mobile…
|
AFFLE | IN | Telecommunications, computer pr… |
|
AgEagle Aerial Systems Inc.
Provider of full-stack, autonomous uncrewed aerial systems …
|
UAVS | US | Telecommunications, computer pr… |
|
AGILE
Cloud platform for creating, managing, and monetizing telev…
|
AGIL | ES | Telecommunications, computer pr… |
Xingyun 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/55216/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=55216 | 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=55216 | 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=55216 \ -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": 55216}, 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 Xingyun Technology Co.,Ltd (id: 55216)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.