# dipiper **Repository Path**: andyes/dipiper ## Basic Information - **Project Name**: dipiper - **Description**: 基于nodejs的股票数据接口 - **Primary Language**: NodeJS - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 16 - **Forks**: 7 - **Created**: 2019-06-21 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: stocks **Tags**: None ## README # dipiper 这是一个基于nodejs的开源的财经数据接口包,为量化投资提供数据来源,满足金融量化分析师和学习数据分析的人在数据获取方面的需求 。 从数据采集到数据可视化都用同一种开发语言——javascript,降低了学习成本,让我们专注于分析模型的研究。 本接口包采用puppeteer作为爬虫内核,在安装的时候需要下载Chromium ,国内请使用淘宝镜像,否则会被墙,导致puppeteer无法安装成功 ### 安装 ` cnpm install dipiper --save ` ### 使用方法 ``` const dip = require("dipiper"); dip.stock.symbols.getStockList().then((data)=>{ //数据存储、处理逻辑,请自行实现 console.log(data); }) ``` ### [API文档](http://dipiper.tech/) ### 交流反馈 QQ群:383331051