
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 |
|---|---|---|---|
| 北京市金杜律师事务所关于公司首次公开发行股票并在创业板上市的法律意见书 | 2023-07-10 | Chinese | |
| 首次公开发行股票并在创业板上市之上市公告书 | 2023-07-10 | Chinese | |
| 东方证券承销保荐有限公司关于公司首次公开发行股并在创业板上市的上市保荐书 | 2023-07-10 | Chinese | |
| 首次公开发行股票并在创业板上市发行结果公告 | 2023-07-06 | Chinese | |
| 首次公开发行股票并在创业板上市招股说明书 | 2023-07-06 | Chinese | |
| 首次公开发行股票并在创业板上市网上摇号中签结果公告 | 2023-07-04 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 40064208 | 北京市金杜律师事务所关于公司首次公开发行股票并在创业板上市的法律意见书 | 2023-07-10 | Chinese | ||
| 40064198 | 首次公开发行股票并在创业板上市之上市公告书 | 2023-07-10 | Chinese | ||
| 40064176 | 东方证券承销保荐有限公司关于公司首次公开发行股并在创业板上市的上市保荐书 | 2023-07-10 | Chinese | ||
| 40064125 | 首次公开发行股票并在创业板上市发行结果公告 | 2023-07-06 | Chinese | ||
| 40064080 | 首次公开发行股票并在创业板上市招股说明书 | 2023-07-06 | Chinese | ||
| 40064069 | 首次公开发行股票并在创业板上市网上摇号中签结果公告 | 2023-07-04 | Chinese | ||
| 40064052 | 首次公开发行股票并在创业板上市网下发行初步配售结果公告 | 2023-07-04 | Chinese | ||
| 40064010 | 首次公开发行股票并在创业板上市网上申购情况及中签率公告 | 2023-07-03 | Chinese | ||
| 40063997 | 上海市浦栋律师事务所关于参与战略配售投资者核查事项的法律意见书 | 2023-06-29 | Chinese | ||
| 40063983 | 东方证券承销保荐有限公司关于参与战略配售投资者的专项核查报告 | 2023-06-29 | Chinese | ||
| 40063960 | 赛维时代首次公开发行股票并在创业板上市投资风险特别公告 | 2023-06-29 | Chinese | ||
| 40063957 | 赛维时代首次公开发行股票并在创业板上市发行公告 | 2023-06-29 | Chinese | ||
| 40063894 | 首次公开发行股票并在创业板上市网上路演公告 | 2023-06-28 | Chinese | ||
| 40063874 | 公司章程(草案) | 2023-06-20 | Chinese | ||
| 40063589 | 落实投资者关系管理相关规定的安排、股利分配决策程序、股东投票机制建立情况 | 2023-06-20 | 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 |
|
ABC S.A.
A retail company offering diverse consumer goods via physic…
|
— | CL | 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 |
|
ALBERTO J. OLIVERO E HIJOS SA
Retail and distribution of home appliances, electronics, ho…
|
— | AR | Wholesale and retail trade |
|
AMERICANAS S.A. - EM RECUPERAÇÃO JUDICIAL
Integrated retail platform with physical and digital stores…
|
— | BR | Wholesale and retail trade |
|
AMWAY (M) HOLDINGS BHD
A direct selling company distributing health, wellness, and…
|
— | MY | 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 |
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.