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 |
|---|---|---|---|
| 关于董事会完成换届选举并聘任高级管理人员及其他人员的公告 | 2025-10-10 | Chinese | |
| 关于全面接管公司资产、业务、财务、人员、场所等事项的公告 | 2025-10-10 | Chinese | |
| 关于拟变更法定代表人的公告 | 2025-10-10 | Chinese | |
| 湖南金州律师事务所关于有棵树科技股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-10-10 | Chinese | |
| 有棵树科技股份有限公司2025年第一次临时股东大会决议公告 | 2025-10-10 | Chinese | |
| 第七届董事会第一次会议决议公告 | 2025-10-10 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
15 filings
| |||||
| 36316418 | 关于董事会完成换届选举并聘任高级管理人员及其他人员的公告 | 2025-10-10 | Chinese | ||
| 36316410 | 关于全面接管公司资产、业务、财务、人员、场所等事项的公告 | 2025-10-10 | Chinese | ||
| 36316401 | 关于拟变更法定代表人的公告 | 2025-10-10 | Chinese | ||
| 36316390 | 湖南金州律师事务所关于有棵树科技股份有限公司2025年第一次临时股东大会的法律意见书 | 2025-10-10 | Chinese | ||
| 36316382 | 有棵树科技股份有限公司2025年第一次临时股东大会决议公告 | 2025-10-10 | Chinese | ||
| 36316375 | 第七届董事会第一次会议决议公告 | 2025-10-10 | Chinese | ||
| 36316367 | 关于向全资子公司实缴出资及委派董事、高级管理人员的公告 | 2025-10-10 | Chinese | ||
| 36316358 | 关于《第七届董事会要求移交公司资料、印章和证照的函》的公告 | 2025-10-10 | Chinese | ||
| 36316349 | 关于公司股东收到中国证券监督管理委员会《立案告知书》的公告 | 2025-09-29 | Chinese | ||
| 36316341 | 关于变更2025年第一次临时股东大会召开时间暨股东大会变更通知的公告 | 2025-09-26 | Chinese | ||
| 36316332 | 有棵树科技股份有限公司2025年第一次临时股东大会会议资料(更新会议召开时间) | 2025-09-26 | Chinese | ||
| 36316321 | 关于收到股东临时提案的公告 | 2025-09-25 | Chinese | ||
| 36316307 | 非独立董事候选人关于同意接受提名并保证切实履职的承诺(佘杰) | 2025-09-25 | Chinese | ||
| 36316303 | 有棵树科技股份有限公司2025年第一次临时股东大会增加临时提案暨股东大会补充通知的公告 | 2025-09-25 | Chinese | ||
| 36316292 | 独立董事候选人声明与承诺(陈辉发) | 2025-09-25 | 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.