All Projects → andyesfly → dipiper

andyesfly / dipiper

Licence: GPL-3.0 License
基于nodejs的股票数据爬虫

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dipiper

stock-market-scraper
Scraps historical stock market data from Yahoo Finance (https://finance.yahoo.com/)
Stars: ✭ 110 (+32.53%)
Mutual labels:  stock, stock-data, stock-analysis
Abu
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
Stars: ✭ 8,589 (+10248.19%)
Mutual labels:  numpy, stock, quant
stocktwits-sentiment
Stocktwits market sentiment analysis in Python with Keras and TensorFlow.
Stars: ✭ 23 (-72.29%)
Mutual labels:  stock, stock-data, stock-analysis
TerminalStocks
Pure terminal stock ticker for Windows.
Stars: ✭ 88 (+6.02%)
Mutual labels:  stock, stock-data, stock-prices
dukascopy-tools
✨ Download historical price tick data for Crypto, Stocks, ETFs, CFDs, Forex via CLI and Node.js ✨
Stars: ✭ 128 (+54.22%)
Mutual labels:  stock, stock-data, stock-prices
alpha-vantage-cookbook
JavaScript examples to help you with accessing market data from https://www.alphavantage.co/
Stars: ✭ 97 (+16.87%)
Mutual labels:  stock-prices, stock-analysis
StockSpider
股票数据爬虫+分析+可视化框架
Stars: ✭ 91 (+9.64%)
Mutual labels:  stock, stock-data
Beibo
🤖 Predict the stock market with AI 用AI预测股票市场
Stars: ✭ 46 (-44.58%)
Mutual labels:  stock, quant
pinance
Python module(s) to get stock data, options data and news.
Stars: ✭ 70 (-15.66%)
Mutual labels:  stock, stock-data
tqk
한국 주식 데이터를 위한 R 패키지
Stars: ✭ 55 (-33.73%)
Mutual labels:  stock, quant
Stock-Analyser
📈 Stocks technical analysis code collection and Stocks data platform.
Stars: ✭ 30 (-63.86%)
Mutual labels:  stock, stock-analysis
stock-news-sentiment-analysis
This program uses Vader SentimentIntensityAnalyzer to calculate the news headline overall sentiment for a stock
Stars: ✭ 21 (-74.7%)
Mutual labels:  stock, stock-analysis
d3-kagi
An open source javascript library to render beautiful Kagi charts using D3.js and pure Javascript
Stars: ✭ 26 (-68.67%)
Mutual labels:  stock, stock-prices
intrinio-realtime-python-sdk
Intrinio Python SDK for Real-Time Stock Prices
Stars: ✭ 79 (-4.82%)
Mutual labels:  stock-data, stock-prices
StockScreener
A handy tool for screening stocks based on certain criteria from several markets around the world. The list can then be delivered to your email address (one-off or regularly via crontab).
Stars: ✭ 51 (-38.55%)
Mutual labels:  stock-data, stock-prices
pystockfilter
Financial technical and fundamental analysis indicator library for pystockdb.
Stars: ✭ 26 (-68.67%)
Mutual labels:  stock, quant
StockBar
A menu bar app to track stock prices, currency exchange rates, and cryptocurrency prices.
Stars: ✭ 17 (-79.52%)
Mutual labels:  stock, stock-prices
getbhavcopy
Free NSE and BSE data downloader
Stars: ✭ 93 (+12.05%)
Mutual labels:  stock, stock-data
siachart
stock trading chart - 可编程,可定制,跨平台,通用的金融图表。
Stars: ✭ 32 (-61.45%)
Mutual labels:  stock, stock-analysis
akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 5,155 (+6110.84%)
Mutual labels:  stock, quant

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].