Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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的股票数据爬虫
- Host: GitHub
- URL: https://github.com/andyesfly/dipiper
- Owner: andyesfly
- License: gpl-3.0
- Created: 2019-06-21T07:39:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T02:53:03.000Z (over 1 year ago)
- Last Synced: 2024-10-06T17:17:25.947Z (about 1 month ago)
- Topics: javascript, nodejs, numpy, quant, stock, stock-analysis, stock-data, stock-prices
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 103
- Watchers: 3
- Forks: 34
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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