
Zhejiang NetSun Co.,Ltd. — Investor Relations & Filings
Zhejiang NetSun Co.,Ltd. specializes in the development and operation of B2B e-commerce platforms, data services, and supply chain finance solutions. The company manages a portfolio of vertical industry portals, including ChemNet and the Toocle global trade network, which provide market intelligence, price indices, and trade matching services. Its core operations focus on integrating information technology with industrial supply chains to facilitate online trading, logistics coordination, and financial services. NetSun utilizes big data analytics to offer risk management and credit assessment tools, supporting the digital transformation of procurement and distribution processes. The service suite is designed to enhance transparency and efficiency within commodity and manufacturing sectors through an integrated framework of industrial internet and financial technology.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 半年报董事会决议公告 | 2023-08-30 | Chinese | |
| 2023年半年度报告 | 2023-08-30 | Chinese | |
| 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2023-08-30 | Chinese | |
| 2023年半年度财务报告 | 2023-08-30 | Chinese | |
| 关于董事股份减持计划减持时间过半的进展公告 | 2023-07-25 | Chinese | |
| 关于控股股东参与转融通证券出借业务股份到期收回暨股份变动达到1%的公告 | 2023-07-18 | Chinese |
Browse filings by year
21 years- 2026 3 filings
- 2025 86 filings
- 2024 56 filings
- 2023 66 filings
- 2022 69 filings
- 2021 40 filings
- 2020 51 filings
- 2019 67 filings
- 2018 49 filings
- 2017 48 filings
- 2016 67 filings
- 2015 51 filings
- 2014 49 filings
- 2013 37 filings
- 2012 54 filings
- 2011 46 filings
- 2010 55 filings
- 2009 45 filings
- 2008 57 filings
- 2007 66 filings
- 2006 21 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2023
15 filings
| |||||
| 34799580 | 半年报董事会决议公告 | 2023-08-30 | Chinese | ||
| 34799573 | 2023年半年度报告 | 2023-08-30 | Chinese | ||
| 34799501 | 半年度非经营性资金占用及其他关联资金往来情况汇总表 | 2023-08-30 | Chinese | ||
| 34799494 | 2023年半年度财务报告 | 2023-08-30 | Chinese | ||
| 34799443 | 关于董事股份减持计划减持时间过半的进展公告 | 2023-07-25 | Chinese | ||
| 34799435 | 关于控股股东参与转融通证券出借业务股份到期收回暨股份变动达到1%的公告 | 2023-07-18 | Chinese | ||
| 34799417 | 关于控股股东参与转融通证券出借业务期限届满的公告 | 2023-07-18 | Chinese | ||
| 34799414 | 2022年度权益分派实施公告 | 2023-06-13 | Chinese | ||
| 34799408 | 2022年度股东大会决议公告 | 2023-05-22 | Chinese | ||
| 34799404 | 上海市锦天城律师事务所关于浙江网盛生意宝股份有限公司2022年度股东大会的法律意见书 | 2023-05-22 | Chinese | ||
| 34799397 | 关于召开2022年度股东大会的提示性公告 | 2023-05-16 | Chinese | ||
| 34799389 | 2022年年度审计报告 | 2023-04-28 | Chinese | ||
| 34798805 | 独立董事2022年度述职报告(俞毅) | 2023-04-28 | Chinese | ||
| 34798789 | 董事会决议公告 | 2023-04-28 | Chinese | ||
| 34798770 | 关于续聘2023年度审计机构的公告 | 2023-04-28 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Web search portals activities and other information service activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
11 88 0 Solutions AG
Digital marketing and local search provider offering teleph…
|
TGT | DE | Telecommunications, computer pr… |
|
ACCESS Newswire Inc.
Offers a unified SaaS platform for public relations and inv…
|
ACCS | US | Telecommunications, computer pr… |
|
Acheter-Louer.fr
Online real estate portal with property ads and services fo…
|
ALALO | FR | Telecommunications, computer pr… |
|
Adevinta
An online classifieds group operating a portfolio of digita…
|
ADE | NO | Telecommunications, computer pr… |
|
Adverty AB
An in-game advertising platform for mobile, VR, and AR expe…
|
ADVT | SE | Telecommunications, computer pr… |
|
ADVFN PLC
Global provider of financial market data and analysis tools…
|
AFN | GB | Telecommunications, computer pr… |
|
Aeroplan Income Fund
Operated Aeroplan, a premier coalition loyalty marketing co…
|
AER.UN | CA | Telecommunications, computer pr… |
|
Aether Holdings, Inc.
A financial technology company offering research analytics …
|
ATHR | US | Telecommunications, computer pr… |
|
Airbnb, Inc.
Operates an online marketplace for booking short-term lodgi…
|
ABNB | US | Telecommunications, computer pr… |
|
airCloset,Inc.
Operates a personal styling and fashion rental subscription…
|
9557 | JP | Telecommunications, computer pr… |
Zhejiang NetSun 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/54153/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=54153 | 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=54153 | 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=54153 \ -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": 54153}, 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 Zhejiang NetSun Co.,Ltd. (id: 54153)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.