
Shanghai Wisdom Information Technology Co., Ltd. — Investor Relations & Filings
Shanghai Wisdom Information Technology Co., Ltd., operating primarily under the brand DFRobot, specializes in the development and manufacturing of open-source hardware and robotics components. The company provides a comprehensive ecosystem of products including microcontrollers, sensors, actuators, and communication modules designed for makers, researchers, and educators. Key offerings include the Gravity series of plug-and-play modules and various robotic platforms. The firm focuses on lowering the barriers to electronics and robotics through accessible hardware and educational resources, supporting applications in the Internet of Things (IoT), artificial intelligence, and STEM education. Its product portfolio caters to a global community of developers and hobbyists seeking modular and scalable solutions for rapid prototyping and technical learning.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 2025年度权益分派实施公告 | 2026-06-02 | Chinese | |
| 兴业证券股份有限公司关于上海威士顿信息技术股份有限公司2025年度跟踪报告 | 2026-05-18 | Chinese | |
| 北京市金杜律师事务所上海分所关于上海威士顿信息技术股份有限公司2025年年度股东会之法律意见书_final | 2026-05-13 | Chinese | |
| 关于参加2026年上海辖区上市公司年报集体业绩说明会的公告 | 2026-05-07 | Chinese | |
| 2025年度独立董事述职报告(吴忆忠) | 2026-04-22 | Chinese | |
| 兴业证券股份有限公司关于上海威士顿信息技术股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-22 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47941515 | 2025年度权益分派实施公告 | 2026-06-02 | Chinese | ||
| 46384310 | 兴业证券股份有限公司关于上海威士顿信息技术股份有限公司2025年度跟踪报告 | 2026-05-18 | Chinese | ||
| 45773955 | 北京市金杜律师事务所上海分所关于上海威士顿信息技术股份有限公司2025年年度股东会之法律意见书_final | 2026-05-13 | Chinese | ||
| 44271537 | 关于参加2026年上海辖区上市公司年报集体业绩说明会的公告 | 2026-05-07 | Chinese | ||
| 38343488 | 2025年度独立董事述职报告(吴忆忠) | 2026-04-22 | Chinese | ||
| 38343485 | 兴业证券股份有限公司关于上海威士顿信息技术股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-22 | Chinese | ||
| 38343479 | 关于“质量回报双提升”行动方案的进展公告 | 2026-04-22 | Chinese | ||
| 38343476 | 关于为全资子公司提供银行授信额度担保的公告 | 2026-04-22 | Chinese | ||
| 38343474 | 2025年度募集资金存放、管理与使用情况专项报告的鉴证报告 | 2026-04-22 | Chinese | ||
| 38343472 | 兴业证券股份有限公司关于上海威士顿信息技术股份有限公司2025年度募集资金存放、管理与使用情况的专项核查意见 | 2026-04-22 | Chinese | ||
| 38343469 | 2025年度董事会工作报告 | 2026-04-22 | Chinese | ||
| 38343466 | 2025年度独立董事述职报告(杨迅) | 2026-04-22 | Chinese | ||
| 38343463 | 2025年度内部控制自我评价报告 | 2026-04-22 | Chinese | ||
| 38343461 | 董事、高级管理人员薪酬管理制度 | 2026-04-22 | Chinese | ||
| 38343456 | 第四届董事会第十七次会议决议公告 | 2026-04-22 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of other electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
NANYA NEW MATERIAL TECHNOLOGY CO.,LTD
Manufactures high-performance copper-clad laminates and pre…
|
688519 | CN | Manufacturing |
|
Napatech A/S
Provider of SmartNICs and DPUs for accelerating network and…
|
NAT | DK | Manufacturing |
|
National Silicon Industry Group Co.,Ltd.
Develops and manufactures high-performance semiconductor si…
|
688126 | CN | Manufacturing |
|
NATIONGATE HOLDINGS BERHAD
An Electronics Manufacturing Services (EMS) provider offeri…
|
— | MY | Manufacturing |
|
Navitas Semiconductor Corp
A power semiconductor company specializing in gallium nitri…
|
NVTS | US | Manufacturing |
|
NCAB Group
A global full-service supplier of Printed Circuit Boards fo…
|
NCAB | SE | Manufacturing |
|
NCCI
Specializes in thermal management solutions, including heat…
|
6230 | TW | Manufacturing |
|
NC& Co., Ltd.
Specializes in video processing and semiconductor solutions…
|
092600 | KR | Manufacturing |
|
N CITRON, INC.
Develops, manufactures, and distributes digital audio techn…
|
101400 | KR | Manufacturing |
|
NEPES Corporation
An OSAT partner providing advanced semiconductor packaging …
|
033640 | KR | Manufacturing |
Shanghai Wisdom Information Technology 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/56231/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=56231 | 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=56231 | 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=56231 \ -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": 56231}, 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 Shanghai Wisdom Information Technology Co., Ltd. (id: 56231)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.