Global Top E-Commerce Co.,Ltd. — Investor Relations & Filings
Global Top E-Commerce Co., Ltd. operates as a cross-border enterprise focusing on the global distribution of consumer goods through integrated digital platforms. The company manages a diverse portfolio of specialized retail websites, including Gearbest for consumer electronics and Zaful for fashion and apparel. Its business model leverages advanced big data analytics and a proprietary supply chain management system to facilitate the direct export of products to international markets. Key operations involve product sourcing, digital marketing, logistics coordination, and localized customer service. By utilizing a multi-brand strategy, the company targets a broad consumer base across North America, Europe, and other global regions, emphasizing competitive pricing and a streamlined online shopping experience.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 关于持股5%以上股东被动减持股份时间过半暨减持进展公告 | 2022-09-23 | Chinese | |
| 关于延期回复深圳证券交易所2021年年报及相关事项的三次问询函的公告 | 2022-09-14 | Chinese | |
| 独立董事关于控股股东及其他关联方占用公司资金、公司对外担保情况的专项说明和独立意见 | 2022-08-30 | Chinese | |
| 和信会计师事务所(特殊普通合伙)关于对《关于跨境通宝电子商务股份有限公司2021年年报及相关事项的二次问询函》的回复 | 2022-08-30 | Chinese | |
| 关于深圳证券交易所2021年年报及其他相关事项的二次问询函回复的公告 | 2022-08-30 | Chinese | |
| 2022年半年度报告摘要 | 2022-08-30 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2022
15 filings
| |||||
| 36627243 | 关于持股5%以上股东被动减持股份时间过半暨减持进展公告 | 2022-09-23 | Chinese | ||
| 36627230 | 关于延期回复深圳证券交易所2021年年报及相关事项的三次问询函的公告 | 2022-09-14 | Chinese | ||
| 36627223 | 独立董事关于控股股东及其他关联方占用公司资金、公司对外担保情况的专项说明和独立意见 | 2022-08-30 | Chinese | ||
| 36627213 | 和信会计师事务所(特殊普通合伙)关于对《关于跨境通宝电子商务股份有限公司2021年年报及相关事项的二次问询函》的回复 | 2022-08-30 | Chinese | ||
| 36627149 | 关于深圳证券交易所2021年年报及其他相关事项的二次问询函回复的公告 | 2022-08-30 | Chinese | ||
| 36627121 | 2022年半年度报告摘要 | 2022-08-30 | Chinese | ||
| 36627105 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2022-08-30 | Chinese | ||
| 36627098 | 中喜会计师事务所(特殊普通合伙)关于对跨境通宝电子商务股份有限公司2021年年报及相关事项的二次问询函的回复 | 2022-08-30 | Chinese | ||
| 36627050 | 2022年半年度财务报告 | 2022-08-30 | Chinese | ||
| 36627015 | 2022年半年度报告 | 2022-08-30 | Chinese | ||
| 36626953 | 关于重大诉讼仲裁及进展公告 | 2022-08-30 | Chinese | ||
| 36626942 | 关于延期回复深圳证券交易所2021年年报及相关事项的二次问询函的公告 | 2022-08-16 | Chinese | ||
| 36626937 | 关于延期回复深圳证券交易所2021年年报及相关事项的二次问询函的公告 | 2022-08-02 | Chinese | ||
| 36626929 | 关于延期回复深圳证券交易所2021年年报及相关事项的二次问询函的公告 | 2022-07-19 | Chinese | ||
| 36626916 | 2022年半度度业绩预告 | 2022-07-14 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Intermediation service activities for retail sale
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
1stdibs.com, Inc.
An online marketplace for luxury goods and extraordinary de…
|
DIBS | US | Wholesale and retail trade |
|
Allegro.eu S.A.
European e-commerce marketplace connecting consumers with a…
|
ALE | PL | Wholesale and retail trade |
|
Ame Kaze Taiyo, Inc.
Operates a platform connecting food producers directly with…
|
5616 | JP | Wholesale and retail trade |
|
ARTICORE GROUP LIMITED
Operates online marketplaces connecting independent artists…
|
ATG | AU | Wholesale and retail trade |
|
Baozun Inc.
A digital commerce partner for e-commerce services and bran…
|
BZUN | US | Wholesale and retail trade |
|
BEENOS Inc.
A tech company with a global platform for cross-border e-co…
|
3328 | JP | Wholesale and retail trade |
|
CDON AB
A Nordic marketplace operator connecting third-party seller…
|
CDON | SE | Wholesale and retail trade |
|
CREEMA LTD.
Operates an online marketplace for handmade products and or…
|
4017 | JP | Wholesale and retail trade |
|
EBAY INC
A global online marketplace connecting buyers and sellers f…
|
EBAY | US | Wholesale and retail trade |
|
Enigmo Inc.
Plans, develops, and operates internet services, including …
|
3665 | JP | Wholesale and retail trade |
Global Top E-Commerce 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/54661/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54661 | 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=54661 | 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=54661 \ -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": 54661}, 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 Global Top E-Commerce Co.,Ltd. (id: 54661)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.