Sailvan Times Co., Ltd. — Investor Relations & Filings
Sailvan Times Co., Ltd. is a technology-driven enterprise specializing in cross-border e-commerce and global brand management. The company operates a multi-brand portfolio across diverse categories, including fashion apparel, home products, sports equipment, and consumer electronics. Utilizing a direct-to-consumer (DTC) model, it leverages major international third-party marketplaces and proprietary e-commerce platforms to reach a global customer base. The company’s operations are supported by an integrated supply chain system, advanced data analytics, and proprietary enterprise resource planning (ERP) software. These technological capabilities enable efficient inventory management, rapid product iteration, and optimized logistics. Sailvan Times focuses on brand incubation and digital marketing to establish a competitive presence in international retail markets, emphasizing product quality and consumer-centric service.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 董事、高级管理人员薪酬管理制度 | 2026-04-27 | Chinese | |
| 独立董事提名人声明与承诺(李瑶) | 2026-04-27 | Chinese | |
| 第四届董事会第八次会议决议公告 | 2026-04-27 | Chinese | |
| 会计师事务所关于公司2025年度募集资金存放、管理与使用情况专项报告的鉴证报告 | 2026-04-27 | Chinese | |
| 会计师事务所关于公司2025年度非经营性资金占用及其他关联资金往来情况的专项报告 | 2026-04-27 | Chinese | |
| 董事会对独立董事独立性自查情况的专项报告 | 2026-04-27 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 40069145 | 董事、高级管理人员薪酬管理制度 | 2026-04-27 | Chinese | ||
| 40069135 | 独立董事提名人声明与承诺(李瑶) | 2026-04-27 | Chinese | ||
| 40069121 | 第四届董事会第八次会议决议公告 | 2026-04-27 | Chinese | ||
| 40069109 | 会计师事务所关于公司2025年度募集资金存放、管理与使用情况专项报告的鉴证报告 | 2026-04-27 | Chinese | ||
| 40069098 | 会计师事务所关于公司2025年度非经营性资金占用及其他关联资金往来情况的专项报告 | 2026-04-27 | Chinese | ||
| 40069083 | 董事会对独立董事独立性自查情况的专项报告 | 2026-04-27 | Chinese | ||
| 40069073 | 东方证券股份有限公司关于赛维时代科技股份有限公司2025年度内部控制评价报告的核查意见 | 2026-04-27 | Chinese | ||
| 40069060 | 关于提请股东会授权董事会决定2026年度中期分红方案的公告 | 2026-04-27 | Chinese | ||
| 40069053 | 2025年度募集资金存放、管理与使用情况的专项报告 | 2026-04-27 | Chinese | ||
| 40069045 | 上市公司2025年度非经营性资金占用及其他关联资金往来情况汇总表 | 2026-04-27 | Chinese | ||
| 40069036 | 2025年年度审计报告 | 2026-04-27 | Chinese | ||
| 40069021 | 2025年年度报告摘要 | 2026-04-27 | Chinese | ||
| 40069013 | 东方证券股份有限公司关于赛维时代科技股份有限公司使用部分闲置自有资金进行委托理财的核查意见 | 2026-04-27 | Chinese | ||
| 40069007 | 东方证券股份有限公司关于赛维时代科技股份有限公司使用部分闲置募集资金进行现金管理的核查意见 | 2026-04-27 | Chinese | ||
| 40068998 | 关于使用部分闲置募集资金进行现金管理的公告 | 2026-04-27 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Other non-specialized retail sale
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1 800 FLOWERS COM INC
An e-commerce provider of gifts, specializing in floral pro…
|
FLWS | US | Wholesale and retail trade |
|
Adastria Co., Ltd.
A multi-brand company operating fashion and lifestyle brand…
|
2685 | JP | Wholesale and retail trade |
|
AEON Stores (Hong Kong) Co., Limited
Major retailer operating diverse GMS, malls, supermarkets, …
|
984 | HK | Wholesale and retail trade |
|
AMERICANAS S.A. - EM RECUPERAÇÃO JUDICIAL
Integrated retail platform with physical and digital stores…
|
— | BR | Wholesale and retail trade |
|
Aterian, Inc.
A technology-enabled consumer products company that builds …
|
ATER | US | Wholesale and retail trade |
|
Avolta AG
A global travel experience provider in retail, food & bever…
|
DUFN | CH | Wholesale and retail trade |
|
AXAS HOLDINGS CO.,LTD.
A lifestyle company retailing and distributing a wide array…
|
3536 | JP | Wholesale and retail trade |
|
Baazar Style Retail Limited
Large-format retailer of value-oriented fashion, apparel, a…
|
STYLEBAAZA | IN | Wholesale and retail trade |
|
Baida Group Co.,Ltd.
Manages retail operations, commercial property assets, and …
|
600865 | CN | Wholesale and retail trade |
|
Beijing Cuiwei Tower Co., Ltd.
Diversified enterprise integrating retail operations with d…
|
603123 | CN | Wholesale and retail trade |
Sailvan Times 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/56281/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56281 | 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=56281 | 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=56281 \ -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": 56281}, 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 Sailvan Times Co., Ltd. (id: 56281)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.