
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-05-18 | Chinese | |
| 北京市金杜律师事务所上海分所关于上海威士顿信息技术股份有限公司2025年年度股东会之法律意见书_final | 2026-05-13 | Chinese | |
| 关于参加2026年上海辖区上市公司年报集体业绩说明会的公告 | 2026-05-07 | Chinese | |
| 2025年度独立董事述职报告(吴忆忠) | 2026-04-22 | Chinese | |
| 兴业证券股份有限公司关于上海威士顿信息技术股份有限公司2025年度内部控制自我评价报告的核查意见 | 2026-04-22 | Chinese | |
| 关于“质量回报双提升”行动方案的进展公告 | 2026-04-22 | Chinese |
Browse filings by year
4 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 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 | ||
| 38343455 | 上海威士顿信息技术股份有限公司关于2025年度利润分配预案的公告 | 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 |
|---|---|---|---|
|
ACTRO CO.,Ltd
Manufacturer of camera actuators and industrial automation …
|
290740 | KR | Manufacturing |
|
ADTechnology Co., Ltd.
Semiconductor design provider offering turnkey ASIC/SoC dev…
|
200710 | KR | Manufacturing |
|
Advanced Digital Chips Inc.
A fabless semiconductor company designing and developing MC…
|
054630 | KR | Manufacturing |
|
ADVANCED MICRO DEVICES INC
A semiconductor company that designs and develops high-perf…
|
AMD | US | Manufacturing |
|
Aeluma, Inc.
Develops and manufactures optoelectronic devices for sensin…
|
ALMU | US | Manufacturing |
|
AE MULTI HOLDINGS BERHAD
Manufactures, sells, sources, and resells Printed Circuit B…
|
— | MY | Manufacturing |
|
AIC CORPORATION BERHAD
Produces electronic connectors, semiconductor components, a…
|
— | MY | Manufacturing |
|
Aimtron Electronics Limited
Provides high-precision EMS, PCBA, and box-build solutions …
|
AIMTRON | IN | Manufacturing |
|
Airoha
Fabless IC designer of fixed broadband, AIoT, Bluetooth, an…
|
6526 | TW | Manufacturing |
|
AJIN ELECTRONIC COMPONENTS CO.,LTD
Manufacturer of electronic components for electric and hydr…
|
009320 | 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.