
S.F. Holding Co., Ltd. — Investor Relations & Filings
S.F. Holding Co., Ltd. is an integrated logistics service provider specializing in comprehensive supply chain solutions. The company offers a diverse portfolio of services, including time-definite express delivery, freight transportation, cold chain logistics, and international shipping. It operates an extensive infrastructure network comprising a dedicated cargo aircraft fleet, automated sorting centers, and a vast ground transportation system. S.F. Holding leverages advanced technologies such as big data, artificial intelligence, and automation to enhance operational efficiency and provide end-to-end logistics management. Its services cater to various sectors, including e-commerce, high-tech manufacturing, and healthcare, focusing on reliability and speed. The company provides integrated warehousing, distribution, and cross-border logistics services to a global customer base.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于控股股东2024年非公开发行的债券进入换股期的提示性公告 | 2024-11-24 | Chinese | |
| 关于控股股东部分股份解除质押和办理质押的公告 | 2024-11-19 | Chinese | |
| 关于刊发H股招股说明书、H股发行价格区间及H股香港公开发售等事宜的公告 | 2024-11-18 | Chinese | |
| 2024年10月快递物流业务经营简报 | 2024-11-18 | Chinese | |
| 关于调整公司2022年股票期权激励计划行权价格的公告 | 2024-11-14 | Chinese | |
| 关于注销2022年股票期权激励计划部分股票期权的公告 | 2024-11-14 | Chinese |
Browse filings by year
17 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
15 filings
| |||||
| 35576783 | 关于控股股东2024年非公开发行的债券进入换股期的提示性公告 | 2024-11-24 | Chinese | ||
| 35576773 | 关于控股股东部分股份解除质押和办理质押的公告 | 2024-11-19 | Chinese | ||
| 35576764 | 关于刊发H股招股说明书、H股发行价格区间及H股香港公开发售等事宜的公告 | 2024-11-18 | Chinese | ||
| 35576750 | 2024年10月快递物流业务经营简报 | 2024-11-18 | Chinese | ||
| 35576740 | 关于调整公司2022年股票期权激励计划行权价格的公告 | 2024-11-14 | Chinese | ||
| 35576729 | 关于注销2022年股票期权激励计划部分股票期权的公告 | 2024-11-14 | Chinese | ||
| 35576717 | 上海澄明则正律师事务所关于顺丰控股股份有限公司2022年股票期权激励计划注销部分股票期权、调整行权价格及预留授予股票期权第二个行权期行权条件成就的法律意见书 | 2024-11-14 | Chinese | ||
| 35576497 | 上海荣正企业咨询服务(集团)股份有限公司关于顺丰控股股份有限公司2022年股票期权激励计划预留授予股票期权第二个行权期行权条件成就相关事项之独立财务顾问报告 | 2024-11-14 | Chinese | ||
| 35576475 | 第六届董事会第十七次会议决议公告 | 2024-11-14 | Chinese | ||
| 35576465 | 第六届监事会第十三次会议决议公告 | 2024-11-14 | Chinese | ||
| 35576450 | 关于2022年股票期权激励计划预留授予股票期权第二个行权期行权条件成就的公告 | 2024-11-14 | Chinese | ||
| 35576432 | 关于刊发境外上市外资股(H股)发行聆讯后资料集的公告 | 2024-11-10 | Chinese | ||
| 35576422 | 关于控股股东部分股份解除质押和办理质押的公告 | 2024-11-08 | Chinese | ||
| 35576408 | 关于回购公司股份的进展公告 | 2024-11-01 | Chinese | ||
| 35576402 | 2024年中期分红及回报股东特别分红权益分派实施公告 | 2024-10-30 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Courier activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ARAMEX PJSC
A global logistics and transportation company providing exp…
|
ARMX | AE | Transportation and storage |
|
A Toute Vitesse
Courier service for urgent and express deliveries in Paris …
|
MLATV | FR | Transportation and storage |
|
BingEx Ltd
Provider of on-demand, dedicated courier services for intra…
|
FLX | US | Transportation and storage |
|
Blue Dart Express Ltd.
Provides integrated air and ground express transportation a…
|
BLUEDART | IN | Transportation and storage |
|
Blue-Ex Limited
A logistics company specializing in e-commerce and courier …
|
BLUEX | PK | Transportation and storage |
|
Blue-Ex Limited (GEM)
A smart logistics company specializing in courier, cargo, a…
|
GEMBLUEX | PK | Transportation and storage |
|
Century II Holdings Inc.
Engaged in logistics and courier services, specializing in …
|
— | CA | Transportation and storage |
|
CJ Logistics Corporation
A global provider of integrated supply chain and logistics …
|
000120 | KR | Transportation and storage |
|
Colipays Réunion
Specializes in shipping gift packages of local products fro…
|
MLCLP | FR | Transportation and storage |
|
Delhivery Limited
Technology-driven provider of supply chain, freight, and or…
|
DELHIVERY | IN | Transportation and storage |
S.F. Holding 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/54396/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54396 | 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=54396 | 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=54396 \ -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": 54396}, 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 S.F. Holding Co., Ltd. (id: 54396)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.