
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 |
|---|---|---|---|
| 第六期限制性股票激励计划(草案) | 2019-05-15 | Chinese | |
| 关于公司第五期股票期权激励计划第一个行权期未达到行权条件激励权益予以注销的公告 | 2019-05-15 | Chinese | |
| 关于公司第四期股票期权激励计划首次授予第一个行权期未达到行权条件激励权益予以注销的公告 | 2019-05-15 | Chinese | |
| 关于公司第三期股票期权激励计划未达到行权条件激励权益予以注销的公告 | 2019-05-15 | Chinese | |
| 独立董事对相关事项发表的独立意见 | 2019-05-15 | Chinese | |
| 第六期限制性股票激励计划实施考核管理办法 | 2019-05-15 | Chinese |
Browse filings by year
16 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2019
15 filings
| |||||
| 36614878 | 第六期限制性股票激励计划(草案) | 2019-05-15 | Chinese | ||
| 36614856 | 关于公司第五期股票期权激励计划第一个行权期未达到行权条件激励权益予以注销的公告 | 2019-05-15 | Chinese | ||
| 36614832 | 关于公司第四期股票期权激励计划首次授予第一个行权期未达到行权条件激励权益予以注销的公告 | 2019-05-15 | Chinese | ||
| 36614816 | 关于公司第三期股票期权激励计划未达到行权条件激励权益予以注销的公告 | 2019-05-15 | Chinese | ||
| 36614805 | 独立董事对相关事项发表的独立意见 | 2019-05-15 | Chinese | ||
| 36614789 | 第六期限制性股票激励计划实施考核管理办法 | 2019-05-15 | Chinese | ||
| 36614778 | 中小企业板上市公司股权激励计划草案自查表 | 2019-05-15 | Chinese | ||
| 36614764 | 山西晋商律师事务所关于公司注销第三期股票期权激励计划中相关期权事项之法律意见书 | 2019-05-15 | Chinese | ||
| 36614756 | 第六期限制性股票激励计划人员名单 | 2019-05-15 | Chinese | ||
| 36614738 | 广发证券股份有限公司关于公司2017年度发行股份及支付现金购买资产并募集配套资金之持续督导工作报告(2018年度) | 2019-05-13 | Chinese | ||
| 36614720 | 广发证券股份有限公司关于公司非公开发行股票保荐总结报告书 | 2019-05-13 | Chinese | ||
| 36614713 | 关于完成工商变更登记的公告 | 2019-05-10 | Chinese | ||
| 36614705 | 关于发行股份及支付现金购买资产暨重大资产重组限售股份上市流通提示性公告 | 2019-05-08 | Chinese | ||
| 36614700 | 广发证券股份有限公司关于公司发行股份及支付现金购买资产暨重大资产重组限售股份上市流通的核查意见 | 2019-05-08 | Chinese | ||
| 36614690 | 关于公司股东部分股份解除质押及质押的公告 | 2019-05-07 | 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.