All Projects → JaysonAlbert → rq-data

JaysonAlbert / rq-data

Licence: other
获取股票期货等数据

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to rq-data

Rqalpha
A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities
Stars: ✭ 4,425 (+8249.06%)
Mutual labels:  stock, ricequant
Paper-Implementation-DSTP-RNN-For-Stock-Prediction-Based-On-DA-RNN
基於DA-RNN之DSTP-RNN論文試做(Ver1.0)
Stars: ✭ 62 (+16.98%)
Mutual labels:  stock
dukascopy-tools
✨ Download historical price tick data for Crypto, Stocks, ETFs, CFDs, Forex via CLI and Node.js ✨
Stars: ✭ 128 (+141.51%)
Mutual labels:  stock
stock-forecast
Simple stock & cryptocurrency price forecasting console application, using PHP Machine Learning library (https://github.com/php-ai/php-ml)
Stars: ✭ 76 (+43.4%)
Mutual labels:  stock
Stocksera
Web application that provides alternative data to retail investors
Stars: ✭ 426 (+703.77%)
Mutual labels:  stock
web trader
📊 Python Flask game that consolidates data from Nasdaq, allowing the user to practice buying and selling stocks.
Stars: ✭ 21 (-60.38%)
Mutual labels:  stock
quant
基于Django驱动的开源量化交易平台,功能模块有股票信息、交易策略、风险控制、消息通知、回测、交流社区、财经新闻
Stars: ✭ 57 (+7.55%)
Mutual labels:  vnpy
StockSpider
股票数据爬虫+分析+可视化框架
Stars: ✭ 91 (+71.7%)
Mutual labels:  stock
TradingView-Machine-Learning-GUI
Let Python optimize the best stop loss and take profits for your TradingView strategy.
Stars: ✭ 396 (+647.17%)
Mutual labels:  stock
pystockfilter
Financial technical and fundamental analysis indicator library for pystockdb.
Stars: ✭ 26 (-50.94%)
Mutual labels:  stock
funcat
Using very simple code to compute indicator of stock\crytocurrency. For example, MA(C, 5) means average closed-price for last 5 days.
Stars: ✭ 19 (-64.15%)
Mutual labels:  stock
SwiftYFinance
The best Yahoo Finance library with the power of Swift
Stars: ✭ 30 (-43.4%)
Mutual labels:  stock
vnpy ctastrategy
VeighNa框架的CTA策略模块
Stars: ✭ 50 (-5.66%)
Mutual labels:  vnpy
alpha-vantage-api
Alpha Vantage PHP Client
Stars: ✭ 57 (+7.55%)
Mutual labels:  stock
twse-captcha-solver-dl4j
A deeplearning based captcha solver for http://bsr.twse.com.tw/bshtm/
Stars: ✭ 29 (-45.28%)
Mutual labels:  stock
Klang
stock K-line Language ,Klang是股票语言,最简单的股票公式是股票编程和量化交易的必备工具
Stars: ✭ 32 (-39.62%)
Mutual labels:  stock
sales-management-system
Sales management system
Stars: ✭ 25 (-52.83%)
Mutual labels:  stock
Algorithmic-Trading
Algorithmic trading using machine learning.
Stars: ✭ 102 (+92.45%)
Mutual labels:  stock
Stock-Selection-a-Framework
This project demonstrates how to apply machine learning algorithms to distinguish "good" stocks from the "bad" stocks.
Stars: ✭ 239 (+350.94%)
Mutual labels:  stock
ChartTheStockMarket
🔥 📈 💸 Chart the Stock Market - FCC Challenge
Stars: ✭ 39 (-26.42%)
Mutual labels:  stock

rq-data

获取ricequant中数据, 其中期货数据默认为vnpy格式。



准备工作:

  1. 公网IP的网络(若没有可以使用ngrok工具,详细使用方法自行google或参照本目录下的word教程)
  2. 安装配置mongodb数据库(或根据自己需求,修改rpc的回调函数,存其它数据库,或者csv)

使用步骤:

  1. 在拥有公网ip的电脑上运行rpc服务器端 rqdata/mongo/mongo_server.py,并配置其中的mongodb以及rpc服务器端口
  2. rqdata/rpc/client.py 上传到 ricequant研究中的notebook中,放到文件夹rpc下,重命名为rpc.py
  3. 在研究中新建notebook名为:test.ipynb, 并将rqdata/scripts/[future1m.py, stock1m.py, rq.py]中的某个代码copy进去,修改其中的rpc客户端地址和端口,或者参照自行编写其它数据获取代码。(vnpy格式数据代码在future1m.py中)
若手动下载直接运行第3步中代码,每日自动更新继续下述配置

准备工作:

  1. 配置selenium环境(下载chromewebdriver,并将其路径添加到环境变量PATH中,自行翻墙下载或见群文件)

使用步骤:

  1. 在`rqdata/scripts/passwd.py中配置ricequant的用户名密码
  2. driver.get("https://www.ricequant.com/research/user/user_xxxxx/notebooks/test.ipynb")中的 url路径改为步骤3中test.ipynb的路径。
  3. 运行rqdata/scripts/rice_auto.py
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].