Xiamen Xiangyu Co., Ltd. — Investor Relations & Filings
About Xiamen Xiangyu Co., Ltd.
Xiamen Xiangyu Co., Ltd. is a global supply chain service provider specializing in bulk commodity management and integrated logistics. The company focuses on the procurement, distribution, and transportation of key materials including metallic minerals, energy products, and agricultural goods. It operates an extensive network that integrates logistics, trade, and financial services to optimize supply chain efficiency for industrial clients. Key services include warehousing, multimodal transport, and customized supply chain solutions. By leveraging advanced information technology and a robust infrastructure, the company facilitates the flow of resources across international markets, providing comprehensive risk management and value-added services to its global customer base.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 中金公司关于厦门象屿2025年年度募集资金存放、管理与使用情况的核查意见 | 2026-04-23 | Chinese | |
| 厦门象屿2025年度独立董事述职报告(廖益新)(届满离任) | 2026-04-23 | Chinese | |
| 厦门象屿2025年度审计报告 | 2026-04-23 | Chinese | |
| 厦门象屿关于续聘容诚会计师事务所(特殊普通合伙)为公司2026年度审计机构的公告 | 2026-04-23 | Chinese | |
| 厦门象屿2025年度关联方非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-23 | Chinese | |
| 厦门象屿关于计提信用和资产减值准备的公告 | 2026-04-23 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40267427 | 中金公司关于厦门象屿2025年年度募集资金存放、管理与使用情况的核查意见 | 2026-04-23 | Chinese | ||
| 40267415 | 厦门象屿2025年度独立董事述职报告(廖益新)(届满离任) | 2026-04-23 | Chinese | ||
| 40267410 | 厦门象屿2025年度审计报告 | 2026-04-23 | Chinese | ||
| 40267272 | 厦门象屿关于续聘容诚会计师事务所(特殊普通合伙)为公司2026年度审计机构的公告 | 2026-04-23 | Chinese | ||
| 40267271 | 厦门象屿2025年度关联方非经营性资金占用及其他关联资金往来情况专项说明 | 2026-04-23 | Chinese | ||
| 40267268 | 厦门象屿关于计提信用和资产减值准备的公告 | 2026-04-23 | Chinese | ||
| 40267266 | 厦门象屿第十届董事会第五次会议决议公告 | 2026-04-23 | Chinese | ||
| 40267259 | 厦门象屿关于增加2026年度日常关联交易额度的公告 | 2026-04-23 | Chinese | ||
| 40267256 | 厦门象屿2025年度内部控制审计报告 | 2026-04-23 | Chinese | ||
| 40267254 | 厦门象屿2025年度“提质增效重回报”行动方案评估报告 | 2026-04-23 | Chinese | ||
| 40267242 | 厦门象屿关于召开2025年年度股东会的通知 | 2026-04-23 | Chinese | ||
| 40267227 | 中金公司关于厦门象屿增加2026年度日常关联交易额度的核查意见 | 2026-04-23 | Chinese | ||
| 40267213 | 厦门象屿关于董事、高级管理人员2025年度薪酬及2026年度薪酬方案的公告 | 2026-04-23 | Chinese | ||
| 40267207 | 厦门象屿2025年度募集资金存放、管理与实际使用情况鉴证报告 | 2026-04-23 | Chinese | ||
| 40267206 | 厦门象屿2025年年度报告摘要 | 2026-04-23 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Non-specialized wholesale trade
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
4Cs HD Co., Ltd.
Distributes beauty and health products and operates a renew…
|
3726 | JP | Wholesale and retail trade |
|
4imprint Group PLC
A direct marketer of custom-printed promotional products fo…
|
FOUR | GB | Wholesale and retail trade |
|
ABans Enterprises Limited
Trades metals and agricultural products through bulk physic…
|
ABANSENT | IN | Wholesale and retail trade |
|
Abhijit Trading Co. Ltd.
Trades diverse commodities and manages a portfolio of equit…
|
539560 | IN | Wholesale and retail trade |
|
ACE MEN ENGG WORKS LIMITED
Trades diverse commodities and manages a portfolio of finan…
|
539661 | IN | Wholesale and retail trade |
|
ADHATA GLOBAL LIMITED
Global procurement and distribution of industrial products …
|
531286 | IN | Wholesale and retail trade |
|
Adhiraj Distributors Limited
Wholesale distributor of commodities and consumer products …
|
780018 | IN | Wholesale and retail trade |
|
Akg Exim Limited
Trader of metal scraps, industrial chemicals, minerals, and…
|
AKG | IN | Wholesale and retail trade |
|
Alligo
Supplier of workwear, PPE, tools, and industrial consumable…
|
ALLIGO | SE | Wholesale and retail trade |
|
Alna Trading & Exports Ltd.
Manages procurement and export of agricultural commodities …
|
506120 | IN | Wholesale and retail trade |
Xiamen Xiangyu 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/56452/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56452 | 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=56452 | 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=56452 \ -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": 56452}, 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 Xiamen Xiangyu Co., Ltd. (id: 56452)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.