1.0.13 • Published 5 years ago

dipiper v1.0.13

Weekly downloads
7
License
GPL-3.0
Repository
github
Last release
5 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

5 years ago

1.0.12

5 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

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago