1.0.13 • Published 6 years ago

dipiper v1.0.13

Weekly downloads
7
License
GPL-3.0
Repository
github
Last release
6 years ago

dipiper

这是一个基于nodejs的开源的财经数据接口包,为量化投资提供数据来源,满足金融量化分析师和学习数据分析的人在数据获取方面的需求 。

从数据采集到数据可视化都用同一种开发语言——javascript,降低了学习成本,让我们专注于分析模型的研究。

本接口包采用puppeteer作为爬虫内核,在安装的时候需要下载Chromium ,国内请使用淘宝镜像,否则会被墙,导致puppeteer无法安装成功

安装

cnpm install dipiper --save

使用方法

const dip = require("dipiper");

dip.stock.symbols.getStockList().then((data)=>{
    //数据存储、处理逻辑,请自行实现
    console.log(data);
})

API文档

交流反馈

QQ群:383331051

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago