Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andyesfly/dipiper

基于nodejs的股票数据爬虫
https://github.com/andyesfly/dipiper

javascript nodejs numpy quant stock stock-analysis stock-data stock-prices

Last synced: about 21 hours ago
JSON representation

基于nodejs的股票数据爬虫

Awesome Lists containing this project

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